るりまサーチ

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

別のキーワード

  1. io popen
  2. io pipe
  3. io readlines
  4. io each
  5. io each_line

検索結果

<< 1 2 3 ... > >>

RDoc::Generator::RI::DESCRIPTION -> String (30301.0)

このジェネレータの説明を表す文字列です。

このジェネレータの説明を表す文字列です。

Gem::Specification#description=(desc) (21408.0)

Gem パッケージの説明をセットします。

...Gem パッケージの説明をセットします。

@param desc パッケージの詳細を説明する文章を指定します。...

Gem::Specification#description -> String (21301.0)

Gem パッケージの説明を返します。

Gem パッケージの説明を返します。

Rake::TaskManager#last_description=(description) (18632.0)

最新の詳細説明をセットします。

...の記載例とする

task default: :test_rake_app1

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

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

Rake::Task#add_description(description) (18602.0)

自身に詳細説明を追加します。

自身に詳細説明を追加します。

絞り込み条件を変える

Kernel#desc(description) -> String (18414.0)

直後の Rake タスクの説明を登録します。

...直後の Rake タスクの説明を登録します。

@param description 直後のタスクの説明を指定します。

例:
desc
"Run the Unit Tests"
task :test => [:build] do
runtests
end...

Net::IMAP::BodyTypeBasic#description -> String | nil (18317.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeMessage#description -> String | nil (18317.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeText#description -> String | nil (18317.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

DublinCoreModel#dc_description (18302.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>