# File lib/grape/validations/types/custom_type_coercer.rb, line 65 def initialize(type, method = nil) coercion_method = infer_coercion_method type, method @method = enforce_symbolized_keys type, coercion_method @type_check = infer_type_check(type) end