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