Classes: FlowDSL, GraphDSL, MetadataDSL
5 6 7
# File 'lib/dsl/dsl.rb', line 5 def self.flow(data={}, &bl) FlowDSL.new(data, &bl) end