Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created July 17, 2018 13:56
Show Gist options
  • Save ahmetabdi/9f6c84f8775f0f6a1c835b4059ec634c to your computer and use it in GitHub Desktop.
Save ahmetabdi/9f6c84f8775f0f6a1c835b4059ec634c to your computer and use it in GitHub Desktop.
Talker.say_hello(“Bob”) => “Hello, Bob!”
Talker.say_hello(“Jane”) => “Hi there, Jane!”
Talker.say_hello(“Ahmet”) => “Hi, Ahmet.”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment