Skip to content

Instantly share code, notes, and snippets.

@kylev
Created February 18, 2013 21:14
Show Gist options
  • Save kylev/4980806 to your computer and use it in GitHub Desktop.
Save kylev/4980806 to your computer and use it in GitHub Desktop.
class Object
def wtf!
raise (self.respond_to?(:pretty_inspect) ? self.pretty_inspect : self.inspect)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment