mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Convert Haml::Template docs to YARD.
This commit is contained in:
parent
63f0055be0
commit
e4ea283bcb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue