Sha256: b1b08b9cc8293b1b97d38adb8434997f5a4ff1b1f072841efb9b6f0626520503
Contents?: true
Size: 1.41 KB
Versions: 17
Compression:
Stored size: 1.41 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 (NativeFileType)</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/NativeFileType.rb, line 10</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">file_system_image</span>,<span class="ruby-identifier">filename</span>,<span class="ruby-identifier">contents</span>,<span class="ruby-identifier">file_type</span>,<span class="ruby-identifier">aux_code</span>) <span class="ruby-ivar">@file_system_image</span>=<span class="ruby-identifier">file_system_image</span> <span class="ruby-ivar">@filename</span>=<span class="ruby-identifier">filename</span> <span class="ruby-ivar">@contents</span>=<span class="ruby-identifier">contents</span> <span class="ruby-ivar">@file_type</span>=<span class="ruby-identifier">file_type</span> <span class="ruby-ivar">@aux_code</span>=<span class="ruby-identifier">aux_code</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
17 entries across 10 versions & 1 rubygems