# File lib/rantly/generator.rb, line 93
  def reset
    @size = nil
    @classifiers = Hash.new(0)
  end