Sha256: c432e07f3e19d018021a03afb169b96b2f24e5befe0c3e3964212468c643f33a
Contents?: true
Size: 1.42 KB
Versions: 11
Compression:
Stored size: 1.42 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>xx_configure (XX::Markup::ClassMethods)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <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/ruby-vpi/xx.rb, line 533</span> 533: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_configure</span> <span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span>, <span class="ruby-identifier">xx_which</span> = <span class="ruby-keyword kw">nil</span> 534: <span class="ruby-comment cmt">#--{{{</span> 535: <span class="ruby-identifier">key</span> = <span class="ruby-identifier">key</span>.<span class="ruby-identifier">to_s</span> 536: <span class="ruby-identifier">xx_which</span> <span class="ruby-operator">||=</span> <span class="ruby-keyword kw">self</span> 537: <span class="ruby-identifier">xx_config</span>[<span class="ruby-identifier">xx_which</span>][<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">value</span> 538: <span class="ruby-comment cmt">#--}}}</span> 539: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems