26 27 28 29 30 31 32
# File 'lib/megam/core/flavors.rb', line 26 def id(arg = nil) if arg != nil @id = arg else @id end end