Method: Megam::Backups#outputs

Defined in:
lib/megam/core/backups.rb

#outputs(arg = []) ⇒ Object



78
79
80
81
82
83
84
# File 'lib/megam/core/backups.rb', line 78

def outputs(arg = [])
    if arg != []
        @outputs = arg
    else
        @outputs
    end
end