This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
pry--pry
Watch
1
Star
0
Fork
You've already forked pry--pry
0
mirror of
https://github.com/pry/pry.git
synced
2022-11-09 12:35:05 -05:00
Code
Releases
Activity
f3394b42ba
pry--pry
/
lib
History
yui-knk
f3394b42ba
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
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