Sha256: 0266e5f655bddc941a5b2fcffe93943b74faba8a7c762aa0b21706126bf8939e
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 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 (GemPlugin::Manager)</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/gem_plugin.rb, line 69</span> 69: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> 70: <span class="ruby-comment cmt"># plugins that have been loaded</span> 71: <span class="ruby-ivar">@plugins</span> = {} 72: 73: <span class="ruby-comment cmt"># keeps track of gems which have been loaded already by the manager *and*</span> 74: <span class="ruby-comment cmt"># where they came from so that they can be referenced later</span> 75: <span class="ruby-ivar">@gems</span> = {} 76: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems