Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/deep_cover/backports.rb
Instance Method Summary collapse
Instance Method Details
#binwrite(*args) ⇒ Object
12 13 14 |
# File 'lib/deep_cover/backports.rb', line 12 def binwrite(*args) File.binwrite(to_path, *args) end |
#write(*args) ⇒ Object
9 10 11 |
# File 'lib/deep_cover/backports.rb', line 9 def write(*args) File.write(to_path, *args) end |