Skip to content

Commit

Permalink
Setup an autoload now that Zeitwerk's out
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Feb 12, 2023
1 parent 9d15443 commit deb940d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/showcase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module Showcase
autoload :IntegrationTest, "showcase/integration_test"
autoload :RouteHelper, "showcase/route_helper"
autoload :Options, "showcase/options"

singleton_class.attr_accessor :sample_renderer
@sample_renderer = ->(lines) { tag.pre lines.join.strip_heredoc }
Expand Down

0 comments on commit deb940d

Please sign in to comment.