Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lita-tox/lib/lita/tox.rb
Braiden Vasco 23d8f78001 Run RuboCop auto-correction
$ rake rubocop:auto_correct
2015-07-25 12:25:16 +05:00

7 lines
92 B
Ruby

require 'lita/tox/version'
module Lita
module Tox
# Your code goes here...
end
end