Class: ActionView::Helpers::InstanceTag
- Defined in:
- lib/haml/helpers/action_view_mods.rb
Instance Method Summary collapse
-
#haml_buffer ⇒ Object
Includes TagHelper.
- #is_haml? ⇒ Boolean
Instance Method Details
#haml_buffer ⇒ Object
Includes TagHelper
122 123 124 |
# File 'lib/haml/helpers/action_view_mods.rb', line 122 def haml_buffer @template_object.send :haml_buffer end |
#is_haml? ⇒ Boolean
126 127 128 |
# File 'lib/haml/helpers/action_view_mods.rb', line 126 def is_haml? @template_object.send :is_haml? end |