24件ヒット
[1-24件を表示]
(0.099秒)
クラス
-
Net
:: IMAP :: Address (12) -
URI
:: Generic (12)
検索結果
-
Net
:: IMAP :: Address # route -> String | nil (21102.0) -
メールアドレスの SMTP at-domain-list を返します。
...メールアドレスの SMTP at-domain-list を返します。
存在しない場合は nil を返します。
通常は nil を返します。... -
URI
:: Generic # route _ to(dst) -> URI :: Generic (6208.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>...