lib/vacuum/response.rb in vacuum-3.0.0 vs lib/vacuum/response.rb in vacuum-3.1.0
- old
+ new
@@ -11,10 +11,10 @@
# @!method dig(*key)
# Delegates to {Response#to_h} to extract a nested value specified by the
# sequence of keys
# @param [String] key
- # @see Hash#dig
+ # @see https://ruby-doc.org/core/Hash.html#method-i-dig
def_delegator :to_h, :dig
# Casts body to Hash
# @return [Hash]
def to_h