# File lib/nicovideo/newarrival.rb, line 25
def
each
self
.
videos
.
each
{
|
v
|
yield
v
}
end