class NameNotRecognizedError
Public Class Methods
new(msg = "That name is not recognized. Try using one in the standard library (e.g. TextEng::Name.name(:male))")
click to toggle source
Calls superclass method
# File lib/text_eng/gender.rb, line 24 def initialize(msg = "That name is not recognized. Try using one in the standard library (e.g. TextEng::Name.name(:male))") super(msg) end