From 1bf20b5da7ce07f6a370fa8af1e15448bc0e2058 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Fri, 1 May 2009 12:13:41 -0700 Subject: [PATCH] [Haml] Convert Haml::Precompiler docs to YARD. --- lib/haml/precompiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/haml/precompiler.rb b/lib/haml/precompiler.rb index 10243657..23bdc9f8 100644 --- a/lib/haml/precompiler.rb +++ b/lib/haml/precompiler.rb @@ -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