From: "drbrain (Eric Hodel)" Date: 2012-06-09T07:57:32+09:00 Subject: [ruby-core:45526] [ruby-trunk - Bug #6533] Benchmark documenation formatting bug and consistency Issue #6533 has been updated by drbrain (Eric Hodel). I also stripped out the emphasis for the "Generates:" lines entirely since the ri looks better that way, and re-wrapped the comment for Benchmark#bm to fit 80 lines. ---------------------------------------- Bug #6533: Benchmark documenation formatting bug and consistency https://bugs.ruby-lang.org/issues/6533#change-27114 Author: zzak (Zachary Scott) Status: Closed Priority: Normal Assignee: drbrain (Eric Hodel) Category: DOC Target version: 2.0.0 ruby -v: 2.0.0 =begin I've added a patch to fix a formatting bug with lib/benchmark. (({BENCHMARK_VERSION = "2002-04-25" #:nodoc"})) should be (({BENCHMARK_VERSION = "2002-04-25" # :nodoc:})) Also, went through and fixed up formatting for consistency. =end -- http://bugs.ruby-lang.org/