Skip to content

Commit fef50fa

Browse files
pstore: setting default to generics
Co-authored-by: Soutaro Matsumoto <matsumoto@soutaro.com>
1 parent 4698564 commit fef50fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/pstore/0/pstore.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
# end
300300
# end
301301
#
302-
class PStore[unchecked out K, unchecked out V]
302+
class PStore[unchecked out K = untyped, unchecked out V = untyped]
303303
# <!--
304304
# rdoc-file=lib/pstore.rb
305305
# - [](key)

0 commit comments

Comments
 (0)