class HTTP::Headers
def ==(other)
-
(Boolean)
-
def ==(other) return false unless other.respond_to? :to_a @pile == other.to_a end
(Boolean)
-
def ==(other) return false unless other.respond_to? :to_a @pile == other.to_a end