# File lib/grape/validations/validators/coerce.rb, line 8 def initialize(*_args) super @converter = Types.build_coercer(type, @option[:method]) end