module ActionView::Helpers::HamlSupport
Public Instance Methods
haml_buffer()
click to toggle source
# File lib/haml/helpers/action_view_mods.rb, line 80 def haml_buffer @template_object.send :haml_buffer end
is_haml?()
click to toggle source
# File lib/haml/helpers/action_view_mods.rb, line 84 def is_haml? @template_object.send :is_haml? end