1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add explit require

to resolve possible autoload error.

close #1001
This commit is contained in:
Takashi Kokubun 2018-11-30 00:27:08 +09:00
parent f485f5a87a
commit 184bdbed52

View file

@ -3,6 +3,7 @@ begin
require 'ripper'
rescue LoadError
end
require 'temple/static_analyzer'
module Haml
# Haml::AttriubuteParser parses Hash literal to { String (key name) => String (value literal) }.