Skip to content

Instantly share code, notes, and snippets.

@kris-luminar
Created November 13, 2012 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kris-luminar/4063634 to your computer and use it in GitHub Desktop.
Save kris-luminar/4063634 to your computer and use it in GitHub Desktop.
Bob
if (Bob.is_a?(Robert) )
puts "yes, he is"
else
puts "no, he isn't"
end
puts "He's a swell fellow, either way"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment