class IOStreams::Tabular::Parser::Base
Public Instance Methods
requires_header?()
click to toggle source
Returns [true|false] whether a header row is required for this format.
# File lib/io_streams/tabular/parser/base.rb, line 6 def requires_header? true end