Skip to content

Instantly share code, notes, and snippets.

@ukstudio
Created April 21, 2011 08:29
Show Gist options
  • Save ukstudio/933979 to your computer and use it in GitHub Desktop.
Save ukstudio/933979 to your computer and use it in GitHub Desktop.
# coding: utf-8
class Fixnum
def ほむ
self.times { puts 'ほむ' }
end
end
10.ほむ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment