# File lib/fission/vm.rb, line 55 def revert_to_snapshot(name) Fission::Action::Snapshot::Reverter.new(self).revert_to_snapshot(name) end