Changeset 189
- Timestamp:
- 11/18/04 14:17:34 (4 years ago)
- Files:
-
- 1 modified
-
branches/simplest-thing/acceptance/epic4.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simplest-thing/acceptance/epic4.rb
r188 r189 67 67 @tickCount = 0 68 68 @verbs = { 69 :tick => TickVerb:: new,70 :chime => ChimeVerb:: new,69 :tick => TickVerb::instance, 70 :chime => ChimeVerb::instance, 71 71 } 72 72 @count = 120 … … 126 126 @onDuty = true 127 127 @chimeCount = 0 128 @sayVerb = SayVerb:: new128 @sayVerb = SayVerb::instance 129 129 130 130 super
