Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
IRB::Notifier::AbstractNotifier
# File irb/notifier.rb, line 113 def initialize(base, level, prefix) super(prefix, base) @level = level end
# File irb/notifier.rb, line 121 def <=>(other) @level <=> other.level end
# File irb/notifier.rb, line 125 def notify? @base_notifier.level >= self end
This page was generated for Ruby 1.9.3
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.