class Shoulda::Matchers::Independent::DelegateMethodMatcher

def allow_nil

def allow_nil
  @expects_to_allow_nil_delegate_object = true
  self
end