Method: Megam::Components#related_components

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


118
119
120
121
122
123
124
# File 'lib/megam/core/components.rb', line 118

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