Call "super" from Lita::Adapters::Tox#initialize
This commit is contained in:
parent
213be0e10f
commit
ddd903a96f
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ module Lita
|
||||||
#
|
#
|
||||||
class Tox < Adapter
|
class Tox < Adapter
|
||||||
def initialize(robot)
|
def initialize(robot)
|
||||||
|
super
|
||||||
|
|
||||||
@tox = ::Tox.new
|
@tox = ::Tox.new
|
||||||
|
|
||||||
log.info("ID: #{@tox.id}")
|
log.info("ID: #{@tox.id}")
|
||||||
|
|
Reference in a new issue