class I18n::UnsupportedMethod
Attributes
Public Class Methods
Calls superclass method
# File lib/i18n/exceptions.rb, line 126 def initialize(method, backend_klass, msg) @method = method @backend_klass = backend_klass @msg = msg super "#{backend_klass} does not support the ##{method} method. #{msg}" end