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

- old
+ new

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