Sha256: 44e4f43ba99a8a5eacb00bd6bfb401b72b37fe984077021967d78a128e25fe37

Contents?: true

Size: 193 Bytes

Versions: 7

Compression:

Stored size: 193 Bytes

Contents

require 'json'

module UnitF
  module Tag
    class Exporter
      def initialize
        @objects = []
      end

      def spool(object)
      end

      def dump

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
unitf-tag-0.1.23 lib/unitf/tag/export/exporter.rb
unitf-tag-0.1.16 lib/unitf/tag/export/exporter.rb
unitf-tag-0.1.10 lib/unitf/tag/export/exporter.rb
unitf-tag-0.1.9 lib/unitf/tag/export/exporter.rb
unitf-tag-0.1.8 lib/unitf/tag/export/exporter.rb
unitf-tag-0.1.7 lib/unitf/tag/export/exporter.rb
unitf-tag-0.1.6 lib/unitf/tag/export/exporter.rb