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