문제

When I pass CSV to ri I get this output

Nothing known about CSV

I thought all ruby classes are documented with ri.

도움이 되었습니까?

해결책

CSV is a part of standard library and is fully documented. That issue may be linked wit rvm using. Try to prepare rvm docs generate command.

다른 팁

If RI returns "NOTHING KNOWN ABOUT..." the documentation may be missing.

RI documentation isn't included when Ruby is installed. It must be manually generated - ideally, immediately after installing EACH VERSION of Ruby (before the downloaded installation files are cleaned up).

To generate it:

$ rvm docs generate

If that doesn't work, check this RVM.io page for command options & scenarios.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top