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

Version Path
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/haml-4.0.4/lib/haml/template/options.rb
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/template/options.rb
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/haml-4.0.4/lib/haml/template/options.rb
haml-4.1.0.alpha.2 lib/haml/template/options.rb
haml-4.0.4 lib/haml/template/options.rb
haml-4.0.3 lib/haml/template/options.rb
haml-4.0.2 lib/haml/template/options.rb
haml-4.0.1 lib/haml/template/options.rb
haml-4.0.1.rc.1 lib/haml/template/options.rb
haml-4.0.0 lib/haml/template/options.rb
haml-4.0.0.rc.1 lib/haml/template/options.rb
haml-3.2.0.rc.4 lib/haml/template/options.rb
haml-3.2.0.rc.3 lib/haml/template/options.rb
haml-3.2.0.rc.2 lib/haml/template/options.rb
haml-3.2.0.rc.1 lib/haml/template/options.rb
haml-3.2.0.beta.3 lib/haml/template/options.rb
haml-3.2.0.beta.2 lib/haml/template/options.rb