compound_metric_configurations_helper.rb 168 Bytes
module CompoundMetricConfigurationsHelper
  def scope_options
    [["Method","METHOD"], ["Class", "CLASS"], ["Package", "PACKAGE"], ["Software", "SOFTWARE"]]
  end
end