summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* history: cache @history.count to improve performanceKyrylo Silin2019-05-021-6/+8
* Refactor ConfigKyrylo Silin2019-05-0215-546/+359
* Reduce the influence of Pry::ConfigKyrylo Silin2019-04-304-4/+7
* pry_instance: factor out command state to be globalcommand-global-stateKyrylo Silin2019-04-295-5/+37
* commands/watch_expression: use command state instead of configKyrylo Silin2019-04-281-1/+1
* config: factor out control_d_handler to ControlDHandlerKyrylo Silin2019-04-153-21/+27
* config: factor out 'system' to SystemCommandHandlerKyrylo Silin2019-04-153-8/+17
* config: factor out exception_handler hook to a separate classexception-handler-refactoringKyrylo Silin2019-04-153-22/+43
* config: factor out color printer proc to ColorPrinterKyrylo Silin2019-04-144-10/+10
* config: factor out default hook definition to Pry::HooksKyrylo Silin2019-04-142-8/+11
* Move history file detection to Pry::HistoryKyrylo Silin2019-04-103-16/+20
* Move `default_editor_for_platform` to Pry::EditorKyrylo Silin2019-04-104-12/+12
* spec/command: refactor to cover more, and more clearlyKyrylo Silin2019-04-091-12/+11
* command: rename #correct_arg_arity to #normalize_method_argsKyrylo Silin2019-04-083-11/+13
* block_command: delete backwards compatibility codeKyrylo Silin2019-04-081-3/+0
* command: reorder methodsKyrylo Silin2019-04-081-54/+52
* command: move BlockCommand to a separate fileKyrylo Silin2019-04-083-22/+24
* command: move ClassCommand to a separate fileKyrylo Silin2019-04-083-191/+193
* command: delete #hooksKyrylo Silin2019-04-081-7/+1
* command_set: refactor specsKyrylo Silin2019-04-041-24/+21
* command_set: delete #disabled_commandsKyrylo Silin2019-03-311-11/+0
* Delete commands/disabled_commandsKyrylo Silin2019-03-314-5/+2
* helpers/command_helpers: add tests, refactor variable namesKyrylo Silin2019-03-303-66/+40
* color_printer: cosmetic refactoringKyrylo Silin2019-03-301-40/+32
* color_printer: inline OBJ_COLOR so it's testableKyrylo Silin2019-03-301-10/+3
* color_printer: require EnglishKyrylo Silin2019-03-281-0/+1
* color_printer: move class documentation above the class definitionKyrylo Silin2019-03-281-1/+1
* Stop requiring coderay in files that don't use itKyrylo Silin2019-03-288-13/+0
* Factor out all CodeRay code to Pry::SyntaxHighlighterKyrylo Silin2019-03-289-11/+38
* rubocop: "fix" the Lint/ShadowedException copKyrylo Silin2019-03-241-1/+1
* rubocop: fix the Lint/Void copKyrylo Silin2019-03-241-1/+0
* rubocop: fix the Naming/AccessorMethodName copKyrylo Silin2019-03-242-4/+4
* rubocop: fix the Naming/BinaryOperatorParameterName copKyrylo Silin2019-03-241-6/+4
* rubocop: fix the Naming/ConstantName copKyrylo Silin2019-03-241-2/+2
* rubocop: fix the Naming/UncommunicativeMethodParamName copKyrylo Silin2019-03-2411-63/+58
* rubocop: fix Naming/HeredocDelimiterNaming copKyrylo Silin2019-03-244-8/+8
* rubocop: fix Naming/MemoizedInstanceVariableName offencesKyrylo Silin2019-03-241-1/+1
* rubocop: "fix" offences of the Security/Eval copKyrylo Silin2019-03-243-9/+16
* rubocop: fix offences of the Style/CaseEquality copKyrylo Silin2019-03-2421-32/+37
* rubocop: fix offences of the Style/AccessModifierDeclarations copKyrylo Silin2019-03-235-42/+41
* rubocop: fix offences of the Style/AsciiComments copKyrylo Silin2019-03-232-2/+2
* rubocop: fix offences of the Style/ClassVars copKyrylo Silin2019-03-231-0/+2
* rubocop: disable Style/DoubleNegationKyrylo Silin2019-03-232-5/+3
* rubocop: fix offences of the Style/EvalWithLocation copKyrylo Silin2019-03-232-10/+18
* rubocop: fix offences of the Style/FormatStringToken copKyrylo Silin2019-03-233-3/+9
* rubocop: fix offences of the Style/MethodMissingSuper copKyrylo Silin2019-03-238-25/+46
* rubocop: fix offences of the Style/MissingRespondToMissing copKyrylo Silin2019-03-234-2/+14
* rubocop: fix offences of the Lint/UnderscorePrefixedVariableName copKyrylo Silin2019-03-232-5/+5
* rubocop: fix offences of the Style/PerlBackrefs copKyrylo Silin2019-03-233-8/+8
* rubocop: fix offences of the Style/GuardClause copKyrylo Silin2019-03-2322-142/+133