Method: Jsapi::Meta::Existence#<=>

Defined in:
lib/jsapi/meta/existence.rb

#<=>(other) ⇒ Object

:nodoc:



57
58
59
# File 'lib/jsapi/meta/existence.rb', line 57

def <=>(other) # :nodoc:
  level <=> other.level
end