# File lib/virtus/configuration.rb, line 56 def coercer(&block) @coercer = Coercible::Coercer.new(&block) if block_given? @coercer end