Skip to content

Instantly share code, notes, and snippets.

@closer
Created January 12, 2010 06:33
Show Gist options
  • Select an option

  • Save closer/274962 to your computer and use it in GitHub Desktop.

Select an option

Save closer/274962 to your computer and use it in GitHub Desktop.
class Object
def say_ho
"Ho!"
end
def ho_ho
"Ho Ho!"
end
def ho_ho_ho
"Ho Ho Ho!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment