Sha256: 987f41ef9f56571b2908db0f8f359e5ced84cce3d6802b9d2faff96505d30e9f
Contents?: true
Size: 418 Bytes
Versions: 77
Compression:
Stored size: 418 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:REFERENCE.md#options the Haml options documentation}. # # @return [{Symbol => Object}] attr_accessor :options end end
Version data entries
77 entries across 69 versions & 10 rubygems