Package org.jruby.truffle.runtime.core

Examples of org.jruby.truffle.runtime.core.RubyModule.undefMethod()


            moduleObject = module.executeRubyModule(frame);
        } catch (UnexpectedResultException e) {
            throw new RuntimeException(e);
        }

        moduleObject.undefMethod(this, name);
    }

    @Override
    public Object execute(VirtualFrame frame) {
        executeVoid(frame);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.