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