# File lib/apipie/validator.rb, line 79
      def validate(value)
        return false if value.nil?
        value.is_a? @type
      end