Ruby - Inheritance
You have a method that accepts any object and should behave differently if the object is a
String or a Numeric (including Integer and Float). Which Ruby code correctly uses is_a? or kind_of? to check this?