Method: Pry::Prompt#prompt_procs
- Defined in:
- lib/pry/prompt.rb
#prompt_procs ⇒ Array<Proc> (readonly)
Returns the array of procs that hold ‘[wait_proc, incomplete_proc]`.
112 113 114 |
# File 'lib/pry/prompt.rb', line 112 def prompt_procs @prompt_procs end |