Skip to content

Instantly share code, notes, and snippets.

@katsumata-ryo
Created August 19, 2018 13:10
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 katsumata-ryo/052b7e373eb6fd69075dd85259e206c8 to your computer and use it in GitHub Desktop.
Save katsumata-ryo/052b7e373eb6fd69075dd85259e206c8 to your computer and use it in GitHub Desktop.
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