Sha256: 6bd96a185a72f4f2de115f070a9e2b72d256e71ca8c3ffcd1fc02361cac86232

Contents?: true

Size: 381 Bytes

Versions: 12

Compression:

Stored size: 381 Bytes

Contents

# encoding: utf-8

module Hexx
  module Suit
    module Metrics
      class MetricFu < RSpec::Metrics::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

12 entries across 12 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.3.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.2.3 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.2.2 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.2.1 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.2.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.1.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-2.0.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-1.5.0-x86_64-linux lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-1.3.0-x86_64-linux lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-1.2.0 lib/hexx/suit/metrics/metric_fu/cane.rb
hexx-suit-1.0.0 lib/hexx/suit/metrics/metric_fu/cane.rb