class Pacman::ClydeGhost
orange ghost
Public Class Methods
new(x, y, direction)
click to toggle source
Calls superclass method
Pacman::Ghost::new
# File lib/pacman/ghost.rb, line 37 def initialize(x, y, direction) super(x, y, direction) end