pry--pry/lib/pry
John Mair 1e3539cfda changed @options to @options 2010-12-30 00:25:38 +13:00
..
commands.rb combined default_prompt and wait_prompt into one prompt array called default_prompt; added ls_methods and ls_imethods commands, version bump to 0.4.0 2010-12-28 01:36:29 +13:00
core_extensions.rb removed ability of Object#pry to pass options parameters, as too confusing when invoked in this form: obj.pry(:input => Input.new) i.e opens pry session on {:input => .. } rather than redirects input for pry session 2010-12-26 03:25:35 +13:00
hooks.rb * completely merged Output and Commands classes, reduced Output to just a simple puts() method, a la Input and read() 2010-12-27 23:56:55 +13:00
input.rb slight refactor, just code aesthetics and formatting 2010-12-26 03:18:30 +13:00
output.rb * completely merged Output and Commands classes, reduced Output to just a simple puts() method, a la Input and read() 2010-12-27 23:56:55 +13:00
print.rb minor changes: added Pry instance (__pry__) to status, changed _pry_ to __pry__, minor aesthetic changes..decreased ljust() for help, changed cd .. match in command_info to regex 2010-12-28 00:45:47 +13:00
prompts.rb start at docs 2010-12-28 16:56:23 +13:00
pry_class.rb updated docs 2010-12-29 22:14:12 +13:00
pry_instance.rb changed @options to @options 2010-12-30 00:25:38 +13:00
version.rb minor changes: added Pry instance (__pry__) to status, changed _pry_ to __pry__, minor aesthetic changes..decreased ljust() for help, changed cd .. match in command_info to regex 2010-12-28 00:45:47 +13:00