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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user