class TokenString::NoSuchConverterError
Public Class Methods
new(msg, *args)
click to toggle source
Calls superclass method
# File lib/token_string.rb, line 167 def initialize msg, *args super(msg, *args) end