Class ActionView::Helpers::InstanceTag
In: lib/haml/helpers/action_view_mods.rb
Parent: Object

Methods

External Aliases

content_tag -> content_tag_without_haml
content_tag_with_haml -> content_tag

Public Instance methods

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

[Source]

     # File lib/haml/helpers/action_view_mods.rb, line 122
122:       def is_haml?
123:         @template_object.send :is_haml?
124:       end

[Validate]