lib/aw.rb in aw-0.1.6 vs lib/aw.rb in aw-0.1.7

- old
+ new

@@ -11,10 +11,10 @@ # # @param block [Proc] The code to run in a subprocess. # # @return [#object_id] The result. def self.fork!(&block) - Fork.new(*IO.pipe).call(&block) + Fork.new(*::IO.pipe).call(&block) end end -require_relative File.join 'aw', 'fork' +require_relative File.join('aw', 'fork')