# 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