# File lib/moped/protocol/commands/authenticate.rb, line 24 def initialize(database, username, password, nonce) super(database, build_auth_command(username, password, nonce)) end