Exception: Comparator::CompareCSV::CSVHeaderMissMatchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/comparator/csv.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



13
14
15
# File 'lib/comparator/csv.rb', line 13

def message
  "Header of two csv files doesn't match"
end