From: "Iñaki Baz Castillo" Date: 2012-04-19T01:55:24+09:00 Subject: Re: C extension: How to get a block passed to a method? 2012/4/18 Darryl L. Pierce : > If I understand your question correctly, you're asking how to invoke a > block that's passed into a method written as a native extension. Is > that correct? Not exactly. What I need is not to execute the passed block, but to *get* it as a VALUE object to store it somewhere in my C code and so. -- Iñaki Baz Castillo