Skip to content

Commit

Permalink
Remove unbuffered autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 6, 2024
1 parent 2d526f1 commit 17a0ca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/phlex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module Phlex
autoload :NameError, "phlex/errors/name_error"
autoload :SGML, "phlex/sgml"
autoload :SVG, "phlex/svg"
autoload :Unbuffered, "phlex/unbuffered"

Escape = ERB::Escape
ATTRIBUTE_CACHE = FIFO.new
Expand Down

0 comments on commit 17a0ca8

Please sign in to comment.