348件ヒット
[1-100件を表示]
(0.057秒)
別のキーワード
クラス
キーワード
-
add
_ option (12) - arguments (12)
- complain (12)
- description (12)
-
do
_ rubygems _ update (12) - execute (12)
-
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) -
load
_ gemspecs (12) -
print
_ dependencies (12) -
process
_ args (12) -
program
_ name (12) -
program
_ name= (12) -
remove
_ option (12) -
show
_ help (12) -
show
_ lookup _ failure (12) -
spec
_ path (12) - summary= (12)
- usage (12)
-
when
_ invoked (12) -
which
_ to _ update (12)
検索結果
先頭5件
- Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String - Gem
:: CommandManager # find _ command _ possibilities(command _ name) -> Array - Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array - Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) - Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array
-
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (18302.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
Gem
:: CommandManager # find _ command _ possibilities(command _ name) -> Array (15402.0) -
登録されているコマンドでマッチする可能性のあるものを返します。
...登録されているコマンドでマッチする可能性のあるものを返します。
@param command_name コマンド名を文字列で指定します。... -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (15302.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
...与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (15202.0) -
RubyGems 自体を更新します。
RubyGems 自体を更新します。 -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (15202.0) -
更新が必要な Gem のリストを返します。
更新が必要な Gem のリストを返します。 -
Gem
:: Command # add _ option(*opts) {|value , options| . . . } (12403.0) -
コマンドに対するコマンドラインオプションとハンドラを追加します。
...ラインオプションとハンドラを追加します。
ブロックには、コマンドライン引数の値とそのオプションが渡されます。
オプションはハッシュになっています。
@param opts オプションを指定します。
@see OptionParser#make_switch... -
Gem
:: Commands :: WhichCommand # find _ paths(package _ name , dirs) -> Array (12302.0) -
dirs から package_name という名前を持つファイルを探索します。
...
dirs から package_name という名前を持つファイルを探索します。
以下の拡張子を持つファイルが対象です。
%w[.rb .rbw .so .dll .bundle]
@param package_name ファイルの名前を指定します。
@param dirs 探索するディレクトリを文字列の... -
Gem
:: Command # description -> String (12203.0) -
このメソッドはサブクラスで再定義されます。 コマンドが実行することを説明する文字列を返します。
このメソッドはサブクラスで再定義されます。
コマンドが実行することを説明する文字列を返します。 -
Gem
:: Command # handle _ options(args) (12203.0) -
与えられた引数のリストをパースして結果を記録します。
...与えられた引数のリストをパースして結果を記録します。
@param args 引数のリストを指定します。...