Sha256: 4b616835d237622aee96a59f3293631cd8a0d97654daefdddae4e740324c8353

Contents?: true

Size: 233 Bytes

Versions: 43

Compression:

Stored size: 233 Bytes

Contents

module IOStreams
  class Tabular
    module Parser
      class Base
        # Returns [true|false] whether a header row is required for this format.
        def requires_header?
          true
        end
      end
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
iostreams-1.10.3 lib/io_streams/tabular/parser/base.rb
iostreams-1.10.2 lib/io_streams/tabular/parser/base.rb
iostreams-1.10.1 lib/io_streams/tabular/parser/base.rb
iostreams-1.10.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.9.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.8.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.7.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.6.2 lib/io_streams/tabular/parser/base.rb
iostreams-1.6.1 lib/io_streams/tabular/parser/base.rb
iostreams-1.6.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.5.1 lib/io_streams/tabular/parser/base.rb
iostreams-1.5.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.4.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.3.3 lib/io_streams/tabular/parser/base.rb
iostreams-1.3.2 lib/io_streams/tabular/parser/base.rb
iostreams-1.3.1 lib/io_streams/tabular/parser/base.rb
iostreams-1.3.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.2.1 lib/io_streams/tabular/parser/base.rb
iostreams-1.2.0 lib/io_streams/tabular/parser/base.rb
iostreams-1.1.1 lib/io_streams/tabular/parser/base.rb