Method: Xsv::Sheet#headers
- Defined in:
- lib/xsv/sheet.rb
#headers ⇒ Object
Return the headers of the sheet as an array
92 93 94 95 96 97 98 |
# File 'lib/xsv/sheet.rb', line 92 def headers if @headers.any? @headers else parse_headers end end |