Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created March 22, 2016 13:36
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 anonymous/85e8ed59c946039f09b5 to your computer and use it in GitHub Desktop.
Save anonymous/85e8ed59c946039f09b5 to your computer and use it in GitHub Desktop.
def a(*c)
puts c
end
a(<<-SQL,1,2,3)
(
blah
blah
)
SQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment