lib/dtas/sigevent/pipe.rb in dtas-0.14.0 vs lib/dtas/sigevent/pipe.rb in dtas-0.14.2

- old
+ new

@@ -2,10 +2,10 @@ # License: GPL-3.0+ (https://www.gnu.org/licenses/gpl-3.0.txt) # frozen_string_literal: true # used in various places for safe wakeups from IO.select via signals # A fallback for non-Linux systems lacking the "sleepy_penguin" RubyGem -require_relative 'nonblock' +require_relative '../nonblock' class DTAS::Sigevent # :nodoc: attr_reader :to_io def initialize @to_io, @wr = DTAS::Nonblock.pipe