Skip to content

Instantly share code, notes, and snippets.

@joeljuca
Last active June 5, 2017 17:27
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 joeljuca/73976b6114d07a0d0a72e9ced1e55c8a to your computer and use it in GitHub Desktop.
Save joeljuca/73976b6114d07a0d0a72e9ced1e55c8a to your computer and use it in GitHub Desktop.
class HelloWorld
def hello
begin
# this return will actually be the return from HelloWorld.hello???
return 'Why?'
end
'Hello world!'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment