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