Skip to content

Instantly share code, notes, and snippets.

@vindia
Created July 22, 2013 15:38
Show Gist options
  • Save vindia/6054842 to your computer and use it in GitHub Desktop.
Save vindia/6054842 to your computer and use it in GitHub Desktop.
It's just too hot...
class Too
def hot
puts 'Yes...'
end
end
too = Too.new
too.hot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment