summaryrefslogtreecommitdiff
path: root/lib/pry/commands/show_info.rb
Commit message (Expand)AuthorAgeFilesLines
* rubocop: fix offences of the Lint/UnusedBlockArgument copKyrylo Silin2018-11-111-1/+1
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-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-9/+9
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-131-1/+1
* commands/show_source: handle when source is nil but comment exists1452-show-source-fixKyrylo Silin2018-10-041-2/+8
* Deprecate Pry::Command#text. Please use black(), white(), etc directly (#1701)r-obert2017-11-161-9/+9
* Remove exclamation point from #no_definition_messageWaldyr2016-04-021-1/+1
* show-source: if the current context is a C object, display a warningKyrylo Silin2015-02-271-1/+9
* Cleanup warningsYuki Nishijima2014-11-291-0/+6
* Use _pry_.pager instead of Pry::PagerConrad Irwin2014-05-011-1/+1
* add '$ -e', and 'show-source -e'.Robert Gleeson2014-04-271-1/+1
* Remove support for 1.8-compatible versions of RubyRyan Fitzgerald2014-01-191-5/+0
* Append to Strings with #<< rather than #+.Shannon Skipper2013-11-241-3/+3
* Show{Source,Doc}: refactor assuming definitions from the contextKyrylo Silin2013-05-031-10/+1
* Show{Source,Doc}: assume super definitions from the contextKyrylo Silin2013-03-271-1/+10
* show-source: Indicate all monkeypatches can be shown with -aJohn Mair2013-03-121-0/+6
* Remove warnings [Fixes #869]Conrad Irwin2013-03-021-1/+1
* Make show-source/show-doc fall-back to superclassJohn Mair2013-02-071-7/+39
* ShowInfo: remove `--flood` switchKyrylo Silin2013-02-011-1/+0
* Don't interpolate on ? or $ [Fixes #835]Conrad Irwin2013-01-291-1/+1
* show-source/show-doc: Show the first module candidate with source/docsJohn Mair2013-01-291-8/+24
* re-add reload-method as an alias for reload-codeJohn Mair2013-01-291-1/+9
* Pry::CodeObject: remove unnecessary 'target' parameterJohn Mair2013-01-111-1/+1
* Prettify command descriptions, switches and stuffKyrylo Silin2013-01-091-7/+7
* refactor Pry::Command::ShowInfo to make codeclimate happierJohn Mair2013-01-011-12/+19
* pull more show-source/show-doc methods into their superclassJohn Mair2013-01-011-1/+60
* Define a command superclass for show-source and show-docJohn Mair2013-01-011-0/+73