るりまサーチ

最速Rubyリファレンスマニュアル検索!
360件ヒット [1-100件を表示] (0.111秒)

別のキーワード

  1. string []=
  2. string slice
  3. string []
  4. string slice!
  5. string gsub!

検索結果

<< 1 2 3 ... > >>

Shell::SystemCommand#command -> String (21220.0)

@todo

...@todo

コマンド名を返します。...

Kernel#link_command(ldflags, opt = "", libpath = $DEFLIBPATH|$LIBPATH) -> String (6227.0)

実際にリンクする際に使用するコマンドを返します。

...実際にリンクする際に使用するコマンドを返します。

@
param ldflags LDFLAGS に追加する値を指定します。

@
param opt LIBS に追加する値を指定します。

@
param libpath LIBPATH に指定する値を指定します。

@
see RbConfig.expand...

Kernel#cpp_command(outfile, opt = "") -> String (6221.0)

実際にプリプロセッサを実行する際に使用するコマンドを返します。

...実際にプリプロセッサを実行する際に使用するコマンドを返します。

@
param outfile 出力ファイルの名前を指定します。

@
param opt プリプロセッサに与える追加のコマンドライン引数を指定します。

@
see RbConfig.expand...

Kernel#cc_command(opt = "") -> String (6215.0)

実際にコンパイルする際に使用するコマンドを返します。

...実際にコンパイルする際に使用するコマンドを返します。

@
param opt コンパイラに与える追加のコマンドライン引数を指定します。

@
see RbConfig.expand...

Shell::SystemCommand#name -> String (6120.0)

@todo

...@todo

コマンド名を返します。...

絞り込み条件を変える

Gem::Commands::DependencyCommand#print_dependencies(spec, level = 0) -> String (6114.0)

依存関係を表す文字列を返します。

...依存関係を表す文字列を返します。

@
param spec Gem::Specification のインスタンスを指定します。

@
param level 依存関係の深さを指定します。...

Gem::Commands::UnpackCommand#get_path(gemname, version_req) -> String | nil (6114.0)

引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。

...引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。

@
param gemname Gem パッケージの名前を指定します。

@
param version_req バージョンの満たすべき条件を文字列で指定します。...

Gem::Commands::LockCommand#spec_path(gem_full_name) -> String (6108.0)

指定された Gem パッケージの gemspec ファイルのフルパスを返します。

...指定された Gem パッケージの gemspec ファイルのフルパスを返します。

@
param gem_full_name Gem パッケージの名前を指定します。...

Shell::SystemCommand#notify(*opts) -> String (3131.0)

@todo

...@todo

@
param opts

@
see Shell#notify...

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (3131.0)

@todo

...@todo

@
param opts

@
see Shell#notify...

絞り込み条件を変える

Shell::CommandProcessor#basename(filename, suffix = "") -> String (3120.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@
param filename ファイル名を表す文字列を指定します。

@
param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き...
<< 1 2 3 ... > >>