Skip to content

Commit

Permalink
Add missing .freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Nov 6, 2024
1 parent dcfe469 commit b751120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unicode/emoji/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ module Emoji

# The current list of Emoji components that should have a visual representation
# Currently skin tone modifiers + hair components
VISUAL_COMPONENT = [*0x1F3FB..0x1F3FF, *0x1F9B0..0x1F9B3]
VISUAL_COMPONENT = [*0x1F3FB..0x1F3FF, *0x1F9B0..0x1F9B3].freeze
end
end

0 comments on commit b751120

Please sign in to comment.