24件ヒット
[1-24件を表示]
(0.051秒)
ライブラリ
- ビルトイン (12)
-
rubygems
/ platform (12)
クラス
-
Gem
:: Platform (12) - Module (12)
検索結果
-
Gem
:: Platform . local -> Gem :: Platform (21303.0) -
@todo ???
@todo ??? -
Module
. constants -> [Symbol] (113.0) -
このメソッドを呼び出した時点で参照可能な定数名の配列を返します。
...す。
//emlist[例][ruby]{
class C
FOO = 1
end
p Module.constants # => [:RUBY_PLATFORM, :STDIN, ..., :C, ...]
# 出力中に :FOO は現われない
//}
@see Module#constants, Kernel.#local_variables, Kernel.#global_variables, Object#instance_variables, Module#class_varia...