compound_metric_configurations_helper.rb 168 Bytes Edit Raw Blame History 1 2 3 4 5 module CompoundMetricConfigurationsHelper def scope_options [["Method","METHOD"], ["Class", "CLASS"], ["Package", "PACKAGE"], ["Software", "SOFTWARE"]] end end