Skip to content

Commit 558247e

Browse files
committed
lint
1 parent 144a2ca commit 558247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/extensions/yaml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module YAML
33
# This patch is due to https://bugs.ruby-lang.org/issues/17866
44
# StackOverflow: https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias/71192990#71192990
55
class << self
6-
alias_method :load, :unsafe_load
6+
alias load unsafe_load
77
end
88
end

0 commit comments

Comments
 (0)