# File lib/kwalify/parser/yaml.rb, line 122
  def has_next?()
    return !(eos? || stream_end?)
  end