'A string'.respond_to? :to_str # => trueException.new.respond_to? :to_str # => true4.respond_to? :to_str # => false