Method: Pry::Prompt#prompt_procs

Defined in:
lib/pry/prompt.rb

#prompt_procsArray<Proc> (readonly)

Returns the array of procs that hold ‘[wait_proc, incomplete_proc]`.

Returns:

  • (Array<Proc>)

    the array of procs that hold ‘[wait_proc, incomplete_proc]`

Since:

  • v0.11.0



112
113
114
# File 'lib/pry/prompt.rb', line 112

def prompt_procs
  @prompt_procs
end