class Shoulda::Matchers::ActiveModel::DisallowValueMatcher

def initialize(value)

:nodoc:
:nodoc:
def initialize(value)
  @allow_matcher = AllowValueMatcher.new(value)
end