D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
haml-4.0.7
/
lib
/
haml
/
template
/
Filename :
options.rb
back
Copy
# We keep options in its own self-contained file # so that we can load it independently in Rails 3, # where the full template stuff is lazy-loaded. module Haml module Template extend self @options = {} # The options hash for Haml when used within Rails. # See {file:REFERENCE.md#options the Haml options documentation}. # # @return [{Symbol => Object}] attr_accessor :options end end