class Pacman::InkyGhost

cyan ghost

Public Class Methods

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