lib/virility/context.rb in virility-0.0.5 vs lib/virility/context.rb in virility-0.0.6

- old
+ new

@@ -8,7 +8,11 @@ end def poll raise "Abstract Method poll called on #{self.class} - Please define this method" end + + def count + raise "Abstract Method count called on #{self.class} - Please define this method" + end end end \ No newline at end of file