lib/import/shake_grammar/lexer.rb in tracksperanto-2.8.6 vs lib/import/shake_grammar/lexer.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- module Tracksperanto::ShakeGrammar class WrongInputError < RuntimeError; end # Since Shake uses a C-like language for it's scripts we rig up a very sloppy # but concise C-like lexer to cope @@ -154,6 +155,6 @@ def erase_buffer @buf = '' end end -end \ No newline at end of file +end