Method: FileSystem#read_expand

Defined in:
lib/subdl.rb

#read_expand(expandable_path) ⇒ Object



117
118
119
# File 'lib/subdl.rb', line 117

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