lib/libvirt-ruby/exceptions/missing_lib.rb in libvirt-ruby-1.0.2 vs lib/libvirt-ruby/exceptions/missing_lib.rb in libvirt-ruby-2.0.0

- old
+ new

@@ -1,11 +1,9 @@ module Libvirt - module Ruby - module Exceptions - class MissingLib < StandardError - def initialize - super("The libvirt C library could not be loaded. Is it properly installed?") - end + module Exceptions + class MissingLib < StandardError + def initialize + super("The libvirt C library could not be loaded. Is it properly installed?") end end end end \ No newline at end of file