Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/src/main/java/org/jruby/RubyIO.java
Original file line number Diff line number Diff line change
@@ -4756,12 +4756,8 @@ public static IRubyObject writeStatic(ThreadContext context, IRubyObject recv, I
}

@Deprecated
@JRubyMethod(name = "popen3", rest = true, meta = true)
public static IRubyObject popen3(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) {
return popen3_19(context, recv, args, block);
}

@Deprecated
public static IRubyObject popen3_19(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) {
final Ruby runtime = context.runtime;

// TODO: handle opts

0 comments on commit de7597b

Please sign in to comment.