Object
Represents a configured implementation. Takes into account any number of sub-implementations. @private
# File lib/rspec/mocks/message_expectation.rb, line 523 def arg_slice_for(args, arity) if arity >= 0 args.slice(0, arity) else args end end
Generated with the Darkfish Rdoc Generator 2.