Method: Stashify::File::Local#write

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

#write(contents) ⇒ Object



16
17
18
# File 'lib/stashify/file/local.rb', line 16

def write(contents)
  ::File.write(path, contents)
end