IRB::Notifier::AbstructNotifier
# File irb/notifier.rb, line 114 def initialize(base, level, prefix) super(prefix, base) @level = level end
# File irb/notifier.rb, line 122 def <=>(other) @level <=> other.level end
# File irb/notifier.rb, line 126 def notify? @base_notifier.level >= self end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.