Skip to content

Instantly share code, notes, and snippets.

@dmnd

dmnd/paste.rb Secret

Created March 21, 2016 00:15
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 dmnd/6acdcf00410d67ab1206 to your computer and use it in GitHub Desktop.
Save dmnd/6acdcf00410d67ab1206 to your computer and use it in GitHub Desktop.
module Foo
def helper(a, b)
"#{a} #{b}"
end
CONSTANT = [
helper(1, 2),
helper(3, 4),
].join('\n')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment