Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #7319

Re: Regarding the ri command

Newsgroups comp.lang.ruby
Date 2016-12-29 18:29 -0800
References <1ce38d69-302b-4c90-8887-d9d3f24caa35@googlegroups.com>
Message-ID <d0f052cd-0629-482e-8ecf-747862bedfce@googlegroups.com> (permalink)
Subject Re: Regarding the ri command
From vunangluc@gmail.com

Show all headers | View raw


Vào 01:39:23 UTC+7 Thứ Tư, ngày 13 tháng 7 năm 2016, Janardhan Vanna đã viết:
> when i type "ri String" it gives that there is a Nothing known about string

I think by default the data for ri command is not installed. To install please use.

gem install rdoc-data

# Regenerate system docs
rdoc-data --install

Note. rdoc-data is the gem with data for ri.


Read about rdoc-data.
https://rubygems.org/gems/rdoc-data/versions/4.1.0

Back to comp.lang.ruby | Previous | NextPrevious in thread | Find similar


Thread

Regarding the ri command Janardhan Vanna <janardhanvanna@gmail.com> - 2016-07-12 11:39 -0700
  Re: Regarding the ri command vunangluc@gmail.com - 2016-12-29 18:29 -0800

csiph-web