From: HarryO Date: 2001-10-03T23:13:53+09:00 Subject: [ruby-talk:22003] Marshal won't dump a Proc I would really like to be able to dump a block of code via Marshal#dump, but I get an error saying "can't dump Proc". I have a terrible feeling this means it's not possible to do so, but thought I'd ask, just in case it's actually possible and I'm just doing something wrong. What, exactly, determines whether something can be dumped/loaded via the Marshal module? Ie, what are its limitations?