Skip to content

Instantly share code, notes, and snippets.

@akira093
Created May 14, 2014 13:22
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 akira093/596885e6669aa336a314 to your computer and use it in GitHub Desktop.
Save akira093/596885e6669aa336a314 to your computer and use it in GitHub Desktop.
class TMT
def happy?
true
end
end
tmt = TMT.new
p tmt.happy?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment