2415件ヒット
[1-100件を表示]
(0.077秒)
ライブラリ
- ビルトイン (1197)
- benchmark (60)
-
net
/ imap (48) - openssl (12)
- rss (1008)
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) - win32ole (36)
クラス
- Array (448)
-
Benchmark
:: Job (24) -
Benchmark
:: Report (36) - Dir (38)
-
Enumerator
:: Lazy (96) - File (12)
-
Net
:: IMAP (12) -
Net
:: IMAP :: MailboxACLItem (24) -
OpenSSL
:: ASN1 :: Constructive (12) -
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (96) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Categories (12) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Enclosure (72) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid (24) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source (48) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: Items (12) -
RSS
:: RDF :: Item (24) -
RSS
:: Rss :: Channel (36) -
RSS
:: Rss :: Channel :: Item (276) -
RSS
:: Rss :: Channel :: Item :: Category (48) -
RSS
:: Rss :: Channel :: Item :: Enclosure (72) -
RSS
:: Rss :: Channel :: Item :: Guid (12) -
RSS
:: Rss :: Channel :: Item :: Source (48) - Range (69)
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) -
Thread
:: Queue (4) - WIN32OLE (12)
-
WIN32OLE
_ VARIANT (12)
モジュール
- Enumerable (530)
キーワード
- % (14)
- Categories (24)
- CategoriesBase (12)
- Category (12)
- Enclosure (36)
- EnclosureBase (12)
- Guid (12)
- Item (12)
- Items (12)
- MailboxACLItem (12)
- Source (36)
- SourceBase (12)
-
WIN32OLE
_ VARIANT (12) - [] (24)
- categories (24)
- category (12)
- category= (12)
- chunk (12)
- collect (60)
- collect! (24)
-
collect
_ concat (12) - comments (24)
- comments= (24)
- content (48)
- content= (48)
- count (72)
- date (12)
- date= (12)
- description (36)
- description= (36)
- detect (24)
- domain (12)
- domain= (12)
- each (84)
-
each
_ child (14) -
each
_ with _ index (24) - enclosure (24)
- enclosure= (12)
- filter (28)
- filter! (14)
-
filter
_ map (12) - find (24)
-
find
_ all (24) -
find
_ index (36) -
flat
_ map (12) - getacl (12)
- grep (24)
-
grep
_ v (24) - guid (24)
- guid= (12)
- index (36)
- inject (36)
- isPermaLink (12)
- item= (12)
- items (24)
- items= (12)
- join (30)
-
keep
_ if (24) - length (24)
- length= (24)
- link (12)
- link= (12)
- list (12)
- map (60)
- map! (24)
-
max
_ by (48) -
min
_ by (48) - new (16)
-
new
_ category (12) - partition (24)
- pubDate (12)
- pubDate= (12)
-
rb
_ ary _ includes (12) - reduce (36)
- reject (60)
- report (24)
- resource (12)
- resource= (12)
- resources (12)
-
reverse
_ each (24) - rights (12)
- rindex (36)
- rss (12)
-
ruby 1
. 8 . 2 feature (12) - select (60)
- select! (24)
-
sort
_ by (24) -
sort
_ by! (24) - source (24)
- source= (12)
- step (31)
-
take
_ while (24) - title (12)
- title= (12)
- type (24)
- type= (24)
- url (48)
- url= (48)
- user (12)
検索結果
先頭5件
-
Benchmark
:: Report # item(label = "" , *fmt) { . . . } -> Benchmark :: Tms (21201.0) -
ラベルと与えられたブロックの実行時間を標準出力に出力します。
...ラベルと与えられたブロックの実行時間を標準出力に出力します。
出力のフォーマットは Benchmark::Tms#format が行います。
@param label ラベル
@param fmt 結果に出力したいオブジェクト
@see Benchmark::Tms#format... -
RSS
:: Rss :: Channel # item (21102.0) -
@todo
@todo -
Benchmark
:: Job # item(label = "") { . . . } -> self (21101.0) -
与えられたラベルとブロックをジョブリストに登録します。
与えられたラベルとブロックをジョブリストに登録します。
@param label ラベル -
RSS
:: Maker :: RSS20 :: Items :: Item :: Categories # new _ category (15106.0) -
@todo 新しくcategoryを作成し,返します.作成された categoryはcategoryリストの最後 に追加されています.
...@todo
新しくcategoryを作成し,返します.作成された
categoryはcategoryリストの最後
に追加されています.
item.categories.new_categoryが作成する
categoryは
maker.channel.categories.new_categoryが作成する
categoryと同じAPIを持ちます.... -
Dir
# each _ child {|item| . . . } -> self (12307.0) -
ディレクトリの "." と ".." をのぞく各エントリを表す文字列を引数として、 ブロックを評価します。
...合、各エントリを文字列として保持する
Enumerator
オブジェクトを返します。
@raise IOError 既に self が close している場合に発生します。
//emlist[例][ruby]{
Dir.open('.').each_child{|f|
p f
}
#=> "bar"
# "foo"
//}
@see Dir#each
@see Dir.each_child... -
Enumerator
:: Lazy # collect _ concat {|item| . . . } -> Enumerator :: Lazy (12302.0) -
ブロックの実行結果をひとつに繋げたものに対してイテレートするような Enumerator::Lazy のインスタンスを返します。
...].lazy.flat_map {|i| i.each_char.lazy}.force
#=> ["f", "o", "o", "b", "a", "r"]
//}
ブロックの返した値 x は、以下の場合にのみ分解され、連結されます。
* x が配列であるか、to_ary メソッドを持つとき
* x が each および force メソッドを持つ (......それ以外のときは、x は分解されず、そのままの値として使われます。
//emlist[][ruby]{
[{a:1}, {b:2}].lazy.flat_map {|i| i}.force
#=> [{:a=>1}, {:b=>2}]
//}
@raise ArgumentError ブロックを指定しなかった場合に発生します。
@see Enumerable#flat_map... -
Dir
# each _ child -> Enumerator (12207.0) -
ディレクトリの "." と ".." をのぞく各エントリを表す文字列を引数として、 ブロックを評価します。
...合、各エントリを文字列として保持する
Enumerator
オブジェクトを返します。
@raise IOError 既に self が close している場合に発生します。
//emlist[例][ruby]{
Dir.open('.').each_child{|f|
p f
}
#=> "bar"
# "foo"
//}
@see Dir#each
@see Dir.each_child... -
RSS
:: ImageItemModel :: ImageItem # resource (12100.0) -
@todo
@todo -
RSS
:: ImageItemModel :: ImageItem # resource= (12100.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # categories (12100.0) -
@todo
@todo
