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

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- module Tracksperanto::ShakeGrammar # Will replay funcalls through to methods if such methods exist in the public insntance class Catcher < Lexer class At attr_accessor :at, :value @@ -64,6 +65,6 @@ :unknown end end end -end \ No newline at end of file +end