るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle align_size_t

検索結果

<< 1 2 3 ... > >>

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

@todo

...@todo

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

Gem::Command#command -> String (21303.0)

コマンドの名前を返します。

コマンドの名前を返します。

Rake::PackageTask#tar_command -> String (15303.0)

tar コマンドとして使用するコマンドを返します。

...
t
ar コマンドとして使用するコマンドを返します。

デフォルトは 'tar' です。...

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

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

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

Gem::Commands::DependencyCommand#arguments -> String (12202.0)

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

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

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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

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

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

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

IRB::ExtendCommand::Help#execute(*names) -> nil (12119.0)

RI から Ruby のドキュメントを参照します。

...RI から Ruby のドキュメントを参照します。

irb(main):001:0> help String#match
...

@param names 参照したいクラス名やメソッド名などを文字列で指定します。

names を指定しなかった場合は、RI を対話的なモードで起動します。メソ...
...Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.

>> String#match
String
#match

(from ruby core)
------------------------------------------------------------------------------
str.match(pattern) -> matchdata or nil
str...
....match(pattern, pos) -> matchdata or nil
......
<< 1 2 3 ... > >>