Skip to content

Commit

Permalink
Fix ArgumentError by removing double splat operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Mar 10, 2022
1 parent 7195049 commit fc05036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/protocol_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def handshake port, path
end
end

def send **msg
def send msg
msg = JSON.generate(msg)
frame = Frame.new
fin = 0b10000000
Expand Down

0 comments on commit fc05036

Please sign in to comment.