ruby-reference-manual:85
From: sheepman <sheepman@s...>
Date: Sun, 17 Sep 2006 15:05:53 +0900
Subject: [ruby-reference-manual:85] bitclust typo
こんにちは、sheepman です。 bitclust の typo を見つけたので投稿します。 Index: lib/bitclust/rrdparser.rb =================================================================== --- lib/bitclust/rrdparser.rb (revision 152) +++ lib/bitclust/rrdparser.rb (working copy) @@ -159,7 +159,7 @@ @context.visibility = ($1 || 'public').downcase.intern t = ($2 || 'instance').downcase.sub(/class/, 'singleton') @context.type = "#{t}_method".intern - when /\AModule\+Functions?\z/i + when /\AModule\s+Functions?\z/i @context.module_function when /\AConstants?\z/i @context.constant Index: bin/bc-list.rb =================================================================== --- bin/bc-list.rb (revision 152) +++ bin/bc-list.rb (working copy) @@ -35,7 +35,7 @@ else show_library lib end - rescue BitClust::CompilerError => err + rescue BitClust::CompileError => err raise if $DEBUG $stderr.puts "#{path}: FAIL: #{err.message}" success = false -- sheepman / TAMURA Takashi sheepman@s... -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 85 2006-09-17 08:05 [sheepman@s... ] bitclust typo 87 2006-09-17 10:17 ┗[aamine@l... ]