るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

モジュール

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

IRB::ContextExtender.install_extend_commands -> object (41200.0)

定義済みの拡張を読み込みます。

...す。

I
RB::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

i
rb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExtender....
...def_extend_command...

IRB::ContextExtender (41000.0)

IRB::Context を拡張するためのモジュールです。

...IRB::Context を拡張するためのモジュールです。...

IRB::ExtendCommand::Nop#irb_context -> IRB::Context (38400.0)

irb の現在の設定(IRB::Context)を返します。

...
i
rb の現在の設定(IRB::Context)を返します。...

IRB::ExtendCommandBundle#irb_context -> IRB::Context (38400.0)

現在の irb に関する IRB::Context を返します。

...現在の irb に関する IRB::Context を返します。...

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

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

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

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

絞り込み条件を変える

IRB::ContextExtender.def_extend_command(cmd_name, load_file, *aliases) -> object (38200.0)

IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。

...
I
RB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。

@param cmd_name メソッド名を Symbol で指定します。
I
RB::Context クラスのインスタンスメソッドとして定
義してある必要がありま...
...す。

@param load_file cmd_name で指定したメソッドが定義されたファイル名を指
定します。このファイルは自動的に require されます。

@param aliases cmd_name の別名を Symbol で指定します。複数指定する事ができます。...

Integer#integer? -> true (38200.0)

常に真を返します。

...常に真を返します。

//emlist[][ruby]{
1.integer? # => true
1.0.integer? # => false
//}...

OpenSSL::SSL::OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION -> Integer (36600.0)

セッション再ネゴシエーションをした場合にサーバ側で 常に新しいセッションを生成するフラグです。

...セッション再ネゴシエーションをした場合にサーバ側で
常に新しいセッションを生成するフラグです。

OpenSSL::SSL::SSLContext#options= で利用します。...

Gem::UserInteraction#terminate_interaction(*args) -> () (36500.0)

アプリケーションを終了します。

アプリケーションを終了します。

@param args 委譲先のメソッドに与える引数です。

IO#internal_encoding -> Encoding | nil (35400.0)

IO の内部エンコーディングを返します。 内部エンコーディングが指定されていない場合は nil を返します。

...
I
O の内部エンコーディングを返します。
内部エンコーディングが指定されていない場合は nil を返します。

//emlist[例][ruby]{
I
O.write("testfile", "abcde")
File.open("testfile") do |f|
p f.internal_encoding # => nil
f.set_encoding("ASCII-8BIT", "EUC-JP"...
...)
p f.internal_encoding # => #<Encoding:EUC-JP>
end
//}...

絞り込み条件を変える

<< 1 2 3 ... > >>