class GreenMidget::NoExamplesGiven
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/green_midget/errors/no_examples_given.rb, line 3 def initialize super <<-MSG Training examples must be provided for all categories before classification. MSG end