Method: Megam::Components#related_components
- Defined in:
- lib/megam/core/components.rb
#related_components(arg = []) ⇒ Object
118 119 120 121 122 123 124 |
# File 'lib/megam/core/components.rb', line 118 def (arg = []) if arg != [] = arg else end end |