[Haml] Convert Haml::Template docs to YARD.

This commit is contained in:
Nathan Weizenbaum 2009-04-30 12:43:21 -07:00
parent 63f0055be0
commit e4ea283bcb
1 changed files with 5 additions and 0 deletions

View File

@ -1,10 +1,15 @@
require 'haml/engine'
module Haml
# The class that keeps track of the global options for Haml within Rails.
module Template
extend self
@options = {}
# The options hash for Haml when used within Rails.
# See [the Haml options documentation](../Haml.html#haml_options).
#
# @return [Hash<Symbol, Object>]
attr_accessor :options
end
end