別のキーワード
種類
- インスタンスメソッド (709)
- 定数 (48)
- ライブラリ (24)
- 特異メソッド (13)
ライブラリ
- ビルトイン (12)
- erb (12)
-
minitest
/ spec (2) -
net
/ imap (36) - openssl (12)
- optparse (144)
- pathname (24)
- rake (72)
-
rdoc
/ generator / ri (12) - rss (300)
-
rubygems
/ command (24) -
rubygems
/ specification (24) -
win32
/ registry (96)
クラス
- ERB (12)
-
Gem
:: Command (24) -
Gem
:: Specification (24) -
MiniTest
:: Spec (1) -
Net
:: IMAP :: BodyTypeBasic (12) -
Net
:: IMAP :: BodyTypeMessage (12) -
Net
:: IMAP :: BodyTypeText (12) - Object (12)
- OptionParser (144)
- Pathname (24)
-
RDoc
:: Generator :: RI (12) -
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Maker :: ImageBase (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Maker :: TextinputBase (24) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Item (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Image (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: TextInput (24) -
Rake
:: Task (24) -
Win32
:: Registry (84)
モジュール
- DublinCoreModel (36)
- Kernel (13)
-
OpenSSL
:: ASN1 (12) -
Rake
:: TaskManager (36) -
Win32
:: Registry :: Constants (12)
キーワード
- DESCRIPTION (12)
-
OBJECT
_ DESCRIPTOR (12) -
REG
_ FULL _ RESOURCE _ DESCRIPTOR (12) -
RUBY
_ DESCRIPTION (12) -
add
_ description (12) -
arg
_ description (12) -
dc
_ description (12) -
dc
_ description= (12) -
dc
_ descriptions (12) - descend (24)
- describe (1)
- description (192)
- description= (144)
-
descriptor
_ length (12) - it (1)
-
last
_ comment (12) -
last
_ description (12) -
last
_ description= (12) -
max
_ key _ length (12) -
max
_ value _ length (12) -
max
_ value _ name _ length (12) - new (12)
-
num
_ keys (12) -
num
_ values (12) - on (144)
- rake (12)
-
rexml
/ document (12) - summary= (12)
- wtime (12)
検索結果
先頭5件
-
Kernel
# desc(description) -> String (18207.0) -
直後の Rake タスクの説明を登録します。
...直後の Rake タスクの説明を登録します。
@param description 直後のタスクの説明を指定します。
例:
desc "Run the Unit Tests"
task :test => [:build] do
runtests
end... -
Rake
:: TaskManager # last _ description=(description) (6212.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
//}... -
Gem
:: Specification # description=(desc) (6207.0) -
Gem パッケージの説明をセットします。
...Gem パッケージの説明をセットします。
@param desc パッケージの詳細を説明する文章を指定します。... -
Kernel
# describe(desc) { . . . } (6207.0) -
与えられた説明文から名前を作成してテストクラスを定義します。
...与えられた説明文から名前を作成してテストクラスを定義します。
クラスの定義は、与えられたブロックの内容になります。
@param desc ブロックに対する説明を指定します。... -
Rake
:: Task # add _ description(description) (6200.0) -
自身に詳細説明を追加します。
自身に詳細説明を追加します。 -
DublinCoreModel
# dc _ description (6100.0) -
@todo
@todo -
DublinCoreModel
# dc _ description= (6100.0) -
@todo
@todo -
DublinCoreModel
# dc _ descriptions (6100.0) -
@todo
@todo -
Gem
:: Command # description -> String (6100.0) -
このメソッドはサブクラスで再定義されます。 コマンドが実行することを説明する文字列を返します。
このメソッドはサブクラスで再定義されます。
コマンドが実行することを説明する文字列を返します。 -
Gem
:: Specification # description -> String (6100.0) -
Gem パッケージの説明を返します。
Gem パッケージの説明を返します。