ka 1 week ago module A; end module Kernel def A yield end end A { p 'a' } #=> "a" p A.class #=> Module こういうことが起こってるのか…
ka 1 week ago んんん Kernel に Async ってメソッド生やしてるのかコレ GitHubasync/lib/kernel/async.rb at main · socketry/asyncAn awesome asynchronous event-driven reactor for Ruby. - socketry/async