Skip to content

Instantly share code, notes, and snippets.

@katsumata-ryo
Created August 19, 2018 13:10
Embed
What would you like to do?
Gist Embed Test
def say_hello(name)
puts "Hello, #{name}"
end
say_hello('ryo')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment