Skip to content

Instantly share code, notes, and snippets.

@richo
Created October 29, 2012 06:09
Show Gist options
  • Save richo/3971861 to your computer and use it in GitHub Desktop.
Save richo/3971861 to your computer and use it in GitHub Desktop.
def method_missing(*args)
args.map(&:to_s).join(" ")
end
puts ruby has bare words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment