Package org.jruby.ir.runtime
Class IRRuntimeHelpers.KwargMergeVisitor
- Enclosing class:
- IRRuntimeHelpers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, Block block)
-
Field Details
-
target
-
-
Constructor Details
-
KwargMergeVisitor
KwargMergeVisitor(RubyHash target)
-
-
Method Details
-
visit
public void visit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, Block block) - Specified by:
visitin classRubyHash.VisitorWithState<Block>
-