Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/chamber/rubinius_fix.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#write(*args) ⇒ Object
7 8 9 |
# File 'lib/chamber/rubinius_fix.rb', line 7 def write(*args) IO.write @path, *args # rubocop:disable Security/IoMethods end |