class Steep::Interface::IvarChain

def ==(other)

def ==(other)
  other.is_a?(IvarChain) &&
    type == type &&
    parent == parent
end