class TinyClassifier::NoCorrectCategory

Public Instance Methods

message() click to toggle source
# File lib/tiny-classifier/errors.rb, line 51
def message
  "You need to specify a category to retrain the input."
end