module Hash::_Pair
Interface that indicates a type convertible to [ K, V ] via its to_ary method.
Public Instance Methods
() → [ K, V ]
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.1/core/hash.rbs, line 486
def to_ary: () -> [ K, V ]