summaryrefslogtreecommitdiff
path: root/lib/pry/output.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Pry::Env where it makes senseKyrylo Silin2019-06-091-2/+2
* Merge Pry::Terminal with Pry::OutputKyrylo Silin2019-05-261-0/+80
* output: assign @color inside initializeKyrylo Silin2019-05-261-6/+4
* output: rename 'boxed_io' to 'output'Kyrylo Silin2019-05-261-6/+6
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* rubocop: fix the Naming/UncommunicativeMethodParamName copKyrylo Silin2019-03-241-2/+2
* rubocop: fix offences of the Style/MethodMissingSuper copKyrylo Silin2019-03-231-2/+6
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-231-5/+5
* rubocop: fix offences of the Style/ClassAndModuleChildren copKyrylo Silin2019-02-271-36/+38
* rubocop: fix offences of the Style/AndOr copKyrylo Silin2018-11-181-1/+1
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-1/+1
* rubocop: fix offences of the Lint/AssignmentInCondition copKyrylo Silin2018-10-211-1/+1
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+1
* fix warning about signature of respond_to? on 2.4robert2017-05-271-2/+2
* fix paging, thx @egwspitistrcmp2015-09-031-1/+0
* fix respond_to_missing? that makes no sense.strcmp2015-08-221-1/+1
* refactor Pry::Output and add `#tty?` method to it.strcmp2015-08-221-38/+38
* using __send__ to prevent calling TCPSocket#senddominic-ew2015-01-131-1/+1
* More compatibility changes for Pry::OutputConrad Irwin2014-05-051-4/+10
* Fix behavior of `Pry::Output#puts`Ryan Fitzgerald2014-05-051-3/+10
* Pager should also respect _pry_.config.colorConrad Irwin2014-05-011-5/+11
* Use Pry::Output to strip color when necessaryConrad Irwin2014-05-011-0/+31
* removed input.rb and output.rbJohn Mair2011-01-191-7/+0
* moved input select logic to Pry#readline; updated tests to reflect that Pry.i...John Mair2011-01-101-14/+1
* changed get_prompt to select_promptJohn Mair2011-01-101-1/+3
* updating tests to reflect new program organization/designJohn Mair2011-01-051-0/+5
* * completely merged Output and Commands classes, reduced Output to just a sim...John Mair2010-12-271-92/+0
* bringing most of output functionality into commands, since 99% of output is c...John Mair2010-12-271-0/+4
* * added tests (test.rb and test_helper.rb files)John Mair2010-12-241-0/+1
* Added out parameter to Output class, so can redirect standard output to any v...John Mair2010-12-191-38/+44
* version bump 0.3.0, added method_doc and friends, added cat, updated README, ...John Mair2010-12-191-1/+12
* Ripper for 1.9, RubyParser for 1.8. Fixed 1.8 inspect difficulties, added hel...v0.2.6John Mair2010-12-171-1/+9
* added ls/cd/cd..John Mair2010-12-151-0/+4
* version bump 0.2.5pre1, added valid_expression? using rue maneuverJohn Mair2010-12-151-8/+8
* now object-based and added show_method commandJohn Mair2010-12-141-1/+1
* fixed formatting, refactored and cleaned up some codeJohn Mair2010-12-121-1/+5
* fixed output.rb formattingv0.2.0John Mair2010-12-111-1/+1
* * added new commands: help, statusJohn Mair2010-12-111-1/+24
* version bump to 0.1.3 and slight aesthetic changes to codev0.1.3John Mair2010-12-111-0/+44