Skip to content

Instantly share code, notes, and snippets.

@kris-luminar
Created November 13, 2012 02:34
Show Gist options
  • 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