lib/tracksperanto.rb in tracksperanto-1.0.6 vs lib/tracksperanto.rb in tracksperanto-1.1.0

- old
+ new

@@ -1,7 +1,7 @@ module Tracksperanto - VERSION = '1.0.6' + VERSION = '1.1.0' module Import; end module Export; end module Middleware; end module Pipeline; end @@ -112,9 +112,13 @@ # Absolute float residual (0 is "spot on") attr_accessor :residual cast_to_float :abs_x, :abs_y, :residual cast_to_int :frame + + def inspect + [frame, abs_x, abs_y].inspect + end end end # Load importers Dir.glob(File.dirname(__FILE__) + '/import/*.rb').each do | i | \ No newline at end of file