module ActionView::Helpers::HamlSupport
Public Instance Methods
Source
# File lib/haml/helpers/action_view_mods.rb, line 83 def haml_buffer @template_object.send :haml_buffer end
Source
# File lib/haml/helpers/action_view_mods.rb, line 87 def is_haml? @template_object.send :is_haml? end