class RTanque::Bot::Turret
Constants
- LENGTH
Public Class Methods
new(heading)
click to toggle source
# File lib/rtanque/bot/turret.rb, line 9 def initialize(heading) @heading = heading end
# File lib/rtanque/bot/turret.rb, line 9 def initialize(heading) @heading = heading end