# File lib/backup/configuration/helpers.rb, line 70 def attr_deprecate(name, args = {}) deprecations[name] = { :version => nil, :message => nil, :action => nil }.merge(args) end