method

print

print(*opts)
public

No documentation available.

# File lib/irb/notifier.rb, line 41
      def print(*opts)
        @base_notifier.print prefix, *opts if notify?
      end