Skip to content

Instantly share code, notes, and snippets.

@jcasts
Created July 24, 2013 02:46
Show Gist options
  • Save jcasts/6067736 to your computer and use it in GitHub Desktop.
Save jcasts/6067736 to your computer and use it in GitHub Desktop.
def method_missing(name, *args)
[name.to_s, *args].compact.join(" ")
end
Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo
#=> "Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment