class TinyClassifier::NoCategory

Public Instance Methods

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