Sha256: 6ec0419305d1f40fdbc7543cde802fd32724febfb8be9d46ea994f1e90471a1c
Contents?: true
Size: 248 Bytes
Versions: 12
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true # tau ship project restart module ShipProjectRestart # Restart a takelship def ship_project_restart(project) say ship_container_stop sleep 1 until ship_project_start project, mute: true true end end
Version data entries
12 entries across 12 versions & 1 rubygems