Method: Megam::Components#outputs

Defined in:
lib/megam/core/components.rb

#outputs(arg = []) ⇒ Object



78
79
80
81
82
83
84
# File 'lib/megam/core/components.rb', line 78

def outputs(arg = [])
  if arg != []
    @outputs = arg
  else
    @outputs
  end
end