# File lib/rr/recorded_calls.rb, line 21
    def add(subject, method_name, arguments, block)
      recorded_calls << RecordedCall.new(subject, method_name, arguments, block)
    end