class Steep::Interface::Params
def ==(other)
def ==(other) other.is_a?(self.class) && other.required == required && other.optional == optional && other.rest == rest && other.required_keywords == required_keywords && other.optional_keywords == optional_keywords && other.rest_keywords == rest_keywords end