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

Methods

Public Instance methods

Includes TagHelper

[Source]

     # File lib/haml/helpers/action_view_mods.rb, line 120
120:       def haml_buffer
121:         @template_object.send :haml_buffer
122:       end

[Source]

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

[Validate]