# File lib/haml/helpers.rb, line 228
    def tab_down(i = 1)
      haml_buffer.tabulation -= i
    end