Class: Pathname
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#fwf_filepath(*args) ⇒ Object
2 3 4 |
# File 'lib/fun_with/files/pathname_extensions.rb', line 2 def fwf_filepath(*args) FunWith::Files::FilePath.new( self, *args ) end |