Method: TWW::Testing#initialize

Defined in:
lib/tww/testing.rb

#initialize(config) ⇒ Testing

Returns a new instance of Testing.



9
10
11
12
# File 'lib/tww/testing.rb', line 9

def initialize(config)
  super
  @sent = []
end