Sha256: 57182106b9fb48656b2018d5c886b5cc94e15f3973ca78e7fc7fe7b981e6e6a7

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

require 'riak/encoding'
require 'riak/core_ext'
require 'riak/client'
require 'riak/map_reduce'
require 'riak/util/translation'
require 'riak/instrumentation'

# The Riak module contains all aspects of the client interface to
# Riak.
module Riak
  # Utility classes and mixins
  module Util; end
  extend Util::Translation

  class << self
    # Only change this if you really know what you're doing. Better to
    # err on the side of caution and assume you don't.
    # @private
    attr_accessor :disable_list_keys_warnings
  end
  self.disable_list_keys_warnings = false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
riak-client-1.4.5 lib/riak.rb