Skip to content

Instantly share code, notes, and snippets.

@shugo
Created June 1, 2026 13:03
Show Gist options
  • Select an option

  • Save shugo/89cc3c8657fb4ba648cb3af8a98d9ea3 to your computer and use it in GitHub Desktop.

Select an option

Save shugo/89cc3c8657fb4ba648cb3af8a98d9ea3 to your computer and use it in GitHub Desktop.
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