class Haml::Buffer

def tabulation

Returns:
  • (Fixnum) - The current indentation level of the document
def tabulation
  @real_tabs + @tabulation
end