class TheMask::Connect

Attributes

socket[RW]

Public Class Methods

new(options = {}) click to toggle source
# File lib/the_mask/connect.rb, line 5
def initialize(options = {})
  @socket = TheMask::Socket.new options
end

Public Instance Methods

open_url(url) click to toggle source
# File lib/the_mask/connect.rb, line 9
def open_url(url)
  @socket.open_url url
end