Skip to content

Commit

Permalink
Merge pull request #85 from danielmorrison/support-frozen-by-default
Browse files Browse the repository at this point in the history
Flag files that modify string literals
  • Loading branch information
jcoglan committed Feb 6, 2022
2 parents 720a0f2 + 0e950c5 commit 4739ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/websocket/driver/hybi.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: false

module WebSocket
class Driver

Expand Down
1 change: 1 addition & 0 deletions spec/websocket/driver/draft76_spec.rb
@@ -1,4 +1,5 @@
# encoding=utf-8
# frozen_string_literal: false

require "spec_helper"

Expand Down

0 comments on commit 4739ec9

Please sign in to comment.