class PactBroker::Domain::Label

Public Instance Methods

<=>(other) click to toggle source
# File lib/pact_broker/domain/label.rb, line 13
def <=> other
  name <=> other.name
end