class Riak::Tombstone
Raised when a tombstone object (i.e. has vclock, but no rcontent values) is stored or manipulated as if it had a single value.
Public Class Methods
new(robject)
click to toggle source
Calls superclass method
# File lib/riak/tombstone.rb, line 9 def initialize(robject) super t('tombstone_object', :robject => robject.inspect) end