Method: Megam::Assembly#outputs
- Defined in:
- lib/megam/core/assembly.rb
#outputs(arg = []) ⇒ Object
102 103 104 105 106 107 108 |
# File 'lib/megam/core/assembly.rb', line 102 def outputs(arg=[]) if arg != [] @outputs = arg else @outputs end end |