class Shoulda::Matchers::ActiveModel::AllowValueMatcher::AttributeSettersAndValidators
def matches?(tuple)
def matches?(tuple) tuple.attribute_setter.set! && tuple.validator.call end
def matches?(tuple) tuple.attribute_setter.set! && tuple.validator.call end