From 5483d2a927f01144640a5029324f95c180851760 Mon Sep 17 00:00:00 2001 From: Will Cosgrove Date: Tue, 25 Feb 2025 09:37:56 -0600 Subject: [PATCH] Add autoload for VERSION --- lib/phlex.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/phlex.rb b/lib/phlex.rb index f0868f79..976131a8 100644 --- a/lib/phlex.rb +++ b/lib/phlex.rb @@ -4,6 +4,8 @@ require "set" module Phlex + autoload :VERSION, "phlex/version" + autoload :Kit, "phlex/kit" autoload :FIFO, "phlex/fifo" autoload :Vanish, "phlex/vanish"