# File lib/org-ruby/output_buffer.rb, line 49
    def push_mode(mode, indent)
      @mode_stack.push(mode)
      @list_indent_stack.push(indent)
    end