You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. /** \page libcaca-ruby Libcaca ruby bindings
  2. There is no real documentation yet for the Ruby binding but \c methods on any object should help you :)
  3. I tried to follow Ruby spirit meaning that :
  4. - most of the methods return self
  5. - the methods set_foo with only an argument are also available as foo=
  6. (returning the value instead of self)
  7. - the methods originally named get_foo are available only as foo
  8. For the list of methods and some sample code, read:
  9. \subpage libcaca-ruby-api
  10. */