Method: Cinch::Test::MockIRC#initialize

Defined in:
lib/cinch/test.rb

#initialize(*args) ⇒ MockIRC

Returns a new instance of MockIRC.



10
11
12
13
14
15
# File 'lib/cinch/test.rb', line 10

def initialize(*args)
  super
  # the #setup method adds the @network property among
  # other things
  setup
end