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