summaryrefslogtreecommitdiff
path: root/lib/pry/code.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove more 1.9 related workaroundsAndré Luis Leal Cardoso Junior2022-03-101-8/+0
* do not undef =~ unless defined (#2149)卜部昌平2020-08-061-1/+1
* Fix offences of the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-2/+2
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* Stop requiring coderay in files that don't use itKyrylo Silin2019-03-281-1/+0
* rubocop: fix offences of the Style/MethodMissingSuper copKyrylo Silin2019-03-231-4/+8
* code_spec: refactor tests to modern styleKyrylo Silin2019-03-181-11/+12
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-101-3/+2
* rubocop: fix offences of the Style/ZeroLengthPredicate copKyrylo Silin2019-03-021-1/+1
* rubocop: fix offences of the Style/InverseMethods copKyrylo Silin2019-03-021-0/+10
* rubocop: fix offences of the Style/IfUnlessModifier copKyrylo Silin2019-03-021-6/+2
* rubocop: fix ofences of the Style/BlockDelimiters copKyrylo Silin2018-11-181-2/+3
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-3/+3
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+1
* code: delete unused 'top_module' parameterKyrylo Silin2018-10-141-2/+1
* rubocop: fix offences of the Lint/UnusedMethodArgument copKyrylo Silin2018-10-141-1/+1
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-1/+1
* fix warning about signature of respond_to? on 2.4robert2017-05-271-1/+1
* Fix some warningsMatijs van Zuijlen2015-01-231-1/+1
* Don't render Pry::Code for `#respond_to_missing?`Ryan Fitzgerald2015-01-141-2/+2
* Add missing Pry::Code#respond_to_missing?Christian Haase2015-01-141-0/+5
* Cleanup warningsYuki Nishijima2014-11-291-0/+2
* Revert "Get rid of Code#highlighted"Kyrylo Silin2014-07-201-2/+7
* Get rid of Code#highlightedConrad Irwin2014-05-091-7/+2
* add color more confidentlyConrad Irwin2014-05-011-3/+3
* Start using Pry::Code#highlightedConrad Irwin2014-05-011-3/+8
* Stop using compatibility aliases for Pry.configConrad Irwin2014-05-011-1/+1
* Delete unnecessary comment-outed `binding.pry`.yui-knk2014-05-011-1/+0
* Merge branch 'cat' of github.com:havenwood/pry into havenwood-catKyrylo Silin2013-11-251-60/+5
|\
| * lib/pry/code.rb,lib/pry/code/code_file.rb: add docsKyrylo Silin2013-11-231-0/+1
| * lib/pry/code.rb: factor out code related to filename handlingKyrylo Silin2013-11-231-84/+4
| * lib/pry/code.rb: remove #known_extensions cruftKyrylo Silin2013-11-231-7/+1
| * lib/pry/code.rb: refactor $LOAD_PATH path findingKyrylo Silin2013-11-231-31/+25
| * Fix bug when 'name/' and 'name.rb' both exist.Shannon Skipper2013-11-231-6/+15
| * Removed unncessary 'if' check that @kyrylo pointed out.Shannon Skipper2013-11-231-8/+4
| * Add cat support for Ruby files with .rb ext omitted.Shannon Skipper2013-11-181-8/+24
| * Also files relative to load path dirs.Shannon Skipper2013-11-131-8/+20
| * Support %cat checking $LOAD_PATH directories.Shannon Skipper2013-11-111-0/+3
* | Append to Strings with #<< rather than #+.Shannon Skipper2013-11-241-1/+1
* | Stream output of histRyan Fitzgerald2013-11-231-3/+11
|/
* Move all hacking of rbx paths into Pry::CodeConrad Irwin2013-05-101-0/+2
* Move cache reading into Pry::Code for consistencyConrad Irwin2013-03-281-0/+2
* Handle negativity in Pry::Code#take_lines [Fixes #886]Conrad Irwin2013-03-241-1/+1
* Remove warnings [Fixes #869]Conrad Irwin2013-03-021-1/+1
* Pry::WrappedModule: Switch the candidate/start_line args.John Mair2013-02-021-3/+3
* Code: simplify `.from_file` class methodKyrylo Silin2013-01-071-5/+6
* Code#to_s: don't loop thriceKyrylo Silin2013-01-071-7/+7
* Use `block` instead of `blk` across-the-boardKyrylo Silin2013-01-071-11/+10
* Code#to_s: standardise method chainKyrylo Silin2013-01-071-8/+8
* Create Pry::Code::EXTENSIONSKyrylo Silin2013-01-071-25/+29