Flowdock
method

print

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: IRB::Notifier::AbstructNotifier
print(*opts) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/notifier.rb, line 41
      def print(*opts)
        @base_notifier.print prefix, *opts if notify?
      end
Register or log in to add new notes.