Sha256: 4c46674c4c2134a6ea553b55e4b4f14d8d75fc42b3066d82b6aebae781e16787
Contents?: true
Size: 1.4 KB
Versions: 11
Compression:
Stored size: 1.4 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_tag_method_name (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 464</span> 464: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">xx_tag_method_name</span> <span class="ruby-identifier">m</span> 465: <span class="ruby-comment cmt">#--{{{</span> 466: <span class="ruby-identifier">m</span> = <span class="ruby-identifier">m</span>.<span class="ruby-identifier">to_s</span> 467: <span class="ruby-identifier">tag_method</span>, <span class="ruby-identifier">tag_name</span> = <span class="ruby-identifier">m</span>, <span class="ruby-identifier">m</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp re">%r/_+$/</span>, <span class="ruby-value str">""</span>) 468: [ <span class="ruby-identifier">tag_method</span>, <span class="ruby-identifier">tag_name</span> ] 469: <span class="ruby-comment cmt">#--}}}</span> 470: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems