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