class Rouge::Lexers::YAML

def indent

def indent
  raise 'empty indent stack!' if @indent_stack.empty?
  @indent_stack.last
end