skip_blanks?()
Returns true blank lines are skipped by the parser. See CSV::new for details.
# File lib/csv.rb, line 1072 def skip_blanks? parser.skip_blanks? end