From 32b7290c75734d2c57c1e97442609bd07d8aaeea Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Thu, 28 Nov 2013 01:00:00 +0200 Subject: [PATCH] lib/pry/cli.rb: clarify the role of #option_processors --- lib/pry/cli.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pry/cli.rb b/lib/pry/cli.rb index 55f77d4a..9dd1899d 100644 --- a/lib/pry/cli.rb +++ b/lib/pry/cli.rb @@ -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] The input array of strings to process