Method: BOAST.decl

Defined in:
lib/BOAST/Algorithm.rb

.decl(*a) ⇒ Object



58
59
60
61
62
# File 'lib/BOAST/Algorithm.rb', line 58

def BOAST::decl(*a)
  a.each { |d|
    d.decl
  }
end