るりまサーチ

最速Rubyリファレンスマニュアル検索!
55件ヒット [1-55件を表示] (0.021秒)
トップページ > クエリ:rss[x] > 種類:特異メソッド[x]

別のキーワード

  1. rss title
  2. rss title=
  3. rss date
  4. rss date=
  5. rss image

ライブラリ

クラス

モジュール

キーワード

検索結果

RSS::Maker.make(version, &block) (11007.0)

@todo versionには"1.0"または"0.9"または "0.91"または"2.0"を指定します."0.9" と"0.91"は同じであることに注意してください.

...@todo
versionには"1.0"または"0.9"または
"0.91"または"2.0"を指定します."0.9"
と"0.91"は同じであることに注意してください.

blockを実行したあとのmakerオブジェクトから
RSS
オブジェクトを生成して返します....

RSS::Parser.new (11001.0)

@todo

@todo

RSS::Parser.parse (11001.0)

@todo

@todo

CGI.escape(string) -> String (13.0)

与えられた文字列を URL エンコードした文字列を新しく作成し返します。

...

例:
require "cgi"

p CGI.escape('@##') #=> "%40%23%23"

url = "http://www.example.com/register?url=" +
CGI.escape('http://www.example.com/index.rss')
p url
#=> "http://www.example.com/register?url=http%3A%2F%2Fwww.example.com%2Findex.rss"...

CGI.unescape(string) -> String (13.0)

与えられた文字列を URL デコードした文字列を新しく作成し返します。

...しく作成し返します。

@param string URL エンコードされている文字列を指定します。

require "cgi"

p CGI.unescape('%40%23%23') #=> "@##"

p CGI.unescape("http%3A%2F%2Fwww.example.com%2Findex.rss")
#=> "http://www.example.com/index.rss"...

絞り込み条件を変える