module Clubhouse

Constants

VERSION

Attributes

default_client[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/clubhouse.rb, line 30
def configure
  yield self if block_given?
end