23 24 25 26 27 28 29
# File 'lib/megam/core/backups.rb', line 23 def id(arg=nil) if arg != nil @id = arg else @id end end