mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Allowed to read input_array and output_array from the outside
This commit is contained in:
parent
6cd1d28d98
commit
ff93cbccb9
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ class Pry
|
|||
attr_accessor :last_file
|
||||
attr_accessor :last_dir
|
||||
|
||||
attr_reader :input_array
|
||||
attr_reader :output_array
|
||||
|
||||
# Create a new `Pry` object.
|
||||
# @param [Hash] options The optional configuration parameters.
|
||||
# @option options [#readline] :input The object to use for input.
|
||||
|
|
Loading…
Add table
Reference in a new issue