lib/io_streams/tabular/parser/fixed.rb in iostreams-1.3.0 vs lib/io_streams/tabular/parser/fixed.rb in iostreams-1.3.1
- old
+ new
@@ -86,9 +86,14 @@
index += column.size
end
hash
end
+ # The header is required as an argument and cannot be supplied in the file itself.
+ def requires_header?
+ false
+ end
+
private
class Layout
attr_reader :columns, :length