648件ヒット
[1-100件を表示]
(0.034秒)
別のキーワード
ライブラリ
-
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 (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 :: WhichCommand # gem _ paths(spec) -> Array - Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash - Gem
:: Commands :: BuildCommand # load _ gemspecs(filename) -> Array - Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) - Gem
:: CommandManager # find _ command(command _ name) -> Gem :: Command | nil
-
Gem
:: Commands :: WhichCommand # gem _ paths(spec) -> Array (15140.0) -
与えられた Gem::Specification のインスタンスからその Gem が require するファイルのあるディレクトリをまとめて返します。
...与えられた Gem::Specification のインスタンスからその Gem が
require するファイルのあるディレクトリをまとめて返します。
@param spec Gem::Specification のインスタンスを指定します。... -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (15135.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
Gem
:: Commands :: BuildCommand # load _ gemspecs(filename) -> Array (15101.0) -
gemspec ファイルをロードします。
...
gemspec ファイルをロードします。
@param filename ファイル名を指定します。... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (15101.0) -
RubyGems 自体を更新します。
...RubyGems 自体を更新します。... -
Gem
:: CommandManager # find _ command(command _ name) -> Gem :: Command | nil (12423.0) -
登録されているコマンドからマッチしたものを返します。
...登録されているコマンドからマッチしたものを返します。
@param command_name コマンド名を文字列で指定します。
@return Gem::Command のサブクラスのインスタンスを返します。
@raise RuntimeError マッチする可能性のあるコマンドが... -
Gem
:: CommandManager # find _ command _ possibilities(command _ name) -> Array (12209.0) -
登録されているコマンドでマッチする可能性のあるものを返します。
...登録されているコマンドでマッチする可能性のあるものを返します。
@param command_name コマンド名を文字列で指定します。... -
Gem
:: CommandManager # register _ command(command _ name) -> false (12209.0) -
コマンドを自身に登録します。
...コマンドを自身に登録します。
@param command_name コマンド名をシンボルで指定します。... -
Gem
:: Command # get _ all _ gem _ names -> Array (12130.0) -
コマンドラインで与えられた Gem の名前を全て取得して返します。
...コマンドラインで与えられた Gem の名前を全て取得して返します。
@raise Gem::CommandLineError コマンドライン引数から Gem の名前を取得できない場合に発生します。... -
Gem
:: Command # get _ one _ gem _ name -> String (12130.0) -
コマンドラインで与えられた Gem の名前を一つ取得して返します。
...コマンドラインで与えられた Gem の名前を一つ取得して返します。
@raise Gem::CommandLineError コマンドライン引数から Gem の名前を一つだけ取得できない場合に発生します。...