Skip to content

Commit

Permalink
Merge pull request #628 from yamoridon/ws-server-frozen-string
Browse files Browse the repository at this point in the history
Fix FrozenError in ws-server.rb
  • Loading branch information
fassko authored Mar 1, 2019
2 parents 5ecb5fd + 4c48638 commit 514eb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SimpleTest/ws-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

ws.onmessage { |msg|
puts "message from client: #{msg}"
ws.send Faker::Hacker.say_something_smart
ws.send +Faker::Hacker.say_something_smart
}
end
}

0 comments on commit 514eb3d

Please sign in to comment.