lib/keystone/os/osx.rb in keystone-0.0.29 vs lib/keystone/os/osx.rb in keystone-0.0.30
- old
+ new
@@ -1,4 +1,5 @@
+# -*- coding: utf-8 -*-
module Keystone
module Os
class Osx < Darwin
def ip_address
ifconfig = `/sbin/ifconfig`
\ No newline at end of file