General

Profile

johnnymugs (Jonathan Mukai)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

05/18/2014

11:23 AM Ruby Bug #9806: URI#encode doesn't encode characters '[' and ']'. They should be encoded as %5B and %5D respectively.
It looks like URI.encode/escape was deprecated in favor of either CGI.escape or URI.encode_www_form_component per https://github.com/ruby/ruby/commit/238b979f1789f95262a267d8df6239806f2859cc and some discussion here: https://www.ruby-for... johnnymugs (Jonathan Mukai)

04/03/2013

10:34 AM Ruby Bug #8207 (Closed): Array#delete_if docs can be confusing to beginners
The Array#delete_if method docs can be a little confusing to beginners (variable names are not descriptive, a comparison between letters is performed, the use case is not obvious.) I've updated them here to make it a little more obvious ... johnnymugs (Jonathan Mukai)

08/23/2011

11:44 AM Ruby Bug #5216 (Closed): added some clarification to Array.new method
Wasn't sure if the call-seq section needed to be updated. Doc was referencing first through fourth forms, but then buried the "final" form kinda deep in some code. Added all four forms, then added return values for all but the most obvio... johnnymugs (Jonathan Mukai)
11:14 AM Ruby Bug #5215 (Closed): added some clarification to Array[] method
Inspired by several Klabnik posts, I thought I'd try this out. Is this the kind of clean up/clarification you're looking for? johnnymugs (Jonathan Mukai)

Also available in: Atom