Changeset 189

Show
Ignore:
Timestamp:
11/18/04 14:17:34 (4 years ago)
Author:
ged
Message:

-- Fixed direct calls to constructors instead of Singleton's #instance.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/simplest-thing/acceptance/epic4.rb

    r188 r189  
    6767        @tickCount = 0 
    6868        @verbs = { 
    69             :tick => TickVerb::new, 
    70             :chime => ChimeVerb::new, 
     69            :tick => TickVerb::instance, 
     70            :chime => ChimeVerb::instance, 
    7171        } 
    7272        @count = 120 
     
    126126        @onDuty = true 
    127127        @chimeCount = 0 
    128         @sayVerb = SayVerb::new 
     128        @sayVerb = SayVerb::instance 
    129129 
    130130        super