lib/testlab/interface.rb in testlab-0.6.15 vs lib/testlab/interface.rb in testlab-0.6.16
- old
+ new
@@ -17,12 +17,12 @@
attribute :name
attribute :primary, :default => false
def initialize(*args)
- super(*args)
-
@ui = TestLab.ui
+
+ super(*args)
end
def ip
TestLab::Utility.ip(self.address)
end