Class: Rubots::Samples::SittingDuck
- Inherits:
-
Rubots::Strategy
- Object
- Rubots::Strategy
- Rubots::Samples::SittingDuck
- Defined in:
- lib/rubots/samples/sitting_duck.rb
Overview
Just stays there
Instance Method Summary collapse
Methods inherited from Rubots::Strategy
#command, #get_command, #initialize
Constructor Details
This class inherits a constructor from Rubots::Strategy
Instance Method Details
#name ⇒ Object
6 7 8 |
# File 'lib/rubots/samples/sitting_duck.rb', line 6 def name "Duck" end |