Require fileutils correctly

Fix #165
This commit is contained in:
Diego Rabatone Oliveira
2017-12-18 13:40:44 -02:00
committed by Jeremy Cook
parent 9ebae75e7d
commit 36e3cb6bbf

View File

@@ -1,4 +1,5 @@
# -*- encoding : utf-8 -*-
require 'fileutils'
require 'thor'
module Homesick