# File lib/apipie/validator.rb, line 259 def self.build(param_description, argument, options, block) if argument == :bool self.new(param_description) end end