329件ヒット
[1-100件を表示]
(0.031秒)
別のキーワード
ライブラリ
-
rubygems
/ command (36) -
rubygems
/ commands / which _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ specification (24)
クラス
-
Gem
:: Command (36) -
Gem
:: ConfigFile (24) -
Gem
:: Specification (24)
モジュール
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) -
OPERATING
_ SYSTEM _ DEFAULTS (12) -
PLATFORM
_ DEFAULTS (12) - WhichCommand (12)
-
assign
_ defaults (12) -
attribute
_ defaults (12) - defaults= (12)
-
defaults
_ str (12) -
install
_ update _ defaults _ str (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ defaults (12)
検索結果
先頭5件
-
Gem
:: Command # defaults -> Hash (21101.0) -
デフォルトのオプションを返します。
デフォルトのオプションを返します。 -
rubygems
/ defaults (12000.0) -
RubyGems ライブラリで使用するデフォルト値を返すメソッドを定義したライブラリです。
...RubyGems ライブラリで使用するデフォルト値を返すメソッドを定義したライブラリです。... -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (9117.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
Gem
:: Command # defaults _ str -> String (9107.0) -
このメソッドはサブクラスで再定義されます。 コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
...このメソッドはサブクラスで再定義されます。
コマンドのオプションで使用するデフォルト値を表示するために使用する文字列を返します。
@see Gem::Command#arguments... -
Gem
:: ConfigFile :: OPERATING _ SYSTEM _ DEFAULTS -> {} (9107.0) -
Ruby をパッケージングしている人がデフォルトの設定値をセットするために使用します。
...Ruby をパッケージングしている人がデフォルトの設定値をセットするために使用します。
使用するファイルは rubygems/defaults/operating_system.rb です。... -
Gem
:: ConfigFile :: PLATFORM _ DEFAULTS -> {} (9107.0) -
Ruby の実装者がデフォルトの設定値をセットするために使用します。
...Ruby の実装者がデフォルトの設定値をセットするために使用します。
使用するファイルは rubygems/defaults/#{RUBY_ENGINE}.rb です。... -
Gem
:: Command # defaults=(hash) (9101.0) -
コマンドで使用するデフォルトのオプションをセットします。
コマンドで使用するデフォルトのオプションをセットします。
@param hash オプションをハッシュで指定します。 -
Gem
:: Specification # assign _ defaults -> () (9101.0) -
全ての属性にデフォルト値をセットします。
全ての属性にデフォルト値をセットします。
これはアクセサメソッドを使用して行われるので、ブロックを用いた特別な初期化も
きちんと実行されます。セットされる値はデフォルト値のコピーです。 -
Gem
:: Specification . attribute _ defaults -> Array (9101.0) -
@todo
@todo
@@attributes の複製を返します。