Method: Megam::Components#operations
- Defined in:
- lib/megam/core/components.rb
#operations(arg = []) ⇒ Object
126 127 128 129 130 131 132 |
# File 'lib/megam/core/components.rb', line 126 def operations(arg = []) if arg != [] @operations = arg else @operations end end |