Skip to content

Instantly share code, notes, and snippets.

@dayvough
Last active October 20, 2018 09:13
Show Gist options
  • Save dayvough/e53e8a6ce05aab857ebd77c4e43dd400 to your computer and use it in GitHub Desktop.
Save dayvough/e53e8a6ce05aab857ebd77c4e43dd400 to your computer and use it in GitHub Desktop.
Ghost Gist Test
def hello_world(name)
puts "Hello, #{name}!"
end
hello_world("ghost") # Hello, Ghost!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment