Skip to content

Instantly share code, notes, and snippets.

@ipmsteven
Created March 7, 2015 20:49
Show Gist options
  • Select an option

  • Save ipmsteven/3d03f48ffb8e3622d037 to your computer and use it in GitHub Desktop.

Select an option

Save ipmsteven/3d03f48ffb8e3622d037 to your computer and use it in GitHub Desktop.
weird hello world
obj = ''
obj.define_singleton_method :to_s, ->(s) { "hello #{s}" }
obj.to_s('world')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment