75 76 77 78 79 80 81
# File 'lib/megam/core/flavors.rb', line 75 def disk(arg = nil) if arg != nil @disk = arg else @disk end end