648件ヒット
[201-300件を表示]
(0.053秒)
別のキーワード
ライブラリ
-
rubygems
/ command (324) -
rubygems
/ command _ manager (84) -
rubygems
/ commands / build _ command (60) -
rubygems
/ commands / dependency _ command (72) -
rubygems
/ commands / lock _ command (24) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / update _ command (24) -
rubygems
/ commands / which _ command (24) -
rubygems
/ version _ option (24)
クラス
モジュール
-
Gem
:: VersionOption (24)
キーワード
- [] (12)
-
add
_ extra _ args (12) -
add
_ option (12) -
add
_ platform _ option (12) -
add
_ version _ option (12) - arguments (36)
- begins? (12)
-
command
_ names (12) - complain (12)
- defaults (12)
- defaults= (12)
-
defaults
_ str (12) - description (12)
-
do
_ rubygems _ update (12) - execute (36)
-
find
_ command (12) -
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
get
_ all _ gem _ names (12) -
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - handles? (12)
- invoke (12)
-
load
_ gemspecs (12) -
print
_ dependencies (12) -
process
_ args (12) -
program
_ name (12) -
program
_ name= (12) -
register
_ command (12) -
remove
_ option (12) - run (12)
-
show
_ help (12) -
show
_ lookup _ failure (12) -
spec
_ path (12) - summary (12)
- summary= (12)
- usage (36)
-
when
_ invoked (12) -
which
_ to _ update (12) - yaml? (12)
検索結果
先頭5件
-
Gem
:: Commands :: LockCommand # complain(message) -> () (15007.0) -
指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
...指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
@param message 表示するメッセージを指定します。
@raise Gem::Exception コマンドラインオプションに --strict が指定されている場合に発生します。... -
Gem
:: Commands :: BuildCommand # arguments -> String (15001.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: BuildCommand # execute -> () (15001.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: BuildCommand # usage -> String (15001.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: BuildCommand # yaml?(filename) -> bool (15001.0) -
与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。
与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。
@param filename ファイル名を指定します。 -
Gem
:: Commands :: DependencyCommand # arguments -> String (15001.0) -
引数の説明を表す文字列を返します。
引数の説明を表す文字列を返します。 -
Gem
:: Commands :: DependencyCommand # execute -> () (15001.0) -
コマンドを実行します。
コマンドを実行します。 -
Gem
:: Commands :: DependencyCommand # usage -> String (15001.0) -
使用方法を表す文字列を返します。
使用方法を表す文字列を返します。 -
Gem
:: Commands :: WhichCommand # find _ paths(package _ name , dirs) -> Array (15001.0) -
dirs から package_name という名前を持つファイルを探索します。
dirs から package_name という名前を持つファイルを探索します。
以下の拡張子を持つファイルが対象です。
%w[.rb .rbw .so .dll .bundle]
@param package_name ファイルの名前を指定します。
@param dirs 探索するディレクトリを文字列の配列で指定します。