lib/macros4cuke/templating/engine.rb in macros4cuke-0.3.12 vs lib/macros4cuke/templating/engine.rb in macros4cuke-0.3.13

- old
+ new

@@ -1,4 +1,5 @@ +# encoding: utf-8 # File: engine.rb # Purpose: Implementation of the MacroStep class. require 'strscan' # Use the StringScanner for lexical analysis. require_relative '../exceptions' # Load the custom exception classes. \ No newline at end of file