lib/hexx/suit/metrics/base.rb in hexx-suit-0.1.0 vs lib/hexx/suit/metrics/base.rb in hexx-suit-0.2.0

- old
+ new

@@ -1,16 +1,10 @@ require "yaml" module Hexx + module Suit - # Contains metric configurators - # - # Any configurator loads metric settings from a corresponding yaml, - # sets necessary environments via {.load} method, - # and then runs the metric via {.run} method. - # - # Configurators loads their own dependencies in a corresponding constructor. module Metrics # Base class for metrics configurators # # @api private