# File lib/virtus/attribute/coercer.rb, line 20 def initialize(type, coercers) super(type) @method = type.coercion_method @coercers = coercers end