Skip to content

Instantly share code, notes, and snippets.

@halfninja
Created March 26, 2015 22:59
Show Gist options
  • Save halfninja/feb93f6c7ac6782a0c04 to your computer and use it in GitHub Desktop.
Save halfninja/feb93f6c7ac6782a0c04 to your computer and use it in GitHub Desktop.
class Dog
def bark
puts "Ruff"
end
end
class Tree
def bark
puts "Rough"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment