Method: Megam::Assembly#operations

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

#operations(arg = nil) ⇒ Object



94
95
96
97
98
99
100
# File 'lib/megam/core/assembly.rb', line 94

def operations(arg=nil)
  if arg != nil
    @operations = arg
  else
  @operations
  end
end