size()
Returns the number of enumerated Enumerable objects, i.e. the size of each row.
# File lib/generator.rb, line 230 def size @gens.size end