Examples of directKeySet()


Examples of org.jruby.RubyHash.directKeySet()

                        }
                    }
                }

                if (keyRest == null && !keyValues.isEmpty()) {
                    throw runtime.newArgumentError("unknown keyword: " + keyValues.directKeySet().iterator().next());
                }

                if (keyRest != null) {
                    LocalAsgnNode krestAsgn = (LocalAsgnNode)keyRest.getVariable();
                    scope.setValue(krestAsgn.getIndex(), keyValues, krestAsgn.getDepth());
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.