Kyrylo Silin
ccf3c3daa9
rubocop: fix offences of the Style/AndOr cop
2018-11-18 00:22:56 +08:00
Kyrylo Silin
48b6a9c3b4
rubocop: fix offences of Layout/EmptyLinesAroundClassBody cop
2018-11-04 16:50:21 +08:00
Kyrylo Silin
187c199e77
Deprecate Pry::Platform and introduce Pry::Helpers::Platform
...
`Pry::Platform` really looks like a helper and therefore should be defined as
one. Invoking `Pry::Platform` emits a warning now. Users are encouraged to use
`Pry::Helpers::Platform`.
2018-11-02 01:52:09 +08:00
Kyrylo Silin
4833e5082f
rubocop: fix offences of the Lint/AssignmentInCondition cop
2018-10-21 05:52:22 +08:00
Arlandis Word
59e7afd40b
Fix rubocop empty line after guard clause style violations
2018-10-14 09:44:58 -04:00
Robert
28a56c4a9f
Add 'Data' as a deprecated constant ( #1731 )
2018-10-01 12:51:20 +08:00
robert
95063cb566
add 'JavaPackageModuleTemplate' as a deprecated constant (jruby).
2017-09-20 15:43:10 +01:00
robert
f57105cbbd
add TimeoutError to the list
2017-06-04 23:32:10 +01:00
robert
94316852f5
hide deprecated constants from ls
output by default.
2017-06-04 23:31:14 +01:00
Robert Gleeson
e5ecf91291
update 'ls' command to go through _pry_.config
. closes #1126 .
2014-02-08 19:17:37 +01:00
Conrad Irwin
15d4a77353
sp.
2014-02-05 15:35:24 -08:00
Kyrylo Silin
11c3e335e9
lib/pry/commands/ls/*.rb: tweak visibility of the methods
2013-12-01 04:48:19 +02:00
Kyrylo Silin
18055d0e47
Command::Ls: get rid of the superfluous "not"
...
And also "require" files in the places where I forgot to do that.
2013-12-01 03:14:29 +02:00
Kyrylo Silin
b2f32f3088
Refactor the way how ls
displays self methods
2013-12-01 01:34:14 +02:00
Kyrylo Silin
94db19efc1
Refactor the way how ls
displays methods
...
Also, split a lot of code into the nice small modules.
2013-11-30 17:49:18 +02:00
Kyrylo Silin
63f12424d1
Refactor the way how ls
displays constants
...
I also had to refactor global variables a bit, because the more entities
I have to display, the harder the code is.
2013-11-30 16:02:53 +02:00