class ReadXls::RecordHandler::NotImplemented

Constants

RecordHandlerNotImplementedError

Public Instance Methods

call() click to toggle source
# File lib/read_xls/record_handler/not_implemented.rb, line 6
def call
  raise RecordHandlerNotImplementedError, "there is no implementation for #{record_number}"
end