1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

lib/pry/cli.rb: clarify the role of #option_processors

This commit is contained in:
Kyrylo Silin 2013-11-28 01:00:00 +02:00
parent 72a308ba12
commit 32b7290c75

View file

@ -10,7 +10,9 @@ class Pry
# @return [Proc] The Proc defining the valid command line options.
attr_accessor :options
# @return [Array] The Procs that process the parsed options.
# @return [Array] The Procs that process the parsed options. Plugins can
# utilize this facility in order to add and process their own Pry
# options.
attr_accessor :option_processors
# @return [Array<String>] The input array of strings to process