Skip to content

Commit

Permalink
[Fix] Explicitly unfreeze string
Browse files Browse the repository at this point in the history
The latest Ruby warns about this.
  • Loading branch information
okuramasafumi committed Mar 20, 2024
1 parent 5b80ffb commit d8200eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alba/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Resource
# @private
def self.included(base) # rubocop:disable Metrics/MethodLength
super
setup_method_body = 'private def _setup;'
setup_method_body = +'private def _setup;'
base.class_eval do
# Initialize
INTERNAL_VARIABLES.each do |name, initial|
Expand Down

0 comments on commit d8200eb

Please sign in to comment.