From 9b1581e06c28783cb3f260909220add2704cd41b Mon Sep 17 00:00:00 2001 From: Alkesh Vaghmaria Date: Fri, 21 May 2010 10:08:12 +0100 Subject: [PATCH] fix ghost for linux (missing require) --- lib/ghost/linux-host.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ghost/linux-host.rb b/lib/ghost/linux-host.rb index 2de21ab..06d280b 100644 --- a/lib/ghost/linux-host.rb +++ b/lib/ghost/linux-host.rb @@ -1,3 +1,5 @@ +require 'socket' + class Host attr_reader :host, :ip