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