toxon
/
lita-tox
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/tox.rb

8 lines
113 B
Ruby
Raw Normal View History

2015-07-25 13:21:14 +00:00
require 'tox/tox'
class Tox
def initialize(options = Tox::Options.new)
initialize_with(options)
end
end