class Shoulda::Matchers::Independent::DelegateMethodMatcher

def build_delegating_method_prefix(prefix)

def build_delegating_method_prefix(prefix)
  case prefix
  when true, nil then delegate_object_reader_method
  else prefix
  end
end