るりまサーチ

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

別のキーワード

  1. uri build
  2. uri extract
  3. uri new
  4. open-uri open
  5. uri regexp

検索結果

<< < ... 6 7 8 >>

open-uri (6.0)

http/ftp に簡単にアクセスするためのクラスです。 Kernel.#open を再定義します。

...ジュールをインクルードします。ですので、
URI オブジェクトも似たような方法で開けます。
require 'open-uri'
uri =
URI.parse("http://www.ruby-lang.org/en/")
uri.open {|f|
...
}
URI オブジェクトは直接読み込むことができます。
戻り...

Rinda::DRbObjectTemplate.new(uri = nil, ref = nil) (1.0)

@todo

@todo

Creates a new DRbObjectTemplate that will match against +uri+ and
+ref+.
<< < ... 6 7 8 >>