BasicObject
# File lib/rspec-spies.rb, line 69 def args_message @args ? " with #{@args.inspect}" : "" end
# File lib/rspec-spies.rb, line 7 def message_received(message, *args, &block) record_message_received(message, *args, &block) oldsp_message_received(message, *args, &block) end
Generated with the Darkfish Rdoc Generator 2.