module Ethereum::Tester::LogRecorder

Public Class Methods

new() click to toggle source
# File lib/ethereum/tester/log_recorder.rb, line 6
def initialize
  @records = []
end