Skip to content

Instantly share code, notes, and snippets.

@ordinaryzelig
Created February 24, 2011 16:04
Show Gist options
  • Save ordinaryzelig/842345 to your computer and use it in GitHub Desktop.
Save ordinaryzelig/842345 to your computer and use it in GitHub Desktop.
class Ruby
class << self
define_method :'<3' do
puts 'ZOMG I love you!'
end
end
end
Ruby.send('<3')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment