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

10 lines
139 B
Ruby
Raw Normal View History

2015-07-25 09:21:14 -04:00
require 'tox/tox'
class Tox
2015-09-13 06:36:55 -04:00
attr_accessor :running
def initialize(options = Tox::Options.new)
initialize_with(options)
end
end