class Concurrent::Transaction

def initialize

def initialize
  @read_log  = []
  @write_log = {}
end