Class: Skynet::MissionAssigner
- Inherits:
-
Object
- Object
- Skynet::MissionAssigner
- Defined in:
- lib/skynet/mission_assigner.rb
Constant Summary collapse
- MISSIONS =
[ "Search and destroy", "Protect the resistance", "Kill Sarah Connor", "Be Arnold Schwarzenegger" ].freeze
Instance Method Summary collapse
Instance Method Details
#mission ⇒ Object
10 11 12 |
# File 'lib/skynet/mission_assigner.rb', line 10 def mission MISSIONS.sample end |