るりまサーチ (Ruby 2.1.0)

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

別のキーワード

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

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 :...

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

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

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

絞り込み条件を変える

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

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

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

@see 2045

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

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

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

@see 2045

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

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

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

@see 2045

DublinCoreModel#dc_description (73207.0)

@todo

@todo

DublinCoreModel#dc_description= (73207.0)

@todo

@todo

絞り込み条件を変える

RSS::Maker::ChannelBase#description (73207.0)

@todo

@todo

RSS::Maker::ChannelBase#description=() (73207.0)

@todo

@todo

RSS::Maker::ImageBase#description (73207.0)

@todo

@todo

RSS::Maker::ImageBase#description=() (73207.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#description (73207.0)

@todo

@todo

絞り込み条件を変える

RSS::Maker::ItemsBase::ItemBase#description=() (73207.0)

@todo

@todo

RSS::Maker::TextinputBase#description (73207.0)

@todo

@todo

RSS::Maker::TextinputBase#description=() (73207.0)

@todo

@todo

RSS::RDF::Channel#description (73207.0)

@todo

@todo

RSS::RDF::Channel#description= (73207.0)

@todo

@todo

絞り込み条件を変える

RSS::RDF::Item#description (73207.0)

@todo

@todo

RSS::RDF::Item#description= (73207.0)

@todo

@todo

RSS::RDF::Textinput#description (73207.0)

@todo

@todo

RSS::RDF::Textinput#description= (73207.0)

@todo

@todo

RSS::Rss::Channel#description (73207.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel#description= (73207.0)

@todo

@todo

RSS::Rss::Channel::Image#description (73207.0)

@todo

@todo

RSS::Rss::Channel::Image#description= (73207.0)

@todo

@todo

RSS::Rss::Channel::Item#description (73207.0)

@todo

@todo

RSS::Rss::Channel::Item#description= (73207.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel::TextInput#description (73207.0)

@todo

@todo

RSS::Rss::Channel::TextInput#description= (73207.0)

@todo

@todo

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

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

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

Object::RUBY_DESCRIPTION -> String (73204.0)

Ruby の詳細を表す文字列。

Ruby の詳細を表す文字列。

ruby -v で表示される内容が格納されています。

Rake::Task#arg_description (73204.0)

絞り込み条件を変える

DublinCoreModel#dc_descriptions (73201.0)

@todo

@todo

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

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

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

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

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

Rake::TaskManager#last_description -> String (37258.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
//}

Gem::Command#summary=(description) (1222.0)

コマンドの短い説明をセットします。

コマンドの短い説明をセットします。

@param description コマンドの短い説明を指定します。