Sha256: 35a8f757a89f44c3726da5e440c90f9ef813a57bad38941c296adb27fd0d4e45

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

<?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>to_ascii (Atari800)</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 lib/host_systems/Atari800.rb, line 13</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_ascii</span>(<span class="ruby-identifier">b</span>)
  <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">b</span><span class="ruby-operator">==</span><span class="ruby-value">0x9b</span> <span class="ruby-keyword kw">then</span>
    <span class="ruby-value str">&quot;\n&quot;</span>
  <span class="ruby-keyword kw">else</span>
    <span class="ruby-identifier">b</span>.<span class="ruby-identifier">chr</span>
  <span class="ruby-keyword kw">end</span>

<span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ripxplore-0.0.1 doc/classes/Atari800.src/M000177.html
ripxplore-0.0.2 doc/classes/Atari800.src/M000177.html