首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

解决ri Nothing known about有关问题

2012-10-08 
解决riNothing known about问题例如:$ri FileNothing known about File?解决方法:First select a RVM ruby

解决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/

热点排行