1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib
2013-12-24 23:35:37 +09:00
..
pry Fix 'ls -g' shows colored results. If Ruby is post 1.9.2 global_variables returns Array of symbol. So change them to string to compare BUILTIN_GLOBALS or PSEUDO_GLOBALS. 2013-12-24 23:35:37 +09:00
pry.rb delete require 'rb-readline' from lib/pry.rb . When use gem rb-readline, require 'readline' not 'rb-readline'. 2013-12-19 21:30:19 +09:00