class Bundler::DepProxy
def ==(other)
def ==(other) return false if other.class != self.class dep == other.dep && __platform == other.__platform end
def ==(other) return false if other.class != self.class dep == other.dep && __platform == other.__platform end