Skip to content

Instantly share code, notes, and snippets.

@oussemos
Created March 31, 2014 10:41
Show Gist options
  • Save oussemos/9889662 to your computer and use it in GitHub Desktop.
Save oussemos/9889662 to your computer and use it in GitHub Desktop.
class Hello
def hello
'hello'
end
def call_hello
hello()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment