Skip to content

Instantly share code, notes, and snippets.

@ane
Created April 26, 2017 08:26
Show Gist options
  • Save ane/d09e83cf287c2af4f548957142181097 to your computer and use it in GitHub Desktop.
Save ane/d09e83cf287c2af4f548957142181097 to your computer and use it in GitHub Desktop.
Huh
class Foo
def self.call(a, b, c)
"#{a} #{b} #{c}"
end
end
Foo.(1, "foo", bar)
# => "1 foo :bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment