るりまサーチ

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

別のキーワード

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

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

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

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

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

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

@todo

...@todo...

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

@todo

...@todo...

絞り込み条件を変える

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

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

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

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

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

...list[][ruby]{
# Rakefile での記載例とする

t
ask default: :test_rake_app1

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

desc
"test2"
t
ask :test_r...
...ake_app2 do |task|
end
//}...

DublinCoreModel#dc_description (12201.0)

@todo

...@todo...

DublinCoreModel#dc_description= (12201.0)

@todo

...@todo...
<< 1 2 3 ... > >>