class Psych::AliasesNotEnabled

为向后兼容而继承 ‘BadAlias`

公共类方法

new() 点击切换源码
调用父类方法
# File psych/lib/psych/exception.rb, line 11
def initialize
  super "Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`."
end