Can't find "" theme. Using "pry-classic"
rking opened this issue · comments
☈king commented
If you do nothing but gem install pry-theme
, you get this warning the next time you start pry:
Can't find "" theme. Using "pry-classic"
It should be able to tell the difference between nil and "", then say something more like:
Using "pry-classic" as default pry-theme. For more info, see: pry-theme --help
Then pry-theme --help
should mention setting Pry.config.theme = "footheme"
in ~/.pryrc
Thanks!
—☈
Daniel Bayerlein commented
👍