1libcaca-ruby(3caca) libcaca libcaca-ruby(3caca)
2
3
4
6 libcaca-ruby - Libcaca ruby bindings There is no real documentation yet
7 for the Ruby binding but methods on any object should help you :)
8
9 I tried to follow Ruby spirit meaning that :
10
11 · most of the methods return self
12
13 · the methods set_foo with only an argument are also available as foo=
14 (returning the value instead of self)
15
16 · the methods originally named get_foo are available only as foo
17
18 For the list of methods and some sample code, read:
19
20 Libcaca Ruby API
21
22
23
24Version 0.99.beta17 29 Apr 2010 libcaca-ruby(3caca)