General

Profile

vbatts (Vincent Batts)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 19 19

Activity

02/07/2013

02:52 PM Ruby Bug #7656: Handful of documentations
Alrighty, since I don't have rights to close issues, I'll just add the updated PP/PrettyPrint patch here.
This patch fixes the confusing *_inspect_key example and also sets nodoc on the pretty print modifications to basic objects.
Thi...
vbatts (Vincent Batts)

02/06/2013

01:56 AM Ruby Bug #7656: Handful of documentations
I see, the example added to the methods is misleading. I'll revamp the docs for PP, and create a new issue. vbatts (Vincent Batts)

02/05/2013

11:03 AM Ruby Bug #7656: Handful of documentations
interesting, doing a little bootleg debugging
<patch>
diff --git a/lib/pp.rb b/lib/pp.rb
index 6e0c797..681956d 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -145,13 +145,16 @@ class PP < PrettyPrint
def pp(obj)
id = obj....
vbatts (Vincent Batts)

01/20/2013

01:19 AM Ruby Bug #7714: a bit of docs for DRb
Updated patch that completes a couple of classes within DRb vbatts (Vincent Batts)

01/18/2013

03:38 PM Ruby Bug #7714 (Closed): a bit of docs for DRb
Not a completion of the docs needed for DRb, but progress vbatts (Vincent Batts)
12:41 PM Ruby Bug #7656: Handful of documentations
Is there anything I can do better? vbatts (Vincent Batts)

01/06/2013

06:14 AM Ruby Bug #7656 (Closed): Handful of documentations
This fixes documentation in ENV, adds a little for debug.rb, and completes PP vbatts (Vincent Batts)

11/10/2012

02:59 AM Ruby Bug #7319 (Closed): CSV docs
Simple document, for the only method in CSV that was not documented. vbatts (Vincent Batts)
01:56 AM Ruby Bug #7306: BigDecimal does not properly marshal to JSON and back
Shouldn't it reinitialize a Bigdecimal object, with value "Infinity"? vbatts (Vincent Batts)

11/08/2012

01:54 AM Ruby Bug #7306 (Rejected): BigDecimal does not properly marshal to JSON and back
$ ruby -v -S irb -r bigdecimal -r json
ruby 2.0.0dev (2012-11-06 trunk 37483) [x86_64-linux]
/opt/ruby/2.0.0-git4e73323a6/lib/ruby/2.0.0/irb/ext/save-history.rb:29: warning: method redefined; discarding old save_history=
/opt/ruby/2.0...
vbatts (Vincent Batts)

Also available in: Atom