class Haml::Buffer

def adjust_tabs(tab_change)

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