Package org.jruby.ir.runtime
Class IRRuntimeHelpers.DivvyKeywordsVisitor
java.lang.Object
org.jruby.RubyHash.VisitorWithState
org.jruby.ir.runtime.IRRuntimeHelpers.DivvyKeywordsVisitor
- Enclosing class:
- IRRuntimeHelpers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, Object unused)
-
Field Details
-
Constructor Details
-
DivvyKeywordsVisitor
private DivvyKeywordsVisitor()
-
-
Method Details
-
visit
public void visit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, Object unused) - Specified by:
visitin classRubyHash.VisitorWithState
-