Sha256: cc0d46e47ab34db82a4c43abe326188377c0110160ad4c804b88474670d97aa5

Contents?: true

Size: 488 Bytes

Versions: 8

Compression:

Stored size: 488 Bytes

Contents

# Export for PFTrack .2dt files for version 5
class Tracksperanto::Export::PFTrack5 < Tracksperanto::Export::PFTrack4
    
    def self.desc_and_extension
      "pftrack_v5.2dt"
    end
    
    def self.human_name
      "PFTrack v5 .2dt file"
    end
    
    def end_tracker_segment
      block = [ "\n",
        @tracker_name.inspect, # "autoquotes"
        "Primary".inspect,
        @prev_tracker.length,
        @prev_tracker.join("\n") ]
      @io.puts block.join("\n")
    end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tracksperanto-1.5.1 lib/export/pftrack_5.rb
tracksperanto-1.5.0 lib/export/pftrack_5.rb
tracksperanto-1.4.0 lib/export/pftrack_5.rb
tracksperanto-1.2.6 lib/export/pftrack_5.rb
tracksperanto-1.3.1 lib/export/pftrack_5.rb
tracksperanto-1.3.0 lib/export/pftrack_5.rb
tracksperanto-1.2.4 lib/export/pftrack_5.rb
tracksperanto-1.2.3 lib/export/pftrack_5.rb