Skip to content

Instantly share code, notes, and snippets.

@akira093
Created May 14, 2014 13:22
Show Gist options
  • Select an option

  • Save akira093/596885e6669aa336a314 to your computer and use it in GitHub Desktop.

Select an option

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