Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Fix missing require.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 22, 2017
1 parent 867681f commit 4a44975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/trenni/builder.rb
Expand Up @@ -19,6 +19,7 @@
# THE SOFTWARE.

require_relative 'markup'
require_relative 'tag'

module Trenni
# Build markup quickly and efficiently.
Expand Down

0 comments on commit 4a44975

Please sign in to comment.