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