mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00

* ~/.pry_history wasnt being created! FIXED * `hist --save` stored color codes! FIXED * added Pry#add_sticky_local API for adding sticky locals to individual pry instances
3 lines
36 B
Ruby
3 lines
36 B
Ruby
class Pry
|
|
VERSION = "0.9.8.4"
|
|
end
|