Class: XDG::BaseDir

Inherits:
Object
  • Object
show all
Defined in:
lib/fun_with/files/xdg_extensions.rb

Instance Method Summary collapse

Instance Method Details

#fwf_filepath(*args) ⇒ Object



3
4
5
# File 'lib/fun_with/files/xdg_extensions.rb', line 3

def fwf_filepath( *args )
  FunWith::Files::FilePath.new( self.to_s, *args )
end