Skip to content

Instantly share code, notes, and snippets.

@davidvandusen
Forked from kvirani/README.md
Created May 5, 2015 13:36
Show Gist options
  • Select an option

  • Save davidvandusen/aa5fabf243fe3e7cb8f7 to your computer and use it in GitHub Desktop.

Select an option

Save davidvandusen/aa5fabf243fe3e7cb8f7 to your computer and use it in GitHub Desktop.
# Save this file to your computer so you can run it
# via the command line (Terminal) like so:
# $ ruby stupid_dog.rb
#
# Your method should wait for user input, which corresponds
# to you saying something to your dog (named Shakil).
# You'll probably want to write other methods, but this
# encapsulates the core dog logic
def stupid_dog
end
# Run our method
stupid_dog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment