build method

String build()

Builds the string to be assembled by the Keystone engine

Implementation

String build() {
  return _instructions.join(';');
}