るりまサーチ

最速Rubyリファレンスマニュアル検索!
561件ヒット [1-100件を表示] (0.038秒)
トップページ > クエリ:IO[x] > クエリ:desc[x]

別のキーワード

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

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

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

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

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

Rake::TaskManager#last_description=(description) (12412.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) (12400.0)

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

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

絞り込み条件を変える

DublinCoreModel#dc_description (12200.0)

@todo

@todo

DublinCoreModel#dc_description= (12200.0)

@todo

@todo

DublinCoreModel#dc_descriptions (12200.0)

@todo

@todo

Gem::Command#description -> String (12200.0)

このメソッドはサブクラスで再定義されます。 コマンドが実行することを説明する文字列を返します。

このメソッドはサブクラスで再定義されます。
コマンドが実行することを説明する文字列を返します。

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

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

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

@see 2045...

絞り込み条件を変える

<< 1 2 3 ... > >>