Re: [Ironruby-core] Issues with Method#to_proc

2009-01-10 Thread Tomas Matousek
: [Ironruby-core] Issues with Method#to_proc Hello, Today I was writing some code which uses Method#to_proc but I've encountered a few issues. The following line throws a NotImplementedException: proc = 0.method(:to_s).to_proc I took a look at the source code of the ToProc method of MethodOp

[Ironruby-core] Issues with Method#to_proc

2009-01-10 Thread Daniele Alessandri
Hello, Today I was writing some code which uses Method#to_proc but I've encountered a few issues. The following line throws a NotImplementedException: proc = 0.method(:to_s).to_proc I took a look at the source code of the ToProc method of MethodOps and there's a comment which states that creatin