From fc130468c7e062ad544797dabaf76c372419a87a Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 May 2010 00:43:09 +0000 Subject: * lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/mkmf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mkmf.rb') diff --git a/lib/mkmf.rb b/lib/mkmf.rb index bf18f110b5..cba14ce57a 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -988,9 +988,11 @@ def have_const(const, headers = nil, opt = "", &b) end STRING_OR_FAILED_FORMAT = "%s" +# :stopdoc: def STRING_OR_FAILED_FORMAT.%(x) x ? super : "failed" end +# :startdoc: # Returns the size of the given +type+. You may optionally specify additional # +headers+ to search in for the +type+. -- cgit v1.2.3