There is a file with the text: [#<Task name: "John", date: "2015-07-23">, #<Task name: "Devid", date: "2014-07-21">, #<Task name: "John", date: "2013-01-23">]
It is necessary to split the file into an array of hashes. Ultimately, you need to be able to remove any hash, for example, delete all hashes with name: "John".
file.puts task.inspect- Nakilon