README.rdoc in libvirt-ruby-0.0.2 vs README.rdoc in libvirt-ruby-0.0.3

- old
+ new

@@ -1,6 +1,6 @@ -= Libvirt-Ruby {<img src="https://secure.travis-ci.org/plribeiro3000/libvirt-ruby.png" />}[http://travis-ci.org/plribeiro3000/libvirt-ruby] += Libvirt-Ruby {<img src="https://secure.travis-ci.org/plribeiro3000/libvirt-ruby.png" />}[http://travis-ci.org/plribeiro3000/libvirt-ruby] Rails gem to map functions from libvirt's library to ruby. == Install @@ -13,11 +13,10 @@ == Usage You should one of the classes defined and call method dispatcher passing parameters: first -> the method just like the one from Libvirt in C as a string except the vir and the name of the Class just like 'Close' from 'virConnectClose' second -> the args of the function in C in the same order - -Your second parameter must be an array where the last value is a symbol of what the function should return. + third -> a symbol of the retun of the function. == Experimental This Gem still experimental, so if you have some problem, feel free to create a new issue. \ No newline at end of file