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