require 'tox/tox' class Tox def initialize(options = Tox::Options.new) initialize_with(options) end end