blob: 351229625bf75cb3867ce52d836fe0b3af9f75a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Attempt to create generated bindings for
libzypp. Not restricted to one language.
Authors: dmacvicar@suse.de
aschnell@suse.de
Ruby Notes
==========
* API tries to follow ruby standards:
* Containers do not implement iterators but:
* each
* to_a
* etc
* lower case methods, ie: ZYppFactory::instance.get_zypp
instead of ZYppFactory::instance()->getZYpp()
z.initialize_target("/") for z.initializeTarget("/")
|