Libraries
»
x2ch
(0.9.1)
»
Index
»
X2CH
»
Thread
»
#each
Method: X2CH::Thread#each
Defined in:
lib/x2ch.rb
#
each
(&blk) ⇒
Object
93 94 95 96 97
# File 'lib/x2ch.rb', line 93
def
each
(
&
blk
)
posts
.
each
{
|
p
|
yield
p
}
end