Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From the open3 docs: #1421

Merged
merged 1 commit into from
Apr 16, 2018
Merged

From the open3 docs: #1421

merged 1 commit into from
Apr 16, 2018

Conversation

cshupp1
Copy link
Contributor

@cshupp1 cshupp1 commented Apr 11, 2018

Open3.capture3 captures the standard output and the standard error of a command.

stdout_str, stderr_str, status = Open3.capture3([env,] cmd... [, opts])

The order is fixed.

  # Open3.capture3 captures the standard output and the standard error of a command.
  #
  #   stdout_str, stderr_str, status = Open3.capture3([env,] cmd... [, opts])

  The order is fixed.
@cshupp1
Copy link
Contributor Author

cshupp1 commented Apr 11, 2018

While working with the JRuby team on:
jruby/jruby#5018

I am constantly copy/pasting that one line, so trivial as it is...

@gauravtiwari gauravtiwari merged commit ec978ca into rails:master Apr 16, 2018
@gauravtiwari
Copy link
Member

thanks @cshupp1

gauravtiwari pushed a commit that referenced this pull request Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants