Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active March 23, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/2d8af74653e7b3d275475defa1b24b61 to your computer and use it in GitHub Desktop.
Save jasongorman/2d8af74653e7b3d275475defa1b24b61 to your computer and use it in GitHub Desktop.
class LogFileWriter
def write_logfile(output, file_path)
# pretend to write string to log file, but this is actually a dummy
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment