class Apipie::Validator::UndefValidator
special type of validator: we say that it’s not specified
Public Class Methods
Source
# File lib/apipie/validator.rb, line 420 def self.build(param_description, argument, options, block) if argument == :undef self.new(param_description) end end