Method: Jig#syntax

Defined in:
lib/jig.rb

#syntaxObject

Construct and array that represents the syntax of the jig including its gaps. Gaps are only distinguished by their name and not their semantics.



316
317
318
# File 'lib/jig.rb', line 316

def syntax
  contents.zip(gaps).flatten
end