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

Add explicit require

close #131
This commit is contained in:
Takashi Kokubun 2018-11-30 00:15:39 +09:00
parent 5f5dedf7b9
commit f5f5cff290

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'temple/static_analyzer'
require 'hamlit/ruby_expression'
require 'hamlit/string_splitter'