• Y
    Make bang version work with `InheritableOptions` · 962ce60f
    yuuji.yaginuma 提交于
    Currently, bang version does not work with `InheritableOptions`.
    `InheritableOptions` treats the argument Hash as the default value.
    However, `Hash#fetch` does not use the default value when key is not
    found, so can not get the default value.
    So in bang version, should use `Hash#[]` instead of `Hash#fetch`.
    962ce60f
ordered_options.rb 2.1 KB