Sha256: b178ae8c753a43b3ef3a8bbc4747c284c2df5cc88d9f3e7dfde19604dc724c15

Contents?: true

Size: 259 Bytes

Versions: 21

Compression:

Stored size: 259 Bytes

Contents

require 'super_formatter/import'
require 'super_formatter/hct/head'
require 'super_formatter/hct/row'
module SuperFormatter
  module Hct
    class Import < ::SuperFormatter::Import

      callable do
        build_rows!(Head, Row)
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
super_tools-2.1.0 lib/super_formatter/hct/import.rb
super_tools-0.0.26 lib/super_formatter/hct/import.rb
super_tools-0.0.25 lib/super_formatter/hct/import.rb
super_tools-0.0.21 lib/super_formatter/hct/import.rb
super_tools-0.0.20 lib/super_formatter/hct/import.rb
super_tools-0.0.17 lib/super_formatter/hct/import.rb
super_tools-0.0.15 lib/super_formatter/hct/import.rb
super_tools-0.0.14 lib/super_formatter/hct/import.rb
super_tools-0.0.13 lib/super_formatter/hct/import.rb
super_tools-0.0.12 lib/super_formatter/hct/import.rb
super_tools-0.0.11 lib/super_formatter/hct/import.rb
super_tools-0.0.10 lib/super_formatter/hct/import.rb
super_tools-0.0.9 lib/super_formatter/hct/import.rb
super_tools-0.0.8 lib/super_formatter/hct/import.rb
super_tools-0.0.7 lib/super_formatter/hct/import.rb
super_tools-0.0.6 lib/super_formatter/hct/import.rb
super_tools-0.0.5 lib/super_formatter/hct/import.rb
super_tools-0.0.4 lib/super_formatter/hct/import.rb
super_tools-0.0.3 lib/super_formatter/hct/import.rb
super_tools-0.0.2 lib/super_formatter/hct/import.rb