summaryrefslogtreecommitdiff
path: root/lib/pry/code
Commit message (Expand)AuthorAgeFilesLines
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-083-0/+6
* Stop requiring coderay in files that don't use itKyrylo Silin2019-03-282-4/+0
* Factor out all CodeRay code to Pry::SyntaxHighlighterKyrylo Silin2019-03-282-3/+3
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-103-0/+6
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-3/+8
* rubocop: fix offences of the Style/TrivialAccessors copKyrylo Silin2019-03-021-6/+2
* rubocop: fix offences of the Style/TrailingCommaInHashLiteral copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/SingleLineMethods copKyrylo Silin2019-03-021-2/+6
* rubocop: fix offences of the Style/PercentLiteralDelimiters copKyrylo Silin2019-03-021-15/+15
* rubocop: fix offences of the Style/MutableConstant copKyrylo Silin2019-03-021-3/+3
* ubocop: fix the Layout/SpaceInsideStringInterpolation coprubocop-fixes-4Kyrylo Silin2019-02-262-5/+5
* rubocop: fix offences of the Layout/AlignHash copKyrylo Silin2019-02-241-11/+11
* rubocop: fix offences of the Style/AndOr copKyrylo Silin2018-11-181-4/+4
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-1/+1
* rubocop: fix offences of Layout/EmptyLinesAroundClassBody copKyrylo Silin2018-11-043-7/+0
* pry: move INITIAL_PWD to code/code_fileKyrylo Silin2018-10-281-1/+5
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+2
* rubocop: fix offences of the Layout/EmptyLineBetweenDefs copKyrylo Silin2018-10-141-0/+1
* Drop support for RubiniusKyrylo Silin2018-10-071-2/+0
* Pad multiline units of the edit command consistently with numberingJack Kinsella2018-03-261-5/+14
* Small code improvement.Gustavo Villa2015-12-191-1/+1
* Enable syntax highlighting for Rakefile and other similarly named filesStefan Leszkiewicz2014-09-141-1/+7
* add color more confidentlyConrad Irwin2014-05-011-2/+2
* lib/pry/code/code_file.rb: refactor #code_pathKyrylo Silin2013-11-251-3/+16
* lib/pry/code/code_file.rb: make use of the @filename ivarKyrylo Silin2013-11-251-15/+10
* Adjust indentions to be uniform.Shannon Skipper2013-11-241-3/+4
* Shorten #readable_source? to #readable?.Shannon Skipper2013-11-231-2/+2
* Refactored.Shannon Skipper2013-11-231-14/+10
* lib/pry/code/code_file.rb: fix typo in #codeKyrylo Silin2013-11-231-1/+1
* lib/pry/code.rb,lib/pry/code/code_file.rb: add docsKyrylo Silin2013-11-231-12/+13
* lib/pry/code.rb: factor out code related to filename handlingKyrylo Silin2013-11-231-0/+97
* Remove warnings [Fixes #869]Conrad Irwin2013-03-021-1/+2
* Code::LOC: add #== and use it in Code#==Kyrylo Silin2013-01-071-0/+5
* Code::LOC: tuple should be "reader"Kyrylo Silin2013-01-071-1/+1
* Move `LOC` and `CodeRange` to their own filesKyrylo Silin2013-01-052-0/+157