读书人

解决ri Nothing known about有关问题

发布时间: 2012-10-08 19:54:56 作者: rapoo

解决ri Nothing known about问题

例如:

$ ri File
Nothing known about File

?解决方法:

First select a RVM ruby.

$ rvm use 1.9.2

Next generate the core ruby documentation.

$ rvm docs generate

And finally open the core ruby documentation in your local web browser. Note that for this to work either `open` or `xdg-open` must be found in your system.

$ rvm docs open

?

?

源自:http://beginrescueend.com/rubies/docs/

读书人网 >编程

热点推荐