class Haml::Buffer
def adjust_tabs(tab_change)
-
tab_change
(Fixnum
) -- The number of tabs by which to increase
def adjust_tabs(tab_change) @real_tabs += tab_change end
tab_change
(Fixnum
)
-- The number of tabs by which to increase
def adjust_tabs(tab_change) @real_tabs += tab_change end