Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Last active March 23, 2019 14:48
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/da892efcd94f5cb9a540706e3a966743 to your computer and use it in GitHub Desktop.
Save jasongorman/da892efcd94f5cb9a540706e3a966743 to your computer and use it in GitHub Desktop.
def write_nosql(db_type, url, user_name, password)
return -> (output) {
# pretend to write string to a NoSQL DB, 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