pry--pry/lib/pry
John Mair 607fd65398 added sticky local API (renamed special -> sticky)
* '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
2012-03-04 03:22:52 +13:00
..
default_commands added sticky local API (renamed special -> sticky) 2012-03-04 03:22:52 +13:00
extended_commands added sticky local API (renamed special -> sticky) 2012-03-04 03:22:52 +13:00
helpers Workaround for rubinius binding __FILE__ bug #1581 2012-03-02 04:02:51 +13:00
cli.rb fixed broken --no-plugins option 2012-01-30 14:19:10 +13:00
code.rb convert start_line to an integer 2012-02-04 07:57:52 -05:00
command.rb :takes_block now false by default, removed &block 2012-02-27 14:34:05 +13:00
command_set.rb Group command-commands into their own set 2012-03-01 17:10:54 -08:00
commands.rb rename "basic" to "misc" 2012-03-01 17:10:55 -08:00
completion.rb
config.rb removed unnecessary config plugins.enabled option 2012-01-30 14:38:53 +13:00
core_extensions.rb
custom_completions.rb
helpers.rb
history.rb Fix my horrible spelling. Thanks @banister. 2012-02-22 11:49:35 -06:00
history_array.rb
hooks.rb Allow use of hash-based hooks, but show warning. 2012-01-24 21:44:21 +13:00
indent.rb
method.rb Fix show-method in the face of overridden method method 2012-02-28 07:08:07 -08:00
plugins.rb .puts -> warn, fixes #429 2012-01-23 16:40:40 +13:00
pry_class.rb Don't load/save history or load rc if we can't find home. 2012-02-15 05:24:03 -06:00
pry_instance.rb added sticky local API (renamed special -> sticky) 2012-03-04 03:22:52 +13:00
rbx_method.rb
rbx_path.rb Workaround for rubinius binding __FILE__ bug #1581 2012-03-02 04:02:51 +13:00
version.rb version 0.9.8.3 release 2012-03-02 22:39:05 +13:00
wrapped_module.rb