lib/aerospike/command/exists_command.rb in aerospike-0.1.6 vs lib/aerospike/command/exists_command.rb in aerospike-1.0.0
- old
+ new
@@ -19,10 +19,10 @@
module Aerospike
private
- class ExistsCommand < SingleCommand
+ class ExistsCommand < SingleCommand #:nodoc:
attr_reader :exists
def initialize(cluster, policy, key)
super(cluster, key)