class Steep::Interface::Block
def ==(other)
def ==(other) other.is_a?(self.class) && other.type == type && other.optional == optional && other.self_type == self_type end
def ==(other) other.is_a?(self.class) && other.type == type && other.optional == optional && other.self_type == self_type end