Skip to content

Instantly share code, notes, and snippets.

@hardbap
Forked from rsl/gist:430212
Created June 8, 2010 15:56
Show Gist options
  • Save hardbap/430233 to your computer and use it in GitHub Desktop.
Save hardbap/430233 to your computer and use it in GitHub Desktop.
>> case "String".class
>> when String
>> puts "I'm a string"
>> else
?> puts "I can't tell what I am"
>> end
I can't tell what I am
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment