class Shoulda::Matchers::Independent::DelegateMethodMatcher

def to(delegate_object_reader_method)

def to(delegate_object_reader_method)
  @delegate_object_reader_method = delegate_object_reader_method
  self
end