Includes TagHelper
[Source]
# File lib/haml/helpers/action_view_mods.rb, line 119 119: def haml_buffer 120: @template_object.send :haml_buffer 121: end
# File lib/haml/helpers/action_view_mods.rb, line 123 123: def is_haml? 124: @template_object.send :is_haml? 125: end
[Validate]