class CoreExt::XMLConverter::DisallowedType
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/core_ext/hash/conversions.rb, line 142 def initialize(type) super "Disallowed type attribute: #{type.inspect}" end