lib/import/shake_script.rb in tracksperanto-2.8.6 vs lib/import/shake_script.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,5 +1,6 @@
+# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + "/shake_grammar/lexer"
require File.expand_path(File.dirname(__FILE__)) + "/shake_grammar/catcher"
class Tracksperanto::Import::ShakeScript < Tracksperanto::Import::Base
@@ -295,6 +296,6 @@
return false unless x_curve.is_a?(Array) && y_curve.is_a?(Array)
true
end
end
-end
\ No newline at end of file
+end