mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Convert Haml::Precompiler docs to YARD.
This commit is contained in:
parent
5e4e3422f1
commit
1bf20b5da7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ require 'strscan'
|
|||
require 'haml/shared'
|
||||
|
||||
module Haml
|
||||
# Handles the internal pre-compilation from Haml into Ruby code,
|
||||
# which then runs the final creation of the HTML string.
|
||||
module Precompiler
|
||||
include Haml::Util
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue