class org.jruby.RubyArray$3 implements org.jruby.RubyArray$ArgumentVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyArray$3
  super_class: java.lang.Object
{
  final org.jruby.RubyArray this$0;
    descriptor: Lorg/jruby/RubyArray;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.RubyArray);
    descriptor: (Lorg/jruby/RubyArray;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyArray$3 this
         0: .line 2907
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyArray$3.this$0:Lorg/jruby/RubyArray;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyArray$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyArray$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.jruby.runtime.builtin.IRubyObject visit(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyArray$3 this
        start local 1 // org.jruby.runtime.ThreadContext ctx
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
        start local 3 // int i
         0: .line 2909
            aload 1 /* ctx */
            aload 2 /* arg */
            invokestatic org.jruby.RubyEnumerable.zipEnumNext:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // int i
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.ThreadContext ctx
        end local 0 // org.jruby.RubyArray$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyArray$3;
            0    1     1   ctx  Lorg/jruby/runtime/ThreadContext;
            0    1     2   arg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     i  I
    MethodParameters:
      Name  Flags
      ctx   
      arg   
      i     
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.zip:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyArray
InnerClasses:
  org.jruby.RubyArray$3
  public abstract ArgumentVisitor = org.jruby.RubyArray$ArgumentVisitor of org.jruby.RubyArray