Skip to content

Commit

Permalink
Clean VERSION freezing
Browse files Browse the repository at this point in the history
  • Loading branch information
rm155 authored and hsbt committed Oct 1, 2024
1 parent f684d36 commit f31334a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/singleton.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true

# The Singleton module implements the Singleton pattern.
#
Expand Down Expand Up @@ -93,7 +93,6 @@
#
module Singleton
VERSION = "0.2.0"
VERSION.freeze

module SingletonInstanceMethods
# Raises a TypeError to prevent cloning.
Expand Down

0 comments on commit f31334a

Please sign in to comment.