Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/shell_helpers/pathname.rb
Overview
backports from ruby 2.1
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#write(*args, &b) ⇒ Object
7 8 9 |
# File 'lib/shell_helpers/pathname.rb', line 7 def write(*args,&b) IO.write(self,*args,&b) end |