るりまサーチ

最速Rubyリファレンスマニュアル検索!
372件ヒット [301-372件を表示] (0.072秒)

別のキーワード

  1. rss about
  2. rss about=
  3. imagefavicon about
  4. imagefavicon about=
  5. item about

検索結果

<< < ... 2 3 4 >>

RSS::TrackBackModel20::TrackBackAbout#content (3001.0)

@todo

@todo

RSS::TrackBackModel20::TrackBackAbout#content= (3001.0)

@todo

@todo

RSS::TrackBackModel20::TrackBackAbout#value (3001.0)

@todo

@todo

RSS::TrackBackModel20::TrackBackAbout#value= (3001.0)

@todo

@todo

BasicSocket#getpeereid -> [Integer, Integer] (7.0)

Unix ドメインソケットにおいて接続相手の euid と egid を 返します。

...です。

require 'socket'

Socket.unix_server_loop("/tmp/sock") {|s|
begin
euid, egid = s.getpeereid

# Check the connected client is myself or not.
next if euid != Process.uid

# do something about my resource.
ensure
s.close
end
}...

絞り込み条件を変える

Enumerable#chunk {|elt| ... } -> Enumerator (7.0)

要素を前から順にブロックで評価し、その結果によって 要素をチャンクに分けた(グループ化した)要素を持つ Enumerator を返します。

...on.\n",
# "\n"]
# ["r16725 | knu | 2008-05-31 23:34:23 +0900 (Sat, 31 May 2008) | 2 lines\n",
# "\n",
# "* README, README.ja: Add a note about default C flags.\n",
# "\n"]
# ...
//}

テキストを空行で区切られた段落に分けたい場合にも nil が使えます。

//em...
<< < ... 2 3 4 >>