pry--pry/lib/pry
John Mair 51bfdb5373 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
..
commands.rb slight refactor, just code aesthetics and formatting 2010-12-26 03:18:30 +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
input.rb slight refactor, just code aesthetics and formatting 2010-12-26 03:18:30 +13:00
output.rb * added tests (test.rb and test_helper.rb files) 2010-12-24 01:16:04 +13:00
prompts.rb split Pry into 3 more files: pry_class (for class methods) pry_instance (instance methods) and core_extensions, for extensions to Object (e.g pry and __binding__ methods) 2010-12-26 02:59:37 +13:00
pry_class.rb slight refactor, just code aesthetics and formatting 2010-12-26 03:18:30 +13:00
pry_instance.rb slight refactor, just code aesthetics and formatting 2010-12-26 03:18:30 +13:00
version.rb version bump 0.3.0, added method_doc and friends, added cat, updated README, adjusted Rakefile to use 0.2.0 method_source gem 2010-12-19 01:10:23 +13:00