module Serf::Client
Constants
- VERSION
Public Class Methods
connect(opts) { |c| ... }
click to toggle source
# File lib/serf/client.rb, line 14 def self.connect opts c = ::Serf::Client::Client.new(opts) yield c if block_given? c end