45 46 47 48 49
# File 'lib/Transaction.rb', line 45 def addRead(read) read = return_write_or_read(read) @read ||= [] @read << read end