# File lib/rouge/lexers/yaml.rb, line 31 def indent raise 'empty indent stack!' if @indent_stack.empty? @indent_stack.last end