class Pathname

Public Instance Methods

fwf_filepath(*args) click to toggle source
# File lib/fun_with/files/pathname_extensions.rb, line 2
def fwf_filepath(*args)
  FunWith::Files::FilePath.new( self, *args )
end