Last active
June 5, 2017 17:27
-
-
Save joeljuca/73976b6114d07a0d0a72e9ced1e55c8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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