summaryrefslogtreecommitdiff
path: root/lib/pry/commands/cat.rb
Commit message (Expand)AuthorAgeFilesLines
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-231-8/+11
* Require files from pry.rb; deps from each file that uses themKyrylo Silin2019-03-101-5/+0
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-5/+11
* rubocop: fix offences of the Style/EmptyCaseCondition copKyrylo Silin2019-03-011-3/+2
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-271-53/+55
* rubocop: fix ofences of the Style/BlockDelimiters copKyrylo Silin2018-11-181-2/+2
* Rename '{input/output}_array' to '{input/output}_ring'Kyrylo Silin2018-10-201-1/+1
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+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
* Use _pry_.pager instead of Pry::PagerConrad Irwin2014-05-011-1/+1
* remove all `Bond` references from pry. rel #1180Robert Gleeson2014-03-251-1/+1
* lib/pry/commands/cat.rb: do not create a new stringKyrylo Silin2013-11-271-1/+1
* lib/pry/commands/cat.rb: add TAB-completion for $LOAD_PATH (fixes #1020)Kyrylo Silin2013-11-271-1/+10
* Revert "Add load path autocompletion for %cat command."Kyrylo Silin2013-11-251-8/+1
* Add load path autocompletion for %cat command.Shannon Skipper2013-11-241-1/+8
* Prettify command descriptions, switches and stuffKyrylo Silin2013-01-091-14/+13
* refactor cat commandJohn Mair2013-01-061-142/+15
* Convert all commands to classesKyrylo Silin2012-12-271-1/+4
* add .pryrc and .irbrc to files highlighted by cat commandJohn Mair2012-11-021-1/+1
* closes #710, convert negative arg to positive for cat --exJohn Mair2012-10-021-1/+1
* filename completion for cat and shellConrad Irwin2012-08-211-0/+4
* Restore groups, convert most commands to class syntaxRyan Fitzgerald2012-08-111-1/+5
* Remove extended_commands, default_commands -> commandsRyan Fitzgerald2012-08-111-0/+170