module Haml::Helpers
def tab_up(i = 1)
- See: #tab_down -
Parameters:
-
i
(Fixnum
) -- The number of tabs by which to increase the indentation
def tab_up(i = 1) haml_buffer.tabulation += i end
i
(Fixnum
)
-- The number of tabs by which to increase the indentation
def tab_up(i = 1) haml_buffer.tabulation += i end