Skip to content

Commit

Permalink
Merge pull request #978 from ksss/singleton-class-methods
Browse files Browse the repository at this point in the history
Define only name Singleton::SingletonClassMethods
  • Loading branch information
pocke authored May 6, 2022
2 parents 6208485 + b0e4fbe commit 5211a89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/singleton/0/singleton.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ module Singleton
# Raises a TypeError to prevent duping.
#
def dup: () -> bot

module SingletonClassMethods
end
end

Singleton::VERSION: String

0 comments on commit 5211a89

Please sign in to comment.