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