a DSL for specifying analytic queries
DSL
define a Dataset with the DSL
Dataset
proc the DatasetDSL Proc
proc
# File lib/mdquery.rb, line 9 def self.dataset(&proc) MDQuery::DSL::DatasetDSL.new(&proc).send(:build) end