summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added code_writer.rb for generating codefeature/save-sourceJohn Mair2012-11-151-0/+118
* started work on reconstructing class def for (pry) classesJohn Mair2012-11-152-9/+80
* added Pry::Method#doc(raw=false), for returning comments with # prefixJohn Mair2012-11-151-13/+17
* added support for saving modules/classesJohn Mair2012-11-062-12/+35
* Fix typoKyrylo Silin2012-11-061-1/+1
* blerghJohn Mair2012-11-062-2/+6
* save-source -- added ability to open editor to manually insert code.John Mair2012-11-062-21/+41
* save-source command, rudimentary functionality working.John Mair2012-11-062-13/+196
* added #candidates method to Pry::WrappedModuleJohn Mair2012-11-061-0/+8
* added a few helpers to Pry::Method including singleton_method?John Mair2012-11-062-5/+45
* save-source now works on methods in simple (pry) case.John Mair2012-11-063-0/+74
* Fix a few minor YARD issuesRyan Fitzgerald2012-11-033-19/+11
* Improve Ruby 2.0 refinement support, closes #738John Mair2012-11-022-27/+31
* add a pry-specific Thread.current hashJohn Mair2012-11-021-1/+5
* add .pryrc and .irbrc to files highlighted by cat commandJohn Mair2012-11-021-1/+1
* move safe_send to base_helpers.rbJohn Mair2012-11-021-0/+9
* NO_PRY -> DISABLE_PRY for consistencyConrad Irwin2012-11-014-10/+10
* regemspecConrad Irwin2012-10-311-3/+3
* Allow pry to be disabled [Fixes #497]Conrad Irwin2012-10-314-0/+68
* Replace dated API documentation for Pry::Pager.page(…).Rob Gleeson2012-10-261-1/+1
* Pull this value from SystemPager.default_pager.Rob Gleeson2012-10-261-1/+1
* Respect $PAGER (shell environment variable).Rob Gleeson2012-10-261-3/+16
* Implement `--patch` flag for `edit --ex` commandKyrylo Silin2012-10-222-9/+56
* Remove ugly codeKyrylo Silin2012-10-211-2/+2
* Remove dead methodKyrylo Silin2012-10-211-5/+0
* Don't show result of evaluating comments.Conrad Irwin2012-10-202-1/+24
* Fix broken test on macConrad Irwin2012-10-201-1/+1
* Add extra tests for `edit-method --patch` commandKyrylo Silin2012-10-211-1/+90
* Add an option for disabling colourful bacon outputKyrylo Silin2012-10-181-1/+1
* Workaround for JRuby :ambulance:Ryan Fitzgerald2012-10-131-1/+4
* Refactor Pry.toplevel_binding to allow reset during testsRyan Fitzgerald2012-10-132-10/+30
* closes #710, convert negative arg to positive for cat --exJohn Mair2012-10-021-1/+1
* Merge pull request #717 from lloeki/fix_multiline_object_coloringRobert Gleeson2012-09-261-1/+1
|\
| * fix multiline object coloringLoic Nageleisen2012-09-261-1/+1
* | Merge pull request #718 from benpickles/patch-1Kyrylo Silin2012-09-261-1/+1
|\ \ | |/ |/|
| * Fix link.Ben Pickles2012-09-261-1/+1
|/
* exclude rbx properlyConrad Irwin2012-09-231-3/+2
* Exclude test fail for rbx bugConrad Irwin2012-09-231-1/+1
* Use ::Kernel.__method__ so that we can work on BasicObjectConrad Irwin2012-09-234-3/+31
* Ok, don't be ___ silly eitherConrad Irwin2012-09-201-2/+1
* Don't be ____ sillyConrad Irwin2012-09-201-2/+1
* Merge remote-tracking branch 'rking/master'Conrad Irwin2012-09-184-24/+43
|\
| * Rerun `rake gemspec` after 735e057e.☈king2012-09-171-3/+3
| * Add input_array.pop!☈king2012-09-172-0/+10
| * Deduce the test name from lib names for Guard☈king2012-09-171-2/+19
| * Refactor to @populated☈king2012-09-171-19/+11
|/
* Merge pull request #714 from voxik/fix-lesspipe-for-riRobert Gleeson2012-09-161-1/+3
|\
| * Fix 'lesspipe' for ri.Vít Ondruch2012-09-161-1/+3
* | Merge pull request #713 from voxik/fix-less-checkRobert Gleeson2012-09-161-2/+1
|\ \ | |/ |/|
| * Fix the less check (#712).Vít Ondruch2012-09-161-2/+1
|/