http://qs321.pair.com?node_id=650886


in reply to is there a way to read list of arrays from a file

Perhaps require or do is what you're looking for?

require "/path/to/that_file";

Just be sure that the last thing in that_file is a true value.