16 17 18
# File 'lib/stashify/file/local.rb', line 16 def write(contents) ::File.write(path, contents) end