70 71 72 73 74 75 76
# File 'lib/megam/core/backups.rb', line 70 def labels(arg=[]) if arg != [] @labels=arg else @labels end end