86 87 88 89 90 91 92
# File 'lib/megam/core/backups.rb', line 86 def name(arg=nil) if arg != nil @name = arg else @name end end