From 74b2efbadf0aed9a20ff36445b09454fa6311d40 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Tue, 16 Jul 2024 11:20:03 -0700 Subject: The Willora class needs fileutils and erb, not the CLI tool --- lib/willora/willora.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/willora/willora.rb b/lib/willora/willora.rb index ad8ef98..e13144e 100644 --- a/lib/willora/willora.rb +++ b/lib/willora/willora.rb @@ -1,3 +1,6 @@ +require 'erb' +require 'fileutils' + class Willora VERSION = "0.0.0a" DEFAULT_TITLE = "My Cool Book" -- cgit v1.2.3