39件ヒット
[1-39件を表示]
(0.126秒)
別のキーワード
ライブラリ
-
net
/ imap (3) - optparse (2)
- rake (5)
- rss (25)
-
rubygems
/ command (2) -
rubygems
/ specification (2)
クラス
-
Gem
:: Command (2) -
Gem
:: Specification (2) -
Net
:: IMAP :: BodyTypeBasic (1) -
Net
:: IMAP :: BodyTypeMessage (1) -
Net
:: IMAP :: BodyTypeText (1) - OptionParser (2)
-
RSS
:: Maker :: ChannelBase (2) -
RSS
:: Maker :: ImageBase (2) -
RSS
:: Maker :: ItemsBase :: ItemBase (2) -
RSS
:: Maker :: TextinputBase (2) -
RSS
:: RDF :: Channel (2) -
RSS
:: RDF :: Item (2) -
RSS
:: RDF :: Textinput (2) -
RSS
:: Rss :: Channel (2) -
RSS
:: Rss :: Channel :: Image (2) -
RSS
:: Rss :: Channel :: Item (2) -
RSS
:: Rss :: Channel :: TextInput (2) -
Rake
:: Task (2)
モジュール
- DublinCoreModel (3)
- Kernel (1)
-
Rake
:: TaskManager (2)
キーワード
-
add
_ description (1) -
arg
_ description (1) -
dc
_ description (1) -
dc
_ description= (1) -
dc
_ descriptions (1) - desc (1)
- description= (12)
-
last
_ description (1) -
last
_ description= (1) - summarize (2)
- summary= (1)
検索結果
先頭5件
-
Gem
:: Specification # description -> String (81607.0) -
Gem パッケージの説明を返します。
Gem パッケージの説明を返します。 -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (72655.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (72655.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeText # description -> String | nil (72655.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
RSS
:: Maker :: ChannelBase # description (72610.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description (72610.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description (72610.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description (72610.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description (72610.0) -
@todo
@todo -
RSS
:: RDF :: Item # description (72610.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description (72610.0) -
@todo
@todo -
RSS
:: Rss :: Channel # description (72610.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description (72610.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description (72610.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (72610.0) -
@todo
@todo -
Gem
:: Command # description -> String (72607.0) -
このメソッドはサブクラスで再定義されます。 コマンドが実行することを説明する文字列を返します。
このメソッドはサブクラスで再定義されます。
コマンドが実行することを説明する文字列を返します。 -
Gem
:: Specification # description=(desc) (45607.0) -
Gem パッケージの説明をセットします。
Gem パッケージの説明をセットします。
@param desc パッケージの詳細を説明する文章を指定します。 -
Rake
:: TaskManager # last _ description=(description) (37264.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) (37210.0) -
自身に詳細説明を追加します。
自身に詳細説明を追加します。 -
DublinCoreModel
# dc _ description (36610.0) -
@todo
@todo -
DublinCoreModel
# dc _ description= (36610.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description=() (36610.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description=() (36610.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description=() (36610.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (36610.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description= (36610.0) -
@todo
@todo -
RSS
:: RDF :: Item # description= (36610.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description= (36610.0) -
@todo
@todo -
RSS
:: Rss :: Channel # description= (36610.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description= (36610.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description= (36610.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (36610.0) -
@todo
@todo -
Rake
:: Task # arg _ description (36607.0) -
-
DublinCoreModel
# dc _ descriptions (36604.0) -
@todo
@todo -
Rake
:: TaskManager # last _ description -> String (18625.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
//} -
OptionParser
# summarize(to = [] , width = self . summary _ width , max = width - 1 , indent= self . summary _ indent) -> () (9040.0) -
サマリを指定された to へと加えていきます。
サマリを指定された to へと加えていきます。
ブロックが与えられた場合、サマリの各行を引数としてブロックを評価します。
この場合、ブロックの中で明示的に to へと加えていかない限り、
to にサマリが加えられることはありません。
@param to サマリを出力するオブジェクトを指定します。to には << メソッドが定義されいる必要があります。
@param width サマリの幅を整数で指定します。
@param max サマリの最大幅を整数で指定します。
@param indent サマリのインデントを文字列で指定します。
//emlist[例][ruby]{
requ... -
OptionParser
# summarize(to = [] , width = self . summary _ width , max = width - 1 , indent= self . summary _ indent) {|line| . . . } -> () (9040.0) -
サマリを指定された to へと加えていきます。
サマリを指定された to へと加えていきます。
ブロックが与えられた場合、サマリの各行を引数としてブロックを評価します。
この場合、ブロックの中で明示的に to へと加えていかない限り、
to にサマリが加えられることはありません。
@param to サマリを出力するオブジェクトを指定します。to には << メソッドが定義されいる必要があります。
@param width サマリの幅を整数で指定します。
@param max サマリの最大幅を整数で指定します。
@param indent サマリのインデントを文字列で指定します。
//emlist[例][ruby]{
requ... -
Gem
:: Command # summary=(description) (625.0) -
コマンドの短い説明をセットします。
コマンドの短い説明をセットします。
@param description コマンドの短い説明を指定します。 -
Kernel
# desc(description) -> String (625.0) -
直後の Rake タスクの説明を登録します。
直後の Rake タスクの説明を登録します。
@param description 直後のタスクの説明を指定します。
例:
desc "Run the Unit Tests"
task :test => [:build] do
runtests
end