# File lib/haml/helpers.rb, line 221
    def tab_up(i = 1)
      haml_buffer.tabulation += i
    end