module XcMetricsAggregator::OutputFormat

Constants

ASCII
CSV

Public Class Methods

all() click to toggle source
# File lib/xc_metrics_aggregator/formatter/output_format.rb, line 6
def self.all
    self.constants.map{|name| self.const_get(name) }
end