doc/classes/Ti99File.src/M000168.html in ripxplore-0.0.2 vs doc/classes/Ti99File.src/M000168.html in ripxplore-0.4.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>type_description (Ti99File)</title> + <title>file_system_file_types (Ti99File)</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/ti99/Ti99File.rb, line 10</span> -<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">type_description</span> - <span class="ruby-node">&quot;#{self.class}:%02x&quot;</span> <span class="ruby-operator">%</span> <span class="ruby-identifier">file_type</span> + <pre><span class="ruby-comment cmt"># File lib/native_file_types/ti99/Ti99File.rb, line 4</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">Ti99Fms</span>=<span class="ruby-operator">&gt;</span><span class="ruby-identifier">:any</span> + } <span class="ruby-keyword kw">end</span></pre> </body> </html> \ No newline at end of file