Module: Haml::Template

Extended by:
Template
Included in:
Template
Defined in:
lib/haml/template.rb

Overview

The class that keeps track of the global options for Haml within Rails.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsHash<Symbol, Object>

The options hash for Haml when used within Rails. See the Haml options documentation.

Returns:



13
14
15
# File 'lib/haml/template.rb', line 13

def options
  @options
end