We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c845bb9 commit 30fc3c7Copy full SHA for 30fc3c7
1 file changed
lib/octocatalog-diff/util/util.rb
@@ -27,7 +27,9 @@ def self.object_is_any_of?(object, classes)
27
def self.safe_dup(object)
28
object.dup
29
rescue TypeError
30
+ # :nocov:
31
object
32
33
end
34
35
# Utility Method!
0 commit comments