Module: RedShift::FlowSyntax

Defined in:
lib/redshift/syntax.rb

Overview

Defines the flow types that can be used within a flow block.

Defined Under Namespace

Classes: FlowParser

Class Method Summary collapse

Class Method Details

.parse(block) ⇒ Object



205
206
207
# File 'lib/redshift/syntax.rb', line 205

def self.parse block
  FlowParser.new(block).flows
end