summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix bug discovered while investigating #1552robert2016-07-091-2/+2
* Remove exclamation point from #no_definition_messageWaldyr2016-04-021-1/+1
* Added support for FAIL_PRY which will make pry raise a RuntimeError if it is ...Ozer Chagatai2016-04-011-0/+3
* log full backtrace when failing to print a valueTom Crayford2016-02-261-1/+1
* Merge pull request #1484 from bronzdoc/feature/add_histignoreKyrylo Silin2016-02-122-3/+23
|\
| * Fixed comments indent, make histignore lines match patternbronzdoc2016-02-111-4/+3
| * Comment is not needed anymore, since the last command could be anything nowbronzdoc2016-02-111-1/+0
| * Fixed comments indentation and line widthbronzdoc2016-02-111-5/+7
| * Improved coding stylebronzdoc2016-02-111-4/+3
| * Improved namingbronzdoc2016-02-101-6/+6
| * Filter historybronzdoc2015-10-251-2/+3
| * Adding methods to check for histignorebronzdoc2015-10-251-1/+21
* | Merge branch 'merge1328'strcmp2016-01-145-18/+19
|\ \
| * | Pager: Condition to use where.exe in Windows, instead of 'which'.Silver Phoenix2016-01-141-1/+5
| * | Bring version up to dateDavid Rodríguez2016-01-091-1/+1
| * | Merge pull request #1506 from gfvcastro/update-licensefreestyler2016-01-022-2/+2
| |\ \
| | * | Update license.Gustavo Villa2016-01-022-2/+2
| * | | lazy load the config defaults for "history" and "gist"strcmp2016-01-011-20/+13
| |/ /
* | | lazy load Default#giststrcmp2016-01-012-8/+4
|/ /
* | fix 'at least one lazy method has to be called before #lazy_keys could ..'strcmp2015-12-311-1/+1
* | rename modulestrcmp2015-12-291-2/+2
* | use the more common approach to assigning key default of []strcmp2015-12-291-2/+1
* | Merge branch 'master' into pry-lazystrcmp2015-12-281-0/+15
|\ \
| * | feedback from PRpry-configurestrcmp2015-12-271-1/+8
| * | Merge branch 'master' into pry-configurestrcmp2015-12-276-5/+20
| |\ \
| * | | add Pry.configure as an alternative to the current way of changing configurat...strcmp2015-12-271-0/+8
* | | | fix return value of lazy methodstrcmp2015-12-281-1/+1
* | | | remove 'default' localstrcmp2015-12-281-3/+2
* | | | make 'Pry::Config::Default' less of a special case by adding Pry::Config::Lazystrcmp2015-12-284-13/+31
| |/ / |/| |
* | | add as neededstrcmp2015-12-271-1/+1
* | | cleanup from the last commitstrcmp2015-12-271-1/+0
* | | add Pry.config.eager_load! to help with issues like #1501strcmp2015-12-274-3/+19
* | | Small code improvement.Gustavo Villa2015-12-192-2/+2
|/ /
* | add slop v3.4 LICENSE file as lib/pry/slop/LICENSEstrcmp2015-12-111-0/+20
* | modify lib/ and spec/ to use Pry::Slopstrcmp2015-12-115-15/+15
* | import slop v3.4 as lib/pry/slopstrcmp2015-12-113-0/+1065
* | Fix typoJake Worth2015-12-091-1/+1
|/
* fix paging, thx @egwspitistrcmp2015-09-031-1/+0
* display an error message when cat is invoked without arguments.egwspiti2015-09-031-2/+2
* return false from #piping? when $stdout is not an IO.strcmp2015-08-241-1/+2
* fix respond_to_missing? that makes no sense.strcmp2015-08-221-1/+1
* fix #1464strcmp2015-08-222-2/+2
* refactor Pry::Output and add `#tty?` method to it.strcmp2015-08-221-38/+38
* improve error message; add testcase for #1461strcmp2015-08-191-1/+1
* Merge branch 'ri-command-requires-argument' of https://github.com/dalizard/pr...strcmp2015-08-191-0/+4
|\
| * Pry::Command::Ri requires an argumentDimitar Haralanov2015-08-181-0/+4
* | fix #1438strcmp2015-08-175-13/+8
* | change from_hash to be recursive.strcmp2015-08-171-1/+3
* | Merge pull request #1451 from egwspiti/masterstrcmp2015-08-031-0/+2
|\ \
| * | singleline rescue should not change indentation.egwspiti2015-07-221-0/+2