921c7dc3d0
$ lita adapter tox from parent directory
8 lines
110 B
Ruby
8 lines
110 B
Ruby
module Lita
|
|
module Adapters
|
|
class Tox < Adapter
|
|
end
|
|
|
|
Lita.register_adapter(:tox, Tox)
|
|
end
|
|
end
|