openwrt_helloworld/luci-app-openclash/root/usr/share/openclash/YAML.rb
2024-09-25 05:44:37 +08:00

5 lines
107 B
Ruby

module YAML
class << self
alias_method :load, :unsafe_load if YAML.respond_to? :unsafe_load
end
end