Method: Cocoadex::Parameter#<=>

Defined in:
lib/cocoadex/models/parameter.rb

#<=>(other) ⇒ Object



16
17
18
# File 'lib/cocoadex/models/parameter.rb', line 16

def <=> other
  name <=> other.name if other.respond_to? :name
end