module Haml::Helpers

def haml_indent

Returns:
  • (String) - The indentation string for the current line
def haml_indent
  '  ' * haml_buffer.tabulation
end