General

Profile

steenslag (siep korteling)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 7 7

Activity

03/23/2022

09:16 PM Ruby Bug #18656 (Rejected): Documentation of Comparable Module: clamp method not mentioned in introduction
From the comparable docs ( https://ruby-doc.org/core-3.1.1/Comparable.html ): "Comparable uses <=> to implement the conventional comparison operators (<, <=, ==, >=, and >) and the method between?". clamp is not mentioned.
steenslag (siep korteling)

04/18/2015

10:11 PM Ruby Bug #11075 (Closed): Rational literal undocumented
From the 2.2.2 docs for the Rational class: "In ruby, you can create rational object with Rational, #to_r or rationalize method."
The new 2/6r literal remains unmentioned.
steenslag (siep korteling)

01/06/2014

05:20 AM Ruby Bug #9364 (Closed): Documentation for curses library still listed under standard library
The documentation for curses library is still listed under standard library, however curses is removed from standard lib in 2.1.0 steenslag (siep korteling)

12/25/2013

03:36 AM Ruby Bug #9294 (Closed): Documentation for IO#read claims resulting string is always ASCII-8BIT encoding
Documentation for IO#read claims resulting string is always ASCII-8BIT encoding. This is not true (anymore).(http://www.ruby-doc.org/core-2.0.0/IO.html#method-i-read) steenslag (siep korteling)

10/19/2012

06:15 AM Ruby Bug #7184 (Closed): --disable-gems commandline parameter does not show up with ruby -h
The --disable-gems commandline parameter, as documented in The Ruby Programming Language, is not listed when exploring the options with 'ruby -h'. steenslag (siep korteling)

03/03/2012

06:13 AM Ruby Bug #6107 (Closed): Documentation Abbrev (stdlib) confusing
The example in the documentation suggests Abbrev::abrev returns an Array. It does return a hash; the array is the result of the #sort method. steenslag (siep korteling)

01/19/2012

01:34 AM Ruby Bug #5906 (Rejected): CSV converter option fails in case of :date_time
The built-in converters of CSV with the name :date_time does not convert dates, nor does the :any converter steenslag (siep korteling)

Also available in: Atom