blob: bfe1fde7a37edf702b59a63a23ca6a4e7bc32d3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Attempt to create generated bindings for
libzypp. Not restricted to one language.
Authors: kkaempf@suse.de
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("/")
|