module Face

Constants

VERSION

Public Class Methods

get_client(opts={}) click to toggle source
# File lib/face.rb, line 9
def self.get_client(opts={})
  Face::Client::Base.new(opts)
end