Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created January 31, 2016 19:46
Show Gist options
  • Save KamilLelonek/4e7264a4d5c0360f119a to your computer and use it in GitHub Desktop.
Save KamilLelonek/4e7264a4d5c0360f119a to your computer and use it in GitHub Desktop.
Default FileFriter in Ruby
class DefaultFileWriter
def write(path, contents)
IO.write(path, contents)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment