lib/hexx/suit/metrics/metric_fu/base.rb in hexx-suit-0.0.1 vs lib/hexx/suit/metrics/metric_fu/base.rb in hexx-suit-0.1.0
- old
+ new
@@ -23,22 +23,22 @@
#
# @return [self]
def load
configure { |metric| options.each { |option| add(metric, option) } }
- self
+ super
end
private
# current metric definitions
+ # @abstract
def name
- :metric_fu
end
+ # @abstract
def options
- %w()
end
# helpers
def add(metric, option)