Method: IRB::Context#prompt_c
- Defined in:
- lib/irb/context.rb
#prompt_c ⇒ Object
IRB prompt for continuated statement. (e.g. immediately after an if)
See IRB@Customizing+the+IRB+Prompt for more information.
220 221 222 |
# File 'lib/irb/context.rb', line 220 def prompt_c @prompt_c end |