るりまサーチ

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. float >
  4. complex >
  5. module >

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

URI::Generic#port -> String | nil (18218.0)

自身の port を文字列で返します。設定されていない場合は nil を返します。

...自身の port を文字列で返します。設定されていない場合は nil を返します。...

Net::HTTP#port -> Integer (18202.0)

接続するポート番号を返します。

接続するポート番号を返します。

Net::POP3#port -> Integer (18202.0)

接続するポート番号です。

接続するポート番号です。

Net::SMTP#port -> Integer (18202.0)

接続先のポート番号を返します。

接続先のポート番号を返します。

Resolv::DNS::Resource::IN::SRV#port -> Integer (18202.0)

対象のサービスの対象のホストにおけるポート番号を返します。

対象のサービスの対象のホストにおけるポート番号を返します。

絞り込み条件を変える

WEBrick::HTTPRequest#port -> String (18202.0)

サーバのポートを文字列で返します。

サーバのポートを文字列で返します。

Fiddle::Importer#import_symbol(name) -> Fiddle::Pointer (9201.0)

取り込んだライブラリからシンボルをインポートします。

取り込んだライブラリからシンボルをインポートします。

返り値はシンボルがロードされたメモリのアドレスを持つ Fiddle::Pointer
オブジェクトを返します。

@param name シンボル名(文字列)

Gem::StreamUI#progress_reporter(*args) -> SilentProgressReporter | SimpleProgressReporter | VerboseProgressReporter (6501.0)

処理の進捗を報告するためのオブジェクトを返します。

...ます。

返されるオブジェクトの種類は現在の設定によります。

@param args 返値となるオブジェクトを初期化するための引数です。

@see Gem::StreamUI::SilentProgressReporter, Gem::StreamUI::SimpleProgressReporter, Gem::StreamUI::VerboseProgressReporter...

URI::Generic#default_port -> Integer | nil (6224.0)

self.class.default_port を返します。

...self.class.default_port を返します。

@see URI::Generic.default_port...

Thread#report_on_exception -> bool (6219.0)

真の場合、そのスレッドが例外によって終了した時に、その内容を $stderr に報告します。

...d.report_on_exception です。

@param newstate スレッド実行中に例外発生した場合、その内容を報告するかどうかを true か false で指定します。

//emlist[例][ruby]{
a = Thread.new{ Thread.stop; raise }
a.report_on_exception = true
a.report_on_exception # => tru...
...# => #<Thread:0x00007fc3f48c7908@(irb):1 run> terminated with exception (report_on_exception is true):
# Traceback (most recent call last):
# (irb):1:in `block in irb_binding': unhandled exception
# #<Thread:0x00007fc3f48c7908@(irb):1 dead>
b = Thread.new{ Thread.stop; raise }
b.report_on_...
...exception = false
b.run # => #<Thread:0x00007fc3f48aefc0@(irb):4 dead>
//}

@see Thread.report_on_exception...

絞り込み条件を変える

<< 1 2 3 ... > >>