# File lib/rantly/generator.rb, line 14
    def each(n,limit=10,&block)
      gen.each(n,limit,&block)
    end