197 198 199 200 201
# File 'lib/megam/core/backups.rb', line 197 def self.from_hash(o) sps = self.new(o) sps.from_hash(o) sps end