Sha256: 3df9a2531788ce59df458c17e3164ba1cc47a1da5a13c6e100950115c831acd3
Contents?: true
Size: 428 Bytes
Versions: 305
Compression:
Stored size: 428 Bytes
Contents
# 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:HAML_REFERENCE.md#haml_options the Haml options documentation}. # # @return [{Symbol => Object}] attr_accessor :options end end
Version data entries
305 entries across 212 versions & 7 rubygems