summaryrefslogtreecommitdiff
path: root/lib/pry/pry_class.rb
Commit message (Expand)AuthorAgeFilesLines
* Return with an error message if pry is started inside signal handler (#2206)Barrett Ingram2021-07-031-0/+13
* validates file presence in Config#default_rc_file (#2129)Armin2021-07-011-1/+1
* Remove plugin system in favor of regular requiresMatijs van Zuijlen2020-03-221-4/+0
* Remove should_load_plugins config optionMatijs van Zuijlen2020-03-221-1/+0
* exceptions: check if $SAFE is supported by RubyKyrylo Silin2020-03-171-0/+7
* Use Pry::Env where it makes senseKyrylo Silin2019-06-091-2/+2
* Merge Pry::Terminal with Pry::OutputKyrylo Silin2019-05-261-1/+1
* terminal: rename 'bang' methods to normal onesKyrylo Silin2019-05-191-1/+1
* Resolve config warnings about redefined methodKyrylo Silin2019-05-111-1/+0
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* config: add `rc_file` that allows specifying `pryrc` fileKyrylo Silin2019-05-031-15/+3
* Refactor ConfigKyrylo Silin2019-05-021-41/+9
* Reduce the influence of Pry::ConfigKyrylo Silin2019-04-301-1/+1
* Move `default_editor_for_platform` to Pry::EditorKyrylo Silin2019-04-101-10/+0
* rubocop: fix Naming/HeredocDelimiterNaming copKyrylo Silin2019-03-241-2/+2
* rubocop: fix offences of the Style/CaseEquality copKyrylo Silin2019-03-241-1/+4
* rubocop: fix offences of the Style/FormatStringToken copKyrylo Silin2019-03-231-1/+3
* rubocop: fix offences of the Style/IfInsideElse copKyrylo Silin2019-03-231-9/+4
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-231-1/+1
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-101-1/+3
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-6/+12
* rubocop: fix offences of the Style/TrivialAccessors copKyrylo Silin2019-03-021-2/+2
* rubocop: fix offences of the Style/RescueStandardError copKyrylo Silin2019-03-021-2/+2
* rubocop: fix offences of the Style/PercentLiteralDelimiters copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/Not copKyrylo Silin2019-03-021-2/+2
* rubocop: fix offences of the Style/MutableConstant copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/IfUnlessModifier copKyrylo Silin2019-03-021-6/+2
* rubocop: fix offences of the Style/FormatString copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/ClassCheck copKyrylo Silin2019-03-011-1/+1
* rubocop: fix offences of the Style/RedundantBegin copKyrylo Silin2019-02-241-9/+7
* history: delete #pusher & #clearer, make the class Readline-agnosticKyrylo Silin2019-01-031-1/+8
* Update link to Readline fixMatthieu2018-12-211-1/+1
* Remove unnecessary classes / modules used by config (#1897)r-obert2018-12-011-1/+1
* update from_hash calls to not pass an explicit 'nil' as a second argument.robert2018-11-201-1/+1
* rubocop: fix offences of the Style/AndOr copKyrylo Silin2018-11-181-2/+2
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-3/+3
* rubocop: fix offences of Layout/EmptyLinesAroundClassBody copKyrylo Silin2018-11-041-1/+0
* Deprecate Pry::Platform and introduce Pry::Helpers::PlatformKyrylo Silin2018-11-021-7/+4
* prompt: make it possible to set name dynamicallyKyrylo Silin2018-10-281-0/+18
* config: simplify structureconfig-code-formatKyrylo Silin2018-10-281-1/+0
* config/default: rename prompt_safe_objects to prompt_safe_contextsKyrylo Silin2018-10-281-1/+1
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+4
* rubocop: fix offences of the Lint/UnusedMethodArgument copKyrylo Silin2018-10-141-1/+1
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-5/+5
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-131-1/+1
* Tweak documentation for pryrcKyrylo Silin2018-10-111-7/+5
* Find configuration file in XDG Base DirectoryFranklin Yu2018-10-091-1/+12
* Drop support for RubiniusKyrylo Silin2018-10-071-3/+1
* fix Forwardable warnings in WrappedModule/Candidaterobert2017-06-031-1/+1
* Added support for FAIL_PRY which will make pry raise a RuntimeError if it is ...Ozer Chagatai2016-04-011-0/+3