# File lib/fog/aws/models/efs/file_system.rb, line 25 def destroy requires :identity service.delete_file_system(self.identity) true end