lib/faml/text_compiler.rb in faml-0.3.1 vs lib/faml/text_compiler.rb in faml-0.3.2

- old
+ new

@@ -1,7 +1,7 @@ -require 'strscan' -require 'faml/error' require 'haml_parser/utils' +require 'strscan' +require_relative 'error' module Faml class TextCompiler class InvalidInterpolation < Error end