class RspecPacmanFormatter::Characters

Constants

BLINKY
CLYDE
INKY
PACDOT
PACMAN
PINKY

Public Class Methods

random_ghost() click to toggle source
# File lib/rspec_pacman_formatter/characters.rb, line 13
def self.random_ghost
  [BLINKY, PINKY, INKY, CLYDE].sample
end