From d966059406e4d1204817ce8bdb9737f902163f8c Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sat, 25 Jul 2015 13:32:00 +0500 Subject: [PATCH] Add code documentation --- lib/lita/adapters/tox.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/lita/adapters/tox.rb b/lib/lita/adapters/tox.rb index 2ae519a..ad6b353 100644 --- a/lib/lita/adapters/tox.rb +++ b/lib/lita/adapters/tox.rb @@ -1,5 +1,14 @@ +## +# Lita module. +# module Lita + ## + # Lita adapters module. + # module Adapters + ## + # Tox adapter for the Lita chat bot. + # class Tox < Adapter end