87 88 89 90
# File 'lib/jtl/jtl.rb', line 87 def data_types(&block) data_set = aggregate_by(:data_type) DataSet.create(data_set, self, &block) end