tomonacci (Tomo Kazahaya)
- Login: tomonacci
- Email: tomonacci@gmail.com
- Registered on: 03/20/2010
- Last sign in: 10/13/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
07/01/2010
-
02:27 PM Ruby Bug #3512 (Closed): ri shows '__send__' incorrectly
- =begin
Since '_' is used as a word-based markup for emphasizing, Ri description of Object#__send__ is broken:
% ri Object\#send
Object#send
(from ruby core)
-----------------------------------------------------------------...
05/14/2010
-
02:28 AM Ruby Bug #3084: ri shows the same description twice
- =begin
Hello,
It seems to be fixed for most of the classes.
Though Integer is still showing this symptom...
I removed files/directories under
/usr/local/bin/<ruby-related-executables>
/usr/local/share/ri/1.9.1/system
<bui...
04/20/2010
-
12:54 PM Ruby Bug #3169: RDoc crossref confused by instance and class methods having same name
- =begin
On Mon, Apr 19, 2010 at 1:56 AM, Eric Hodel <drbrain@segment7.net> wrote:
> I've seen no de-facto mapping in the community of Foo.bar to either
> Foo::bar or Foo#bar.
>
In Japanese Ruby community, it's likely that Foo.bar...
04/03/2010
-
05:35 AM Ruby Feature #3085 (Closed): Time dumping/loading using Psych
- =begin
Due to the precision of timestamp that Psych dumps, dumped time loaded
by Psych is not always identical to the original time.
require 'psych'
time = Time.at(Time.now.sec)
p time == (Psych.load Psych.dump time) #=> t... -
04:51 AM Ruby Bug #3084 (Closed): ri shows the same description twice
- =begin
For some classes/modules, ri shows the same description twice. e.g.:
$ ruby -v
ruby 1.9.2dev (2010-04-03 trunk 27196) [i686-linux]
$ ri RDoc
= RDoc
(from ruby core)
--------------------------------...