るりまサーチ

最速Rubyリファレンスマニュアル検索!
697件ヒット [201-300件を表示] (0.025秒)
トップページ > クエリ:Comment[x]

別のキーワード

  1. comment new
  2. rexml comment
  3. comment ==
  4. etc comment
  5. comment <=>

検索結果

<< < 1 2 3 4 5 ... > >>

Rake::Task#full_comment -> String (6101.0)

自身のコメントを全て返します。

自身のコメントを全て返します。

Rake::TaskManager#last_comment -> String (6101.0)

Rakefile 内の最新の詳細説明を追跡するためのメソッドです。

Rakefile 内の最新の詳細説明を追跡するためのメソッドです。

//emlist[][ruby]{
# Rakefile での記載例とする

task default: :test_rake_app1

desc "test1"
task :test_rake_app1 do |task|
p task.application.last_description # => "test2"
end

desc "test2"
task :test_rake_app2 do |task|
end
//}

Zlib::GzipFile#comment -> String | nil (6101.0)

gzip ファイルのヘッダーに記録されているコメントを返します。 コメントが存在しない場合は nil を返します。

gzip ファイルのヘッダーに記録されているコメントを返します。
コメントが存在しない場合は nil を返します。

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

REXML::Comment.new(comment, parent = nil) -> REXML::Comment (3237.0)

Comment オブジェクトを生成します。

...
Comment
オブジェクトを生成します。

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。

@param string コメント文字列
@param comment REXML::Comment オブジェクト
@param parent 親ノー...

REXML::Comment.new(string, parent = nil) -> REXML::Comment (3137.0)

Comment オブジェクトを生成します。

...
Comment
オブジェクトを生成します。

引数に REXML::Comment オブジェクトを渡すとその内容が複製されます
(親ノードの情報は複製されません)。

@param string コメント文字列
@param comment REXML::Comment オブジェクト
@param parent 親ノー...

REXML::Comment#clone -> REXML::Comment (3117.0)

内容が複製された Comment オブジェクトを返します。 (親ノードの情報は複製されません)。

...内容が複製された Comment オブジェクトを返します。
(親ノードの情報は複製されません)。...

絞り込み条件を変える

<< < 1 2 3 4 5 ... > >>