class Shoulda::Matchers::Independent::DelegateMethodMatcher

def with_arguments(*arguments)

def with_arguments(*arguments)
  @delegated_arguments = arguments
  self
end