[#74190] [Ruby trunk Feature#12134] Comparison between `true` and `false` — duerst@...
Issue #12134 has been updated by Martin D端rst.
3 messages
2016/03/07
[#74269] Type systems for Ruby — Rob Blanco <ml@...>
Dear ruby-core,
5 messages
2016/03/10
[#74395] [Ruby trunk Feature#12142] Hash tables with open addressing — shyouhei@...
Issue #12142 has been updated by Shyouhei Urabe.
3 messages
2016/03/17
[ruby-core:74589] [Ruby trunk Feature#12208] Improve ri command
From:
sto.mar@...
Date:
2016-03-26 14:07:10 UTC
List:
ruby-core #74589
Issue #12208 has been updated by Marcus Stollsteimer.
I like and use ri. It's nice that it works offline but there _are_ some inconveniences; two of them that come to my mind right now:
* For common method names the output is rather confusing, implementations from core and stdlib and installed gems are listed without any logic order (at least to me).
* ri doesn't give the full namespace hierarchy of a given method, so it's not always easy to get more information on the class that defines a specific method. Example: `ri fetch` points to the `Row` class ("Implementation from Row"), but `ri Row` doesn't give any result (only `ri CSV::Row` does).
Regarding the suggestion of showing the ri command for every method in the HTML docs: for me that would produce too much noise.
----------------------------------------
Feature #12208: Improve ri command
https://bugs.ruby-lang.org/issues/12208#change-57718
* Author: Yui NARUSE
* Status: Open
* Priority: Normal
* Assignee:
----------------------------------------
Ruby has well documented in rdoc.
It also has a frontend CLI.
But people seems not using `ri`...
At first, write your request here to improve ri command!
---Files--------------------------------
Sample ri.png (44.7 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>