toxon
/
lita-tox
Archived
1
0
Fork 0

Add code documentation

This commit is contained in:
Braiden Vasco 2015-07-25 13:32:00 +05:00
parent f6ef29ae3d
commit d966059406
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
##
# Lita module.
#
module Lita
##
# Lita adapters module.
#
module Adapters
##
# Tox adapter for the Lita chat bot.
#
class Tox < Adapter
end