1
0
Fork 0
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:
Nathan Weizenbaum 2009-05-01 12:13:41 -07:00
parent 5e4e3422f1
commit 1bf20b5da7

View file

@ -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