Class: ActionView::Helpers::InstanceTag

Inherits:
Object
  • Object
show all
Defined in:
lib/gems/haml-2.0.4/lib/haml/helpers/action_view_mods.rb

Instance Method Summary collapse

Instance Method Details

#haml_bufferObject

Includes TagHelper



124
125
126
# File 'lib/gems/haml-2.0.4/lib/haml/helpers/action_view_mods.rb', line 124

def haml_buffer
  @template_object.send :haml_buffer
end

#is_haml?Boolean

Returns:

  • (Boolean)


128
129
130
# File 'lib/gems/haml-2.0.4/lib/haml/helpers/action_view_mods.rb', line 128

def is_haml?
  @template_object.send :is_haml?
end