From 8ceb458445ada93ca43600eb63f338622ac072d6 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Sat, 16 Apr 2011 02:27:26 -0400 Subject: [PATCH] exchange wasteful module creation for a hash --- lib/watchdog.rb | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/lib/watchdog.rb b/lib/watchdog.rb index a44218b..949a045 100644 --- a/lib/watchdog.rb +++ b/lib/watchdog.rb @@ -1,4 +1,8 @@ module Watchdog + # Maps objects or modules to their extension modules + class <