るりまサーチ

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

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

Rake::TaskManager#last_description=(description) (12312.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"
tas...

Win32::Registry#descriptor_length (12200.0)

@todo

@todo

キー情報の個々の値を返します。

Rake::TaskManager#last_description -> String (9212.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_a...

Kernel#describe(desc) { ... } (9207.0)

与えられた説明文から名前を作成してテストクラスを定義します。

...与えられた説明文から名前を作成してテストクラスを定義します。

クラスの定義は、与えられたブロックの内容になります。

@param desc ブロックに対する説明を指定します。...

絞り込み条件を変える

DublinCoreModel#dc_description (9100.0)

@todo

@todo

DublinCoreModel#dc_description= (9100.0)

@todo

@todo

DublinCoreModel#dc_descriptions (9100.0)

@todo

@todo

OpenSSL::ASN1::OBJECT_DESCRIPTOR -> Integer (9100.0)

ASN.1 UNIVERSAL タグの、 OBJECT_DESCRIPTOR のタグ番号 7 を表す定数です。

...ASN.1 UNIVERSAL タグの、
OBJECT_DESCRIPTOR のタグ番号 7 を表す定数です。...

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

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>