Class: Object

Inherits:
BasicObject
Defined in:
lib/gems/haml-2.0.4/lib/haml/helpers.rb

Instance Method Summary collapse

Instance Method Details

#is_haml?Boolean

Haml overrides various ActionView helpers, which call an #is_haml? method to determine whether or not the current context object is a proper Haml context. Because ActionView helpers may be included in non-ActionView::Base classes, it’s a good idea to define is_haml? for all objects.

Returns:

  • (Boolean)


449
450
451
# File 'lib/gems/haml-2.0.4/lib/haml/helpers.rb', line 449

def is_haml?
  false
end