Skip to content

Commit

Permalink
Prefer require_relative.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 27, 2019
1 parent 3ab29e1 commit e10dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'async'
require 'async/io/stream'
require 'async/http/url_endpoint'
require 'async/websocket/client'
require_relative '../../lib/async/websocket/client'

USER = ARGV.pop || "anonymous"
URL = ARGV.pop || "ws://localhost:8080"
Expand Down

0 comments on commit e10dca0

Please sign in to comment.