# File lib/kwalify/parser/yaml.rb, line 103 def skip_spaces_and_comments() scan(/\s+/) while match?(/\#/) scan(/.*?\n/) scan(/\s+/) end end