Export all module members from the top level
This commit is contained in:
parent
88e0c3366a
commit
334e9ae041
2 changed files with 12 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative "phlexite/version"
|
||||
|
||||
module Phlexite
|
||||
class Error < StandardError; end
|
||||
end
|
||||
|
||||
require_relative "phlexite/version"
|
||||
require_relative "phlexite/router"
|
||||
require_relative "phlexite/site"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue