class Tins::MethodDescription::Parameters::Parameter
def ==(other)
def ==(other) type == other.type end
def inspect
def inspect "#<#{self.class} #{to_s.inspect}>" end
def ==(other) type == other.type end
def inspect "#<#{self.class} #{to_s.inspect}>" end