aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-30 02:02:19 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-30 02:02:19 +0000
commit7b297f0c79b1b335e0a7312cf27cd38c872cd7af (patch)
tree6a7d56b075bf30e2ce1a842a7a08304a906c37cd /ext
parenta0320f8e26de6bfe02b2ed2857dada7931fc9c8d (diff)
downloadruby-7b297f0c79b1b335e0a7312cf27cd38c872cd7af.tar.gz
* ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/curses/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curses/extconf.rb b/ext/curses/extconf.rb
index cff10a9ce1..3e53ef65f7 100644
--- a/ext/curses/extconf.rb
+++ b/ext/curses/extconf.rb
@@ -1,6 +1,6 @@
require 'mkmf'
-def have_all(*args)
+def have_all(*args) # :nodoc:
old_libs = $libs.dup
old_defs = $defs.dup
result = []