class Pacman::BlinkyGhost

red ghost

Public Class Methods

new(x, y, direction) click to toggle source
Calls superclass method Pacman::Ghost::new
# File lib/pacman/ghost.rb, line 16
def initialize(x, y, direction)
  super(x, y, direction)
end