mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
607fd65398
* 'special locals' are now called 'sticky locals' * removed initialize_special_locals method, no longer necessary * added Pry#add_sticky_local, for user-defined sticky locals * sticky locals that are defined with a Proc will be re-invoked on each repl tick
7 lines
97 B
Ruby
7 lines
97 B
Ruby
class Pry
|
|
module ExtendedCommands
|
|
|
|
Experimental = Pry::CommandSet.new do
|
|
end
|
|
end
|
|
end
|