mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
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:
parent
40007d4971
commit
2f3ab643ab
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue