next?()
Returns true if the generator has not reached the end yet.
# File lib/generator.rb, line 111 def next?() !end? end