class Travis::CLI::Setup::Service

def method_missing(*args, &block)

def method_missing(*args, &block)
  @command.send(*args, &block)
end