Skip to content

Instantly share code, notes, and snippets.

@aereal
Created June 12, 2010 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aereal/435722 to your computer and use it in GitHub Desktop.
Save aereal/435722 to your computer and use it in GitHub Desktop.
class TaniRyoko
def initialize(shout)
@shout = shout
end
def to_s
"#{@shout}! 新谷良子、#{@shout}!!"
end
end
puts TaniRyoko.new "もげええええええ" # => もげええええええ! 新谷良子、もげええええええ!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment