lib/deputy.rb in deputy-0.1.8 vs lib/deputy.rb in deputy-0.1.9
- old
+ new
@@ -14,9 +14,14 @@
def report(metrics)
metrics.each do |key, value|
Deputy.send_report "#{self.class.to_s.split('::')[1..-1]}.#{key}", value
end
end
+
+ # stub options for now...
+ def options(*args)
+ nil
+ end
end
def self.plugins(code)
eval_and_fetch_constants(code).map do |container|
interval = container.interval
\ No newline at end of file