# File temp/parsers/baseparser.rb, line 151 def has_next? return !(@source.empty? and @stack.empty?) end