class TinyClassifier::NoInput
Public Instance Methods
message()
click to toggle source
# File lib/tiny-classifier/errors.rb, line 21 def message "No input. You need to give any input via the STDIN." end
# File lib/tiny-classifier/errors.rb, line 21 def message "No input. You need to give any input via the STDIN." end