Method: Eye::Client#initialize
- Defined in:
- lib/eye/client.rb
#initialize(socket_path, type = :old) ⇒ Client
Returns a new instance of Client.
8 9 10 11 |
# File 'lib/eye/client.rb', line 8 def initialize(socket_path, type = :old) @socket_path = socket_path @type = type end |