method
v1_8_7_72 -
Show latest stable
- Class:
IRB::Notifier::AbstructNotifier
print(*opts)public
No documentation available.
# File lib/irb/notifier.rb, line 41
def print(*opts)
@base_notifier.print prefix, *opts if notify?
end