Method: Executable::Help::Option#<=>

Defined in:
lib/executable/help.rb

#<=>(other) ⇒ Object



421
422
423
# File 'lib/executable/help.rb', line 421

def <=>(other)
  self.name <=> other.name
end