lib/import/flame_stabilizer.rb in tracksperanto-2.8.6 vs lib/import/flame_stabilizer.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- class Tracksperanto::Import::FlameStabilizer < Tracksperanto::Import::Base # Flame setups contain clear size indications def self.autodetects_size? true @@ -132,6 +133,6 @@ base_track_tuple = track_tuples.find do | track_tuple | shift_tuples.find { |shift_tuple| shift_tuple[0] == track_tuple [0] } end || track_tuples[0] base_track_tuple[1..2] end -end \ No newline at end of file +end