跳到內容 跳到搜尋

如果 XML 包含 type=“yaml” 或 type=“symbol” 屬性,則會引發。有關更多詳細資訊,請閱讀 Hash#from_xml。

方法
N

類別公開方法

new(type)

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 144
def initialize(type)
  super "Disallowed type attribute: #{type.inspect}"
end