るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.102秒)
トップページ > クエリ:t[x] > クエリ:Comment[x] > バージョン:3.2[x] > クエリ:comments[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle type_size_t

検索結果

RSS::Maker::ItemsBase::ItemBase#comments (99907.0)

@todo

@todo

REXML::Element#comments -> [REXML::Comments] (91855.0)

すべての comment 子ノードの配列を返します。

すべての comment 子ノードの配列を返します。

返される配列は freeze されます。

RSS::Rss::Channel::Item#comments (90907.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#comments=() (63907.0)

@todo

@todo

RDoc::Parser::Simple#remove_private_comments(comment) -> String (55273.0)

行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返 します。

行頭の "--" から "++" で囲まれたコメントを comment から削除した結果を返
します。

@param comment 対象の文字列を指定します。

@return コメントが削除された文字列を返します。

絞り込み条件を変える

RSS::Rss::Channel::Item#comments= (54907.0)

@todo

@todo

Net::HTTPHeader#content_type -> String|nil (18337.0)

"text/html" のような Content-Type を表す 文字列を返します。

"text/html" のような Content-Type を表す
文字列を返します。

Content-Type: ヘッダフィールドが存在しない場合には nil を返します。

//emlist[例][ruby]{
require 'net/http'

uri = URI.parse('http://www.example.com/comments.cgi?post=comment')
req = Net::HTTP::Post.new(uri.request_uri)
req.content_type # => nil
req.content_type = 'multipart/for...