module SocketIO::Client::Simple
Constants
- VERSION
Public Class Methods
connect(url, opts={})
click to toggle source
# File lib/socket.io-client-simple/client.rb, line 5 def self.connect(url, opts={}) client = Client.new(url, opts) client.connect return client end