Created
June 1, 2026 13:03
-
-
Save shugo/89cc3c8657fb4ba648cb3af8a98d9ea3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def hello | |
| puts "hello" | |
| end | |
| Task.new do | |
| using PipeOUT | |
| puts "hello" # パイプに書く | |
| hello # パイプに書く? | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment