summaryrefslogtreecommitdiff
path: root/lib/pry/pry_class.rb
Commit message (Expand)AuthorAgeFilesLines
...
* feedback from PRpry-configurestrcmp2015-12-271-1/+8
* add Pry.configure as an alternative to the current way of changing configurat...strcmp2015-12-271-0/+8
* Merge pull request #1443 from egwspiti/masterKyrylo Silin2015-06-291-1/+1
|\
| * Don't raise when directory permissions don't allow file expansion.egwspiti2015-06-281-1/+1
* | Reset finalization stateRicho Healey2015-06-281-0/+2
* | Finish setting up the session in Pry.startRicho Healey2015-06-281-0/+1
* | Make session finalisation idempotentRicho Healey2015-06-281-0/+2
* | Split out session standupRicho Healey2015-06-171-0/+3
|/
* Return nil from PryClass::run_commandDanny Guinther2015-04-021-1/+2
* hooks: remove old API's using hooks altogetherKyrylo Silin2015-03-141-1/+0
* Cleanup * interpreted as argument prefix warningSteven Harman2014-06-241-1/+1
* Remove mention of win32console from ansicon messageRyan Fitzgerald2014-05-051-6/+5
* Merge branch 'remove-global-config'Conrad Irwin2014-05-051-3/+3
|\
| * Stop using compatibility aliases for Pry.configConrad Irwin2014-05-011-3/+3
* | Rename to windows_console_warningConrad Irwin2014-05-051-3/+3
* | Add Pry.config.should_load_win32console.yui-knk2014-05-031-0/+18
|/
* Fix yard documentation warnings(fix #1163)yui-knk2014-03-161-2/+2
* add changelog & docs for Pry.mainRobert Gleeson2014-03-161-0/+4
* fix Pry.view_clip() docsRobert Gleeson2014-03-161-8/+11
* change Pry.view_clip() to optionally drop or include hex value.Robert Gleeson2014-03-161-7/+19
* forgot hex prefixRobert Gleeson2014-03-161-1/+1
* fix Pry.view_clip().Robert Gleeson2014-03-161-1/+1
* Initialize History lazily, make it work without ReadlineRyan Fitzgerald2014-02-021-2/+5
* Don't assume Readline is loaded in auto_resizeRyan Fitzgerald2014-02-021-3/+10
* return an instance of Pry::Config from Pry.current.Robert Gleeson2014-02-011-2/+5
* Ensures that loading pry inside config doesn't explodeRicho Healey2014-01-311-1/+3
* call to_hash on 'options' in Pry.start().Robert Gleeson2014-01-281-0/+1
* coerce :hooks (as a Hash) to Pry::Hooks instance in Pry.start().Robert Gleeson2014-01-211-1/+1
* fix the failing Pry#prompt specs.Robert Gleeson2014-01-211-0/+8
* initialize Pry.config in Pry.reset_defaults(revisit later).Robert Gleeson2014-01-201-4/+2
* add Pry.config.file_completer, Pry.config.command_completerRobert Gleeson2014-01-201-1/+0
* define Pry.config as instance of Pry::Config.Robert Gleeson2014-01-191-1/+1
* Merge branch 'master' into wip-configRobert Gleeson2014-01-191-7/+12
|\
| * update Pry.binding_for() to use Pry.mainRobert Gleeson2014-01-171-1/+1
| * add Pry.main. cache its value.Robert Gleeson2014-01-171-1/+5
| * add comment about special-case for jruby.Robert Gleeson2014-01-171-1/+3
| * Revert "remove special-case for 'main' from Pry.view_clip()."Robert Gleeson2014-01-171-0/+4
| * remove special-case for 'main' from Pry.view_clip().Robert Gleeson2014-01-171-4/+0
| * change private_method_color and protected_method_color in config.ls to match ...yui-knk2013-12-241-2/+2
* | implement Pry global and pry-local configuration.Robert Gleeson2014-01-191-102/+22
|/
* Fix load error(forwardable), remove require 'forwardable' from pry/pry_class....yui-knk2013-12-121-1/+0
* Remove define of Pry class attributes from lib/pry/pry_class.rb to lib/pry.rb...yui-knk2013-12-101-50/+0
* pry_class.rb: do not monkey-patch CodeRay anymoreKyrylo Silin2013-09-231-20/+0
* Pry's critical sections should be per threadNicolas Viennot2013-06-261-5/+5
* Allow customisation of the prompt objectsKyrylo Silin2013-05-041-1/+2
* Support loading a different pryrc from ENVColin Shea2013-04-021-1/+1
* Don't repeat if initial_session_setup failsConrad Irwin2013-03-241-3/+2
* PryClass: get rid of obsolete commentKyrylo Silin2013-03-121-2/+2
* Remove warnings [Fixes #869]Conrad Irwin2013-03-021-7/+10
* Don't warn if .pryrc doesn't exist on rbx in 1.9 modeConrad Irwin2013-02-171-1/+3