Skip to content

Commit

Permalink
Merge pull request #1105 from brian-kephart/frozen_strings
Browse files Browse the repository at this point in the history
Add magic comment to use mutable strings
  • Loading branch information
brian-kephart authored Jan 6, 2025
2 parents 02d881b + 8bafd22 commit e8e0bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugin_routes.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: false

require 'json'
class PluginRoutes
@@_vars = []
Expand Down

0 comments on commit e8e0bf9

Please sign in to comment.