Sha256: bedc0a9c67390d26ed530f4dd1db6f4fe296a7130cf54e22a592ee7d9e14be56
Contents?: true
Size: 1.37 KB
Versions: 30
Compression:
Stored size: 1.37 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>new (DOSFile)</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/DOSFile.rb, line 10</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">filename</span>,<span class="ruby-identifier">locked</span>,<span class="ruby-identifier">sector_count</span>,<span class="ruby-identifier">contents</span>) <span class="ruby-ivar">@filename</span>=<span class="ruby-identifier">filename</span> <span class="ruby-ivar">@locked</span>=<span class="ruby-identifier">locked</span> <span class="ruby-ivar">@sector_count</span>=<span class="ruby-identifier">sector_count</span> <span class="ruby-ivar">@file_type</span>=<span class="ruby-value str">"?"</span> <span class="ruby-ivar">@contents</span>=<span class="ruby-identifier">contents</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
30 entries across 8 versions & 1 rubygems