るりまサーチ

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dsa g=
  5. dh g

ライブラリ

キーワード

検索結果

Gem::Commands::BuildCommand (21000.0)

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

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

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

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

...
g
emspec ファイルをロードします。

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

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

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

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

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

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

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

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

コマンドを実行します。

コマンドを実行します。

絞り込み条件を変える

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

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

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

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