class Steep::TypeInference::MethodParams::BaseParameter

def ==(other)

def ==(other)
  other.class == self.class &&
    other.name == name &&
    other.type == type &&
    other.value == value &&
    other.node == node
end