如果 XML 包含 type=“yaml” 或 type=“symbol” 屬性,則會引發。有關更多詳細資訊,請閱讀 Hash#from_xml。
方法
- N
類別公開方法
new(type) 連結
來源:顯示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 144 def initialize(type) super "Disallowed type attribute: #{type.inspect}" end