lib/libvirt-ruby/storage_pool.rb in libvirt-ruby-0.0.2 vs lib/libvirt-ruby/storage_pool.rb in libvirt-ruby-0.0.3

- old
+ new

@@ -1,16 +1,7 @@ module Libvirt module Ruby - module StoragePool - extend Libvirt::Ruby::Util - extend FFI::Library - - begin - ffi_lib "libvirt.so.0" - rescue LoadError - raise Libvirt::Ruby::Exceptions::MissingLib - end - + class StoragePool < Libvirt::Ruby::Util def self.klass "virStoragePool" end end end \ No newline at end of file