: [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
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