Sha256: 68f20855383ed5cbfb6a4d8f2413f798764ec3ac8d716c6e505d089825f38934

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 Bytes

Contents

require "bitbuckit/version"
require "bitbuckit/client"
require "bitbuckit/default"

module Bitbuckit
  class << self
    def client
      return @client if defined?(@client)
      @client = Bitbuckit::Client.new
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitbuckit-0.1.2 lib/bitbuckit.rb
bitbuckit-0.1.1 lib/bitbuckit.rb
bitbuckit-0.1.0 lib/bitbuckit.rb