1
0
Fork 0
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:
Mon ouïe 2011-09-02 18:09:17 +02:00
parent 6cd1d28d98
commit ff93cbccb9

View file

@ -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.