class Opal::BuilderScheduler::Prefork::ForkSet

def from_io(io, type)

def from_io(io, type)
  find { |i| i.__send__(type) == io }
end