Class: FileReader

Inherits:
Object
  • Object
show all
Defined in:
lib/subdl.rb

Instance Method Summary collapse

Instance Method Details

#read_expand(expandable_path) ⇒ Object



209
210
211
# File 'lib/subdl.rb', line 209

def read_expand expandable_path
  File.read(File.expand_path(expandable_path))
end