# File lib/rgl/base.rb, line 183
183:     def size()                  # Why not in Enumerable?
184:       inject(0) { |n, v| n + 1 }
185:     end