stdlib/singleton/0/singleton.rbs in rbs-3.6.0.pre.2 vs stdlib/singleton/0/singleton.rbs in rbs-3.6.0.pre.3
- old
+ new
@@ -99,11 +99,9 @@
# -->
# Returns the singleton instance.
#
def self.instance: () -> instance
- public
-
# <!--
# rdoc-file=lib/singleton.rb
# - _dump(depth = -1)
# -->
# By default, do not retain any state when marshalling.