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