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