class Tins::MethodDescription::Signature

def eql?(other)

def eql?(other)
  @parameters.eql? other.parameters
end