lib/opulent/compiler.rb in opulent-1.5.1 vs lib/opulent/compiler.rb in opulent-1.5.2

- old
+ new

@@ -97,10 +97,10 @@ def indent_lines(text, indent) text ||= '' text.lines.inject('') do |_, line| indent + line end - end + end # Give an explicit error report where an unexpected sequence of tokens # appears and give indications on how to solve it # # @param context [Symbol] Context name in which the error happens