summaryrefslogtreecommitdiff
path: root/lib/pry/input_completer.rb
Commit message (Expand)AuthorAgeFilesLines
* Complete Style/SymbolArray todoDouglas Eichelberger2022-09-111-1/+1
* Fix offences of the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-3/+3
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* rubocop: fix the Naming/ConstantName copKyrylo Silin2019-03-241-2/+2
* rubocop: "fix" offences of the Security/Eval copKyrylo Silin2019-03-241-3/+7
* rubocop: fix offences of the Style/EvalWithLocation copKyrylo Silin2019-03-231-9/+17
* rubocop: fix offences of the Style/PerlBackrefs copKyrylo Silin2019-03-231-1/+1
* rubocop: fix offences of the Style/GuardClause copKyrylo Silin2019-03-231-3/+3
* rubocop: fix offences of the Lint/EmptyWhen copKyrylo Silin2019-03-031-13/+3
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-17/+28
* rubocop: fix offences of the Style/RescueStandardError copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/RescueModifier copKyrylo Silin2019-03-021-1/+5
* rubocop: fix offences of the Style/RegexpLiteral copKyrylo Silin2019-03-021-3/+3
* rubocop: fix offences of the Style/RedundantReturn copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/MutableConstant copKyrylo Silin2019-03-021-13/+13
* rubocop: fix offences of the Style/IfUnlessModifier copKyrylo Silin2019-03-021-6/+2
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-271-230/+232
* rubocop: fix offences of the Layout/LeadingCommentSpace copKyrylo Silin2019-02-251-1/+1
* rubocop: fix offences of the Layout/IndentArray copKyrylo Silin2019-02-251-23/+24
* rubocop: fix offences of the Layout/FirstParameterIndentation copKyrylo Silin2019-02-251-4/+4
* rubocop: fix the Layout/ClosingParenthesisIndentation copKyrylo Silin2019-02-241-1/+1
* rubocop: fix offences of the Style/PerlBackrefs copKyrylo Silin2019-02-241-22/+22
* rubocop: fix ofences of the Style/BlockDelimiters copKyrylo Silin2018-11-181-4/+4
* rubocop: fix offences of the Style/AndOr copKyrylo Silin2018-11-181-1/+1
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-6/+6
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+4
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-131-1/+1
* require 'set'Dmitry Gutov2018-01-221-0/+1
* use Set instead of Array.robert2017-06-031-6/+3
* avoids intermediate string's and to_sym coercion in to_ignore.robert2017-06-031-5/+3
* Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-121-1/+1
* Move uniq! before sort!Dmitry Gutov2016-12-121-1/+1
* Fix a typoDmitry Gutov2016-12-121-1/+1
* Skip modules that mess with Class#hashDmitry Gutov2016-12-121-1/+1
* Compute them just one, of courseDmitry Gutov2016-12-121-1/+2
* Generate the ignored modules list a different wayDmitry Gutov2016-12-121-14/+22
* Speed up completion by caching the ignored modulesDmitry Gutov2016-12-121-7/+21
* Fix some warningsMatijs van Zuijlen2015-01-231-118/+118
* Don't use side-effecty string append [Fixes #1223]Conrad Irwin2014-05-261-1/+1
* Catch completion errors [Fixes #841]Conrad Irwin2014-05-051-1/+7
* Make object path resolution more robust (fix #957)fix-957Ryan Fitzgerald2014-04-281-2/+1
* Extract object path resolution into a classRyan Fitzgerald2014-04-271-1/+1
* fully qualify constant name. closes #1193Johnny Five2014-04-271-6/+6
* pass the right 'input' to InputCompleter#call, improve docs.robert2014-04-271-6/+4
* remove useless ifrobert2014-04-271-1/+1
* `input` becomes primary argument in #initialize.robert2014-04-271-8/+3
* rewrite Pry::InputCompleter as a class who wraps '_pry_'.robert2014-04-271-117/+117
* label and re-use regexp's in Pry::InputCompleter.robert2014-04-271-54/+26
* Fix yard documentation warnings(fix #1163)yui-knk2014-03-161-2/+2
* lazy load `Pry::InputCompleter` or `Pry::BondCompleter`Robert Gleeson2014-03-161-0/+272