Module: Pivotal::Configuration

Extended by:
Configuration
Included in:
Configuration
Defined in:
lib/pivotal/configuration.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

The options hash for the Pivotal library. Pivotal::Configuration.options = “something”



9
10
11
# File 'lib/pivotal/configuration.rb', line 9

def options
  @options
end