* 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
This commit is contained in:
parent
a0320f8e26
commit
7b297f0c79
@ -1,3 +1,7 @@
|
||||
Tue Jul 30 11:00:52 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution
|
||||
|
||||
Tue Jul 30 08:19:42 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* sizes.c (Init_sizes): Define sizes only if the type actually exists.
|
||||
|
@ -1,6 +1,6 @@
|
||||
require 'mkmf'
|
||||
|
||||
def have_all(*args)
|
||||
def have_all(*args) # :nodoc:
|
||||
old_libs = $libs.dup
|
||||
old_defs = $defs.dup
|
||||
result = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user