るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.036秒)
トップページ > クエリ:command[x] > バージョン:2.7.0[x] > クエリ:BuildCommand[x]

別のキーワード

  1. shell/builtin-command new
  2. shell/builtin-command each
  3. rubygems/command command
  4. irb/extend-command def_extend_command
  5. irb/extend-command install_extend_commands

ライブラリ

キーワード

検索結果

Gem::Commands::BuildCommand (81001.0)

Gem パッケージをビルドするためのクラスです。

Gem パッケージをビルドするためのクラスです。

Gem::Commands::BuildCommand#arguments -> String (27001.0)

引数の説明を表す文字列を返します。

引数の説明を表す文字列を返します。

Gem::Commands::BuildCommand#execute -> () (27001.0)

コマンドを実行します。

コマンドを実行します。

Gem::Commands::BuildCommand#load_gemspecs(filename) -> Array (27001.0)

gemspec ファイルをロードします。

gemspec ファイルをロードします。

@param filename ファイル名を指定します。

Gem::Commands::BuildCommand#usage -> String (27001.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。

絞り込み条件を変える

Gem::Commands::BuildCommand#yaml?(filename) -> bool (27001.0)

与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。

与えられたファイル名を持つファイルが yaml ファイルである場合に真を返します。

@param filename ファイル名を指定します。