るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

キーワード

検索結果

<< 1 2 3 ... > >>

IRB::ExtendCommandBundle#irb_require(*opts, &b) -> bool (41300.0)

現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。

...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。

@see IRB::ExtendCommand::Require#execute...

IRB::ExtendCommand::Require (35000.0)

irb 中の irb_require コマンドのための拡張を定義したクラスです。

...irb 中の irb_require コマンドのための拡張を定義したクラスです。...

IRB::ExtendCommand::Require#execute(file_name) -> bool (29100.0)

ファイル file_name を現在の irb インタプリタ上で実行します。

...ル file_name を現在の irb インタプリタ上で実行します。

file_name に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。require に...
...成功した場合は true を、そうでない場合は
false を返します。

拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。

@param file_name ファイル名を文字列で指定します。...

Gem::DefaultUserInteraction#ui -> Gem::ConsoleUI (24423.0)

デフォルトの UI を返します。

...デフォルトの UI を返します。

@see Gem::DefaultUserInteraction.ui...

Gem::DefaultUserInteraction.ui -> Gem::ConsoleUI (24417.0)

デフォルトの UI を返します。

...デフォルトの UI を返します。...

絞り込み条件を変える

Gem::RequirePathsBuilder#write_require_paths_file_if_needed(spec = @spec, gem_home = @gem_home) (21200.0)

必要であれば、'.require_paths' というファイルを Gem ごとに作成します。

...必要であれば、'.require_paths' というファイルを Gem ごとに作成します。...

Shell::CommandProcessor.install_builtin_commands -> () (18300.0)

ビルトインコマンドを定義します。

ビルトインコマンドを定義します。

Gem::Builder#build -> String (18200.0)

スペックから Gem を作成する。

スペックから Gem を作成する。

@return 作成したファイル名を返します。

Gem::Ext::ExtConfBuilder.build(extension, directory, dest_path, results) -> Array (18200.0)

@todo

...@todo

Makefile が存在しない場合は、extconf.rb を実行して
Makefile を作成してから make を実行します。

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

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマ...
...ンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make...

Gem::Ext::RakeBuilder.build(extension, directory, dest_path, results) -> Array (18200.0)

@todo

...ake を実行します。

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

@param directory このメソッドでは使用していません。

@param dest_path ???

@param results コマンドの実行結果を格納します。破壊的に変更されます。

@see Gem::Ext::Builder.make...

絞り込み条件を変える

<< 1 2 3 ... > >>