Skip to content

Instantly share code, notes, and snippets.

@takkanm
Created October 16, 2012 12:59
Show Gist options
  • Select an option

  • Save takkanm/3899116 to your computer and use it in GitHub Desktop.

Select an option

Save takkanm/3899116 to your computer and use it in GitHub Desktop.
def method_missing(*args)
args[0].to_s
end
p a
@randym
Copy link

randym commented Oct 23, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment