るりまサーチ

最速Rubyリファレンスマニュアル検索!
7339件ヒット [1-100件を表示] (0.142秒)
トップページ > クエリ:r[x] > クエリ:constants[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils cp_r
  5. bigdecimal to_r

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

VALUE rb_mod_constants(VALUE mod) (32200.0)

static VALUE rb_mod_s_constants(void) (32200.0)

rubygems/commands/generate_index_command (26006.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...です。

Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を...
...-backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Generates the index files for a gem server directory
Description:
The generate_index command creates...
...Marshal.<version>.Z # Marshal full index
yaml
yaml.Z # legacy YAML full index

The .Z and .rz extension files are compressed with the inflate algorithm.
The
Marshal version number comes from ruby's Marshal::MAJOR_VERSION and
Marshal::MINOR_VERSION constants....

Win32::Registry::Constants::REG_FORCE_RESTORE (24300.0)

@todo

@todo

Win32::Registry::Constants::REG_REFRESH_HIVE (24300.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (21400.0)

@todo

@todo

レジストリ値の型。

RDoc::Context#constants -> [RDoc::Constant] (21201.0)

追加された RDoc::Constant の配列を返します。

...追加された RDoc::Constant の配列を返します。...

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (18300.0)

@todo

@todo

Module#constants(inherit = true) -> [Symbol] (18261.0)

そのモジュール(またはクラス)で定義されている定数名の配列を返します。

...ます。

inherit に真を指定すると
スーパークラスやインクルードしているモジュールの定数も含みます。
Object のサブクラスの場合、Objectやそのスーパークラスで定義されている
定数は含まれません。 Object.constants とすると...
...ん。

@param inherit true を指定するとスーパークラスや include したモジュールで
定義された定数が対象にはなります。false を指定した場合 対象にはなりません。

@see Module.constants, Kernel.#local_variables, Kernel.#global_variables, Obje...
...variables, Module#class_variables

//emlist[Module.constants と Module#constants の違い][ruby]{
# 出力の簡略化のため起動時の定数一覧を取得して後で差し引く
$clist = Module.constants

class Foo
FOO = 1
end
class Bar
BAR = 1

# Bar は BAR を含む
p constants...
<< 1 2 3 ... > >>