Method: BOAST.opn

Defined in:
lib/BOAST/Language/Algorithm.rb

.opn(a) ⇒ Object

One of BOAST keywords: opens a BOAST ControlStructure or Procedure. Calls the open method of the given object.

Parameters:

  • a

    the BOAST object to open



184
185
186
# File 'lib/BOAST/Language/Algorithm.rb', line 184

def opn(a)
  a.open
end