class Haml::Buffer

Public Instance Methods

haml_push_text(text, tab_change, dont_tab_up)
Alias for: push_text
push_text(text, tab_change, dont_tab_up) click to toggle source
# File lib/shared/patch_haml.rb, line 4
def push_text text, tab_change, dont_tab_up
  haml_push_text text.force_encoding("utf-8"), tab_change, dont_tab_up
end
Also aliased as: haml_push_text