class Grammaphone::NonstringTokenError
Public Instance Methods
message()
click to toggle source
Calls superclass method
# File lib/grammaphone/errors.rb, line 19 def message super + "Token not a String" end