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

Version Path
takeltau-0.46.9 lib/takeltau/ship/project/restart.rb
takeltau-0.46.8 lib/takeltau/ship/project/restart.rb
takeltau-0.46.5 lib/takeltau/ship/project/restart.rb
takeltau-0.46.1 lib/takeltau/ship/project/restart.rb
takeltau-0.46.0 lib/takeltau/ship/project/restart.rb
takeltau-0.45.27 lib/takeltau/ship/project/restart.rb
takeltau-0.45.26 lib/takeltau/ship/project/restart.rb
takeltau-0.45.24 lib/takeltau/ship/project/restart.rb
takeltau-0.45.23 lib/takeltau/ship/project/restart.rb
takeltau-0.45.22 lib/takeltau/ship/project/restart.rb
takeltau-0.45.21 lib/takeltau/ship/project/restart.rb
takeltau-0.45.19 lib/takeltau/ship/project/restart.rb