class Spruz::Generator

def size

Return the size of this generator, that is the number of its dimensions.
def size
  @enums.size
end