method
    
    <=>
  <=>(other)
  public
  
    Hide source    
    
      
  
# File lib/irb/notifier.rb, line 121 def <=>(other) @level <=> other.level end

  