.TH "libcaca-ruby" 3caca "Sun Sep 3 2023 20:34:35" "Version 0.99.beta20" "libcaca" \" -*- nroff -*- .ad l .nh .SH NAME libcaca-ruby \- Libcaca ruby bindings .PP There is no real documentation yet for the Ruby binding but \fCmethods\fP on any object should help you :) .PP I tried to follow Ruby spirit meaning that : .IP "\(bu" 2 most of the methods return self .IP "\(bu" 2 the methods set_foo with only an argument are also available as foo= (returning the value instead of self) .IP "\(bu" 2 the methods originally named get_foo are available only as foo .PP .PP For the list of methods and some sample code, read: .PP \fBLibcaca Ruby API\fP