mongoid/moped

View on GitHub
lib/moped/protocol/commands.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Moped
  module Protocol

    # The +Moped::Protocol::Commands+ namespace contains classes for
    # specific commands, such as authentication, to execute on a database.
    module Commands
    end
  end
end

require "moped/protocol/commands/authenticate"