Skip to content

Instantly share code, notes, and snippets.

@arturaz
Created May 16, 2012 16:55
Show Gist options
  • Save arturaz/2712179 to your computer and use it in GitHub Desktop.
Save arturaz/2712179 to your computer and use it in GitHub Desktop.
>> def a.===(o); puts o.inspect; true; end
=> nil
>> case a
>> when Hash then puts "woot"
>> end
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment