るりまサーチ

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

別のキーワード

  1. rss url
  2. rss url=
  3. item url
  4. item url=
  5. items url

モジュール

キーワード

検索結果

<< < ... 6 7 8 >>

URI::Generic#-(src) -> URI::Generic (13.0)

与えられた URI を表す src からの相対パスを返します。

...rc からの相対パスを返します。

@
param src 自身の相対パスを算出するための、ルートとなる Absolute URI を与えます。

例:
require 'uri'
p URI.parse('http://example.com/foo/bar.html') - 'http://example.com/'
#=> #<URI::Generic:0x20100256 URL:foo/bar.html>...

URI::Generic#route_from(src) -> URI::Generic (13.0)

与えられた URI を表す src からの相対パスを返します。

...rc からの相対パスを返します。

@
param src 自身の相対パスを算出するための、ルートとなる Absolute URI を与えます。

例:
require 'uri'
p URI.parse('http://example.com/foo/bar.html') - 'http://example.com/'
#=> #<URI::Generic:0x20100256 URL:foo/bar.html>...

URI::Generic#route_to(dst) -> URI::Generic (13.0)

自身から dst への相対パスを返します。

...自身から dst への相対パスを返します。

@
param dst URI を文字列かURIオブジェクトで与えます。

例:
require 'uri'
p URI.parse('http://example.com/').route_to('http://example.com/foo/bar.html')

#=> #<URI::Generic:0x20100198 URL:foo/bar.html>...

WEBrick::HTTPRequest#meta_vars -> Hash (13.0)

メタ変数を返します。

...メタ変数を返します。

メタ変数は「The WWW Common Gateway Interface Version 1.1」のバージョン
3 で定義されています。

@
see http://Web.Golux.Com/coar/cgi/...

WIN32OLE_METHOD#helpstring -> String | nil (13.0)

メソッドのヘルプ文字列を取得します。

...明する文字列です。

@
return ヘルプ文字列を返します。未定義ならばnilを返します。

tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
method = WIN32OLE_METHOD.new(tobj, 'Navigate')
puts method.helpstring # => Navigates to a URL or file....

絞り込み条件を変える

<< < ... 6 7 8 >>