Class ActionView::Helpers::InstanceTag
In: lib/haml/helpers/action_view_mods.rb
Parent: Object
Base\n[lib/haml/helpers/action_view_mods.rb\nlib/haml/template/patch.rb\nlib/haml/template/plugin.rb] InstanceTag lib/haml/template/plugin.rb lib/haml/helpers/action_view_mods.rb FormTagHelper TagHelper FormHelper TextHelper CaptureHelper Helpers ActionView dot/m_14_0.png

Methods

Public Instance methods

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

[Source]

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

[Validate]