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