class Toys::Middleware::Stack
def ==(other)
def ==(other) other.is_a?(Stack) && pre_specs.eql?(other.pre_specs) && default_specs.eql?(other.default_specs) && post_specs.eql?(other.post_specs) end
def ==(other) other.is_a?(Stack) && pre_specs.eql?(other.pre_specs) && default_specs.eql?(other.default_specs) && post_specs.eql?(other.post_specs) end