Object
@private
# File lib/shoulda/matchers/active_model/disallow_value_matcher.rb, line 34 def failure_message @allow_matcher.failure_message_when_negated end
# File lib/shoulda/matchers/active_model/disallow_value_matcher.rb, line 39 def failure_message_when_negated @allow_matcher.failure_message end
# File lib/shoulda/matchers/active_model/disallow_value_matcher.rb, line 19 def for(attribute) @allow_matcher.for(attribute) self end
# File lib/shoulda/matchers/active_model/disallow_value_matcher.rb, line 15 def matches?(subject) !@allow_matcher.matches?(subject) end
# File lib/shoulda/matchers/active_model/disallow_value_matcher.rb, line 24 def on(context) @allow_matcher.on(context) self end
Generated with the Darkfish Rdoc Generator 2.