diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-07-16 11:20:03 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-07-16 11:20:03 -0700 |
| commit | 74b2efbadf0aed9a20ff36445b09454fa6311d40 (patch) | |
| tree | 919c092441808e8b06d6b024fe43448c2f0a44f0 /lib | |
| parent | e67326df41041ee6946e20ea8ddda30c22536a2e (diff) | |
The Willora class needs fileutils and erb, not the CLI tool
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/willora/willora.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
