Skip to content

Instantly share code, notes, and snippets.

@vschiavoni

vschiavoni/t.rb Secret

Created June 4, 2015 13:41
Show Gist options
  • Save vschiavoni/c523adcb21ac53177fb1 to your computer and use it in GitHub Desktop.
Save vschiavoni/c523adcb21ac53177fb1 to your computer and use it in GitHub Desktop.
db = Sequel.connect(...)
def db.do(x)
return db.run(x)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment