module Unchained

Constants

VERSION

Public Class Methods

new(opts={}) click to toggle source

Delegate to Unchained::Client.new

# File lib/unchained.rb, line 9
def self.new(opts={})
  Unchained::Client.new(opts)
end