doc/classes/C64Seq.src/M000392.html in ripxplore-0.11.0 vs doc/classes/C64Seq.src/M000392.html in ripxplore-0.12.0
- old
+ new
@@ -3,16 +3,18 @@
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>to_text (C64Seq)</title>
+ <title>file_system_file_types (C64Seq)</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/native_file_types/c64/C64Seq.rb, line 17</span>
-<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_text</span>
- <span class="ruby-constant">C64</span>.<span class="ruby-identifier">s_to_ascii</span>(<span class="ruby-identifier">data_without_header</span>)
+ <pre><span class="ruby-comment cmt"># File lib/native_file_types/c64/C64Seq.rb, line 11</span>
+<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">file_system_file_types</span>
+ {
+ <span class="ruby-constant">CbmDos</span>=<span class="ruby-operator">></span><span class="ruby-identifier">:seq</span>
+ }
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>
\ No newline at end of file