public/de.wigbels.ruby/mob2archiv/doc/files/m2a_rb.src/M000001.html
Norbert Wigbels 1e80fb3da1 Initial
2025-02-08 16:53:10 +01:00

19 lines
No EOL
853 B
HTML
Executable file

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>usage (m2a.rb)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File m2a.rb, line 10</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">usage</span>
<span class="ruby-identifier">puts</span> <span class="ruby-value str">&quot;usage: m2a.rb &lt;destination&gt;&quot;</span>
<span class="ruby-identifier">exit</span>(<span class="ruby-value">-1</span>)
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>