Method: Megam::Assembly#components

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

#components(arg = []) ⇒ Object



62
63
64
65
66
67
68
# File 'lib/megam/core/assembly.rb', line 62

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