ref/ruby/classes/XX/Document.src/M000077.html in ruby-vpi-11.1.0 vs ref/ruby/classes/XX/Document.src/M000077.html in ruby-vpi-11.1.1
- old
+ new
@@ -3,19 +3,18 @@
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>to_str (XX::Document)</title>
+ <title>pop (XX::Document)</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 83</span>
-83: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_str</span> <span class="ruby-identifier">port</span> = <span class="ruby-value str">""</span>
-84: <span class="ruby-comment cmt">#--{{{</span>
-85: <span class="ruby-ivar">@doc</span>.<span class="ruby-identifier">write</span> <span class="ruby-identifier">port</span>, <span class="ruby-identifier">indent</span>=<span class="ruby-value">-1</span>, <span class="ruby-identifier">transitive</span>=<span class="ruby-keyword kw">false</span>, <span class="ruby-identifier">ie_hack</span>=<span class="ruby-keyword kw">true</span>
-86: <span class="ruby-identifier">port</span>
-87: <span class="ruby-comment cmt">#--}}}</span>
-88: <span class="ruby-keyword kw">end</span></pre>
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/xx.rb, line 71</span>
+71: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pop</span>
+72: <span class="ruby-comment cmt">#--{{{</span>
+73: <span class="ruby-ivar">@stack</span>.<span class="ruby-identifier">pop</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@stack</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">1</span>
+74: <span class="ruby-comment cmt">#--}}}</span>
+75: <span class="ruby-keyword kw">end</span></pre>
</body>
</html>
\ No newline at end of file