Add "requite 'pathname'" to lib/homesick/utils.rb

Since Pathname is used in lib/homesick/utils.rb, it should require this module
itself.

Signed-off-by: Alexander GQ Gerasiov <gq@cs.msu.su>
This commit is contained in:
Alexander GQ Gerasiov
2015-02-22 23:09:18 +03:00
parent 1a181b907c
commit 4641843ffd

View File

@@ -1,4 +1,6 @@
# -*- encoding : utf-8 -*- # -*- encoding : utf-8 -*-
require 'pathname'
module Homesick module Homesick
# Various utility methods that are used by Homesick # Various utility methods that are used by Homesick
module Utils module Utils