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