Method: IRB::Notifier::AbstractNotifier#prefix

Defined in:
lib/irb/notifier.rb

#prefixObject (readonly)

The prefix for this Notifier, which is appended to all objects being inspected during output.



48
49
50
# File 'lib/irb/notifier.rb', line 48

def prefix
  @prefix
end