36件ヒット
[1-36件を表示]
(0.046秒)
種類
- インスタンスメソッド (33)
- 特異メソッド (2)
- ライブラリ (1)
ライブラリ
-
net
/ imap (3) - optparse (2)
- rake (3)
- rss (25)
-
rubygems
/ command (1) -
rubygems
/ specification (1)
クラス
-
Gem
:: Command (1) -
Gem
:: Specification (1) -
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)
モジュール
- DublinCoreModel (3)
- Kernel (1)
- Rake (2)
キーワード
- application (1)
- application= (1)
-
dc
_ description (1) -
dc
_ description= (1) -
dc
_ descriptions (1) - desc (1)
- description= (12)
- rubygems (1)
- summarize (2)
- summary= (1)
検索結果
先頭5件
-
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (54370.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (54370.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeText # description -> String | nil (54370.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
RSS
:: Maker :: ChannelBase # description (54355.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description (54355.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description (54355.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description (54355.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description (54355.0) -
@todo
@todo -
RSS
:: RDF :: Item # description (54355.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description (54355.0) -
@todo
@todo -
RSS
:: Rss :: Channel # description (54355.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description (54355.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description (54355.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (54355.0) -
@todo
@todo -
DublinCoreModel
# dc _ description (18355.0) -
@todo
@todo -
DublinCoreModel
# dc _ description= (18355.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description=() (18355.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description=() (18355.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description=() (18355.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (18355.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description= (18355.0) -
@todo
@todo -
RSS
:: RDF :: Item # description= (18355.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description= (18355.0) -
@todo
@todo -
RSS
:: Rss :: Channel # description= (18355.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description= (18355.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description= (18355.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (18355.0) -
@todo
@todo -
DublinCoreModel
# dc _ descriptions (18349.0) -
@todo
@todo -
Gem
:: Specification # description=(desc) (18322.0) -
Gem パッケージの説明をセットします。
Gem パッケージの説明をセットします。
@param desc パッケージの詳細を説明する文章を指定します。 -
Gem
:: Command # summary=(description) (340.0) -
コマンドの短い説明をセットします。
コマンドの短い説明をセットします。
@param description コマンドの短い説明を指定します。 -
Kernel
# desc(description) -> String (340.0) -
直後の Rake タスクの説明を登録します。
直後の Rake タスクの説明を登録します。
@param description 直後のタスクの説明を指定します。
例:
desc "Run the Unit Tests"
task :test => [:build] do
runtests
end -
Rake
. application=(app) (325.0) -
現在の Rake アプリケーションをセットします。
現在の Rake アプリケーションをセットします。
@param app Rake::Application のインスタンスを指定します。
//emlist[][ruby]{
# Rakefile での記載例とする
require 'pp'
task default: :test_rake_app
task :test_rake_app do
app = Rake::Application.new
app.tty_output = true
Rake.application = app
pp Rake.application
end
# => #<Rake::App... -
Rake
. application -> Rake :: Application (307.0) -
現在の Rake アプリケーションを返します。
現在の Rake アプリケーションを返します。
//emlist[][ruby]{
# Rakefile での記載例とする
require 'pp'
task default: :test_rake_app
task :test_rake_app do
pp Rake.application
end
# => #<Rake::Application:0x31b0f18
# @default_loader=#<Rake::DefaultLoader:0x31b0c78>,
# @imported=[],
# @last_description=nil,
# ... -
rubygems (181.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
===[a:gem_command] gem コマンドの使い方
$ gem help
RubyGems は Ruby のための高機能なパッケージ管理ツールです。
これはより多くの情報へのポインタを含んでいる基本的なヘルプメッセージです。
使用方法:
gem -h/--help
gem -v/--version
gem command [arguments...] [options...]
例:
... -
OptionParser
# summarize(to = [] , width = self . summary _ width , max = width - 1 , indent= self . summary _ indent) -> () (109.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| . . . } -> () (109.0) -
サマリを指定された to へと加えていきます。
サマリを指定された to へと加えていきます。
ブロックが与えられた場合、サマリの各行を引数としてブロックを評価します。
この場合、ブロックの中で明示的に to へと加えていかない限り、
to にサマリが加えられることはありません。
@param to サマリを出力するオブジェクトを指定します。to には << メソッドが定義されいる必要があります。
@param width サマリの幅を整数で指定します。
@param max サマリの最大幅を整数で指定します。
@param indent サマリのインデントを文字列で指定します。
//emlist[例][ruby]{
requ...