Class: String

Inherits:
Object show all
Defined in:
lib/developwithpassion_expander/string.rb

Instance Method Summary collapse

Instance Method Details

#as_home_fileObject



2
3
4
# File 'lib/developwithpassion_expander/string.rb', line 2

def as_home_file
  File.join(ENV["HOME"],self)
end