/usr/share/doc/libcaca-dev/html/libcaca-ruby.html is in libcaca-dev 0.99.beta19-2ubuntu0.16.04.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libcaca documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.8.11 -->
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Libcaca ruby bindings </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>There is no real documentation yet for the Ruby binding but <code>methods</code> on any object should help you :)</p>
<p>I tried to follow Ruby spirit meaning that :</p><ul>
<li>most of the methods return self</li>
<li>the methods set_foo with only an argument are also available as foo= (returning the value instead of self)</li>
<li>the methods originally named get_foo are available only as foo</li>
</ul>
<p>For the list of methods and some sample code, read:</p>
<p><a class="el" href="libcaca-ruby-api.html">Libcaca Ruby API</a> </p>
</div></div><!-- contents -->
</body>
</html>
|