Sha256: 2376206826cc850729a13c9b27f06fdd30ce11e6bfcb72362a6374c85b163011

Contents?: true

Size: 375 Bytes

Versions: 5

Compression:

Stored size: 375 Bytes

Contents

# encoding: utf-8

module Hexx
  module Suit
    module Metrics
      class MetricFu < Base

        # The configurer for the Churn metric
        class Churn < Base

          private

          def name
            :churn
          end

          def options
            %w(ignore_files start_date minimum_churn_count)
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hexx-suit-0.2.2 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-0.2.1 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-0.2.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-0.1.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-0.0.1 lib/hexx/suit/metrics/metric_fu/churn.rb