turned opts[:captures], opts[:eval_string] and opts[:arg_string] into captures, eval_string and arg_string methods respectively, for ease of use

This commit is contained in:
John Mair 2011-05-28 04:16:09 +12:00
parent 40007d4971
commit 2f3ab643ab
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ class Pry
class CommandContext
attr_accessor :output
attr_accessor :target
attr_accessor :captures
attr_accessor :eval_string
attr_accessor :arg_string
attr_accessor :opts
attr_accessor :command_set
attr_accessor :command_processor