Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active December 23, 2015 22:09
Show Gist options
  • Save ashleygwilliams/6700776 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/6700776 to your computer and use it in GitHub Desktop.
puts self.respond_to? :poop
def self.poop
"poop"
end
puts self.respond_to? :poop
puts poop
puts self.methods.include? :poop
puts self.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment