Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active March 23, 2019 15:01
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/7bd61fe570461e2e859758928a497dcb to your computer and use it in GitHub Desktop.
Save jasongorman/7bd61fe570461e2e859758928a497dcb to your computer and use it in GitHub Desktop.
def write_logfile(file_path)
return -> (output) {
# 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