40 41 42 43 44 45 46
# File 'lib/megam/core/csar.rb', line 40 def desc(arg=nil) if arg != nil @desc = arg else @desc end end