class HTTP::Request::Body
def ==(other)
def ==(other) self.class == other.class && self.source == other.source # rubocop:disable Style/RedundantSelf end
def ==(other) self.class == other.class && self.source == other.source # rubocop:disable Style/RedundantSelf end