Sha256: cb6cc6757c4335bf1b0280b6cf3dae18a6c2cb0c0dc8e518eb4eea6d060d8f08

Contents?: true

Size: 365 Bytes

Versions: 5

Compression:

Stored size: 365 Bytes

Contents

# encoding: utf-8

module Hexx
  module Suit
    module Metrics
      class MetricFu < Base

        # The configurer for the Cane metric
        class Cane < Base

          private

          def name
            :cane
          end

          def options
            %w(abc_max line_length no_doc no_readme)
          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/cane.rb
hexx-suit-0.2.1 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-0.2.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-0.1.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-0.0.1 lib/hexx/suit/metrics/metric_fu/cane.rb