Skip to content

Instantly share code, notes, and snippets.

@mgiagante
Last active May 4, 2018 02:26
Method example
public
def greet(who)
"Hi, #{who}!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment