# File lib/kwalify/parser/yaml.rb, line 117
  def stream_end?()
    return match?(/\.\.\.\s/) && @column == 1
  end