Skip to content

Instantly share code, notes, and snippets.

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 chrishannam/a490cdd765967d7c548a858d092473c5 to your computer and use it in GitHub Desktop.
Save chrishannam/a490cdd765967d7c548a858d092473c5 to your computer and use it in GitHub Desktop.
{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment