# File lib/rr/recorded_call.rb, line 12
    def ==(other)
      other.is_a?(self.class) &&
        subject == other.subject &&
        method_name == other.method_name &&
        arguments == other.arguments
    end