1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Kyrylo Silin
e36cdc678e Refactor the way how ls displays local names 2013-12-01 02:15:35 +02:00
Kyrylo Silin
41ae33a7ed Refactor the way how ls displays ivars 2013-12-01 01:56:53 +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
Kyrylo Silin
acdab50b25 lib/pry/commands/ls/globals.rb: simplify/refactor some code 2013-11-30 14:26:28 +02:00
Kyrylo Silin
f67830d9a5 Refactor the way how ls displays global variables
This is just a facility, "ls.rb" still uses the old code for the time
being. I'm going to assemble everything when I prepare all the code.
2013-11-30 14:26:28 +02:00