mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
d0c1eef511
commit
2f53c9fc62
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
# The Singleton module implements the Singleton pattern.
|
||||
#
|
||||
|
@ -93,7 +93,6 @@
|
|||
#
|
||||
module Singleton
|
||||
VERSION = "0.2.0"
|
||||
VERSION.freeze
|
||||
|
||||
module SingletonInstanceMethods
|
||||
# Raises a TypeError to prevent cloning.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue