Method: Megam::Components#operations

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

#operations(arg = []) ⇒ Object



121
122
123
124
125
126
127
# File 'lib/megam/core/components.rb', line 121

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