Sha256: 980a790b49c14e211f14a0ccb84f0d9249eeb26fc336705fc070566121b602ce

Contents?: true

Size: 193 Bytes

Versions: 4

Compression:

Stored size: 193 Bytes

Contents

module LunarShell
  module Satellites
    class QuitController < LunarShell::SatellitesController
      def run
        @message = 'Never give up! Never surrender!'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lunar_shell-0.5.2 app/controllers/lunar_shell/satellites/quit_controller.rb
lunar_shell-0.5.0 app/controllers/lunar_shell/satellites/quit_controller.rb
lunar_shell-0.4.1 app/controllers/lunar_shell/satellites/quit_controller.rb
lunar_shell-0.3.0 app/controllers/lunar_shell/satellites/quit_controller.rb