зеркало из https://github.com/github/ruby.git
* variable.c (rb_mod_constants): rdoc updated. a patch from
Florian Gilcher <flo AT andersground.net> in [ruby-core:16009]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7e6dd6142e
Коммит
c4247b5216
|
@ -1,3 +1,8 @@
|
|||
Wed Mar 26 18:11:26 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* variable.c (rb_mod_constants): rdoc updated. a patch from
|
||||
Florian Gilcher <flo AT andersground.net> in [ruby-core:16009].
|
||||
|
||||
Wed Mar 26 00:55:28 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* test/ruby/test_rand.rb: add tests to achieve over 95% test coverage
|
||||
|
|
|
@ -1582,8 +1582,8 @@ rb_const_list(void *data)
|
|||
* modules (example at start of section), unless the <i>all</i>
|
||||
* parameter is set to <code>false</code>.
|
||||
*
|
||||
* IO.constants.include?("SYNC") => true
|
||||
* IO.constants(false).include?("SYNC") => false
|
||||
* IO.constants.include?(:SYNC) => true
|
||||
* IO.constants(false).include?(:SYNC) => false
|
||||
*
|
||||
* Also see <code>Module::const_defined?</code>.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче