Skip to content

Output stdout to Console instead of the terminal#375

Merged
ko1 merged 1 commit intoruby:masterfrom
ono-max:patch-06
Nov 8, 2021
Merged

Output stdout to Console instead of the terminal#375
ko1 merged 1 commit intoruby:masterfrom
ono-max:patch-06

Conversation

@ono-max
Copy link
Member

@ono-max ono-max commented Nov 8, 2021

Description

Currently, when we enter methods to output something to stdout such as puts or p, the output will be sent to the terminal as shown in the picture below. It would be useful to output them to Console instead of the terminal. This PR does it.

Before

Screen Shot 2021-11-08 at 11 39 27 PM

Screen Shot 2021-11-08 at 11 40 17 PM

After

Screen Shot 2021-11-08 at 11 37 53 PM

@ono-max ono-max marked this pull request as ready for review November 8, 2021 14:57
@ko1 ko1 merged commit 591168e into ruby:master Nov 8, 2021
@ono-max ono-max deleted the patch-06 branch November 8, 2021 23:35
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