YouPlot/YouPlot.html

306 lines
6.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: YouPlot
&mdash; Documentation by YARD 0.9.27
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/common.css" type="text/css" />
<script type="text/javascript">
pathId = "YouPlot";
relpath = '';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="class_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="_index.html">Index (Y)</a> &raquo;
<span class="title">YouPlot</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><h1>Module: YouPlot
</h1>
<div class="box_info">
<dl>
<dt>Defined in:</dt>
<dd>lib/youplot.rb<span class="defines">,<br />
lib/youplot/dsv.rb,<br /> lib/youplot/parser.rb,<br /> lib/youplot/command.rb,<br /> lib/youplot/options.rb,<br /> lib/youplot/version.rb,<br /> lib/youplot/parameters.rb,<br /> lib/youplot/backends/processing.rb,<br /> lib/youplot/backends/unicode_plot.rb</span>
</dd>
</dl>
</div>
<h2>Defined Under Namespace</h2>
<p class="children">
<strong class="modules">Modules:</strong> <span class='object_link'><a href="YouPlot/Backends.html" title="YouPlot::Backends (module)">Backends</a></span>, <span class='object_link'><a href="YouPlot/DSV.html" title="YouPlot::DSV (module)">DSV</a></span>
<strong class="classes">Classes:</strong> <span class='object_link'><a href="YouPlot/Command.html" title="YouPlot::Command (class)">Command</a></span>, <span class='object_link'><a href="YouPlot/Data.html" title="YouPlot::Data (class)">Data</a></span>, <span class='object_link'><a href="YouPlot/Options.html" title="YouPlot::Options (class)">Options</a></span>, <span class='object_link'><a href="YouPlot/Parameters.html" title="YouPlot::Parameters (class)">Parameters</a></span>, <span class='object_link'><a href="YouPlot/Parser.html" title="YouPlot::Parser (class)">Parser</a></span>
</p>
<h2>
Constant Summary
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
</h2>
<dl class="constants">
<dt id="VERSION-constant" class="">VERSION =
</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.4.3</span><span class='tstring_end'>&#39;</span></span></pre></dd>
</dl>
<h2>Class Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#run_as_executable-class_method" title="run_as_executable (class method)">.<strong>run_as_executable</strong> &#x21d2; Object </a>
</span>
<span class="summary_desc"><div class='inline'>
<p>Returns the value of attribute run_as_executable.</p>
</div></span>
</li>
</ul>
<h2>
Class Method Summary
<small><a href="#" class="summary_toggle">collapse</a></small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#run_as_executable%3F-class_method" title="run_as_executable? (class method)">.<strong>run_as_executable?</strong> &#x21d2; Boolean </a>
</span>
<span class="summary_desc"><div class='inline'></div></span>
</li>
</ul>
<div id="class_attr_details" class="attr_details">
<h2>Class Attribute Details</h2>
<span id="run_as_executable=-class_method"></span>
<div class="method_details first">
<h3 class="signature first" id="run_as_executable-class_method">
.<strong>run_as_executable</strong> &#x21d2; <tt>Object</tt>
</h3><div class="docstring">
<div class="discussion">
<p>Returns the value of attribute run_as_executable.</p>
</div>
</div>
<div class="tags">
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
16
17
18</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot.rb', line 16</span>
<span class='kw'>def</span> <span class='id identifier rubyid_run_as_executable'>run_as_executable</span>
<span class='ivar'>@run_as_executable</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
<div id="class_method_details" class="method_details_list">
<h2>Class Method Details</h2>
<div class="method_details first">
<h3 class="signature first" id="run_as_executable?-class_method">
.<strong>run_as_executable?</strong> &#x21d2; <tt>Boolean</tt>
</h3><div class="docstring">
<div class="discussion">
</div>
</div>
<div class="tags">
<p class="tag_title">Returns:</p>
<ul class="return">
<li>
<span class='type'>(<tt>Boolean</tt>)</span>
</li>
</ul>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
18
19
20</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot.rb', line 18</span>
<span class='kw'>def</span> <span class='id identifier rubyid_run_as_executable?'>run_as_executable?</span>
<span class='ivar'>@run_as_executable</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Thu Mar 24 09:50:44 2022 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.27 (ruby-3.1.1).
</div>
</div>
</body>
</html>