x = 1 # This is the value we're working withx.instance_of? Fixnum # true: is an instance of Fixnumx.instance_of? Numeric # false: instance_of? doesn't check inheritance