summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rewrite mock_backtrace to use define_singleton_method.Robert Gleeson2014-03-101-4/+2
* Remove 'then' from ri.rbyui-knk2014-02-231-1/+1
* Update to merge master.yui-knk2014-02-151-1/+1
* Merge branch 'master' into FixCommandPrefixyui-knk2014-02-1549-800/+734
|\
| * update 'ls' command to go through `_pry_.config`. closes #1126.Robert Gleeson2014-02-0810-35/+35
| * Use string difference in watchConrad Irwin2014-02-071-14/+8
| * update 'gist' command to use _pry_.config.gist.inspecterRobert Gleeson2014-02-072-2/+2
| * update 'edit' command to use _pry_.config.disable_auto_reloadRobert Gleeson2014-02-071-1/+1
| * update lib/pry/commands/code_collector.rb to use _pry_.config.gist.inspecter....Robert Gleeson2014-02-071-4/+4
| * update 'cat' command to use _pry_.config.default_window_sizeRobert Gleeson2014-02-072-9/+9
| * update whereami command to use _pry_.config.default_window_size.Robert Gleeson2014-02-071-1/+1
| * update shell_command.rb to use _pry_.config.systemRobert Gleeson2014-02-071-2/+1
| * sp.Conrad Irwin2014-02-055-9/+9
| * Fix ls on Fixnum [Fixes #1120]Conrad Irwin2014-02-052-6/+9
| * Fix pry.config.output_prefix to work. Fix #1128yui-knk2014-02-052-3/+3
| * read "watch_expressions" via _pry_.configRobert Gleeson2014-02-041-1/+1
| * add 'Symbol' to the un'dupables.Robert Gleeson2014-02-042-2/+2
| * avoid dup on the UNDUP-able without rescue.Robert Gleeson2014-02-041-4/+2
| * .dup watched expressionsConrad Irwin2014-02-041-0/+4
| * Fix watch command docsConrad Irwin2014-02-041-2/+13
| * rename Pry::CommandSet#commands as Pry::CommandSet#to_hash.Robert Gleeson2014-02-043-28/+31
| * go through local config for command set keys.Robert Gleeson2014-02-031-1/+1
| * rename "*_completer" to "*_completions"Robert Gleeson2014-02-033-5/+5
| * add option to disable to the input completer (ref #1123).Robert Gleeson2014-02-031-0/+2
| * Merge pull request #1122 from yui-knk/fix-last_resultRobert2014-02-031-2/+2
| |\
| | * Fix sticky_locals(_ and __) when lambda is givenyui-knk2014-02-031-2/+2
| * | Merge pull request #1117 from pry/lazy-readlineRobert2014-02-036-30/+61
| |\ \ | | |/ | |/|
| | * mention pry-coolline as an alternative when 'readline' is unavailable.Robert Gleeson2014-02-031-0/+1
| | * Initialize History lazily, make it work without ReadlineRyan Fitzgerald2014-02-022-7/+17
| | * Don't assume Readline is loaded in auto_resizeRyan Fitzgerald2014-02-021-3/+10
| | * Check if Readline is defined before getting screen sizeRyan Fitzgerald2014-02-021-1/+1
| | * Remove order dependency between :input and :completer procsRyan Fitzgerald2014-02-022-22/+31
| | * Merge branch 'master' into lazy-readlineRyan Fitzgerald2014-02-025-12/+24
| | |\
| | * | visit instance of 'Pry' through delegate.Robert Gleeson2014-02-011-1/+1
| | * | update Pry::REPL to not assume Readline is loaded.Robert Gleeson2014-02-011-2/+2
| | * | re-raise LoadError (part of #1081)Robert Gleeson2014-02-011-2/+2
| | * | improve error message on failure to require 'readline'.Robert Gleeson2014-01-311-2/+3
| | * | lazy load readline through Proc defined on Pry::Config::Default.Robert Gleeson2014-01-312-8/+11
| * | | Merge pull request #1082 from yui-knk/refactor-Method.from_strRobert2014-02-022-10/+3
| |\ \ \
| | * | | Fix doc for Pry::Method.from_str to match refactoring.yui-knk2014-01-131-3/+2
| | * | | Refactor Pry::Method.from_str , because of comment on method_or_class_lookup ...yui-knk2014-01-032-7/+1
| * | | | go through pry-local config when to call control_d_handler.Robert Gleeson2014-02-031-1/+1
| | |_|/ | |/| |
| * | | Remove Foreman hack from 5f3b5857fc94f0237ecd0440069cf34cc6aed86aRyan Fitzgerald2014-02-021-3/+0
| * | | add Behavior#keys.Robert Gleeson2014-02-021-0/+4
| * | | delete the backtrace to avoid storing it on `_pry_.config`.Robert Gleeson2014-02-021-1/+1
| * | | fix backwards logic in exception message.Robert Gleeson2014-02-021-1/+1
| * | | use a dynamic class name in Behavior#inherited_by().Robert Gleeson2014-02-021-1/+1
| * | | duplicate Hash returned by Behavior#to_hash (prevents outside-mutation)Robert Gleeson2014-02-021-1/+1
| * | | return false when argument does not implement #to_hash.Robert Gleeson2014-02-021-0/+1
| * | | add Behavior#{==, eql?}. compare equality through lookup table.Robert Gleeson2014-02-021-0/+5