# File lib/twitter/search.rb, line 107
def
each
fetch
()[
'results'
].
each
{
|
r
|
yield
r
}
end