Method: Stashify::File::Local#contents

Defined in:
lib/stashify/file/local.rb

#contentsObject



12
13
14
# File 'lib/stashify/file/local.rb', line 12

def contents
  ::File.read(path)
end