instance method CSV#unconverted_fields?
unconverted_fields? -> bool-
パースした結果が unconverted_fields というメソッドを持つ場合に真を返します。 そうでない場合は、偽を返します。
[SEE_ALSO] CSV.new
class CSV
unconverted_fields? -> boolパースした結果が unconverted_fields というメソッドを持つ場合に真を返します。 そうでない場合は、偽を返します。
[SEE_ALSO] CSV.new