doc/classes/Locale/SystemCGI.html in gettext-1.91.0 vs doc/classes/Locale/SystemCGI.html in gettext-1.92.0
- old
+ new
@@ -85,15 +85,15 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000105">cgi</a>
- <a href="#M000104">cgi=</a>
- <a href="#M000106">default_locale</a>
- <a href="#M000103">set_cgi</a>
- <a href="#M000102">system</a>
+ <a href="#M000051">cgi</a>
+ <a href="#M000050">cgi=</a>
+ <a href="#M000052">default_locale</a>
+ <a href="#M000049">set_cgi</a>
+ <a href="#M000048">system</a>
</div>
</div>
</div>
@@ -111,15 +111,15 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000105" class="method-detail">
- <a name="M000105"></a>
+ <div id="method-M000051" class="method-detail">
+ <a name="M000051"></a>
<div class="method-heading">
- <a href="#M000105" class="method-signature">
+ <a href="#M000051" class="method-signature">
<span class="method-name">cgi</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
@@ -130,12 +130,12 @@
<li>Returns: the CGI object
</li>
</ul>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000105-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000105-source">
+ onclick="toggleCode('M000051-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000051-source">
<pre>
<span class="ruby-comment cmt"># File lib/locale/cgi.rb, line 68</span>
68: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cgi</span>
69: <span class="ruby-ivar">@@cgi</span> = <span class="ruby-constant">CGI</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@@cgi</span>
70: <span class="ruby-ivar">@@cgi</span>
@@ -143,15 +143,15 @@
</pre>
</div>
</div>
</div>
- <div id="method-M000104" class="method-detail">
- <a name="M000104"></a>
+ <div id="method-M000050" class="method-detail">
+ <a name="M000050"></a>
<div class="method-heading">
- <a href="#M000104" class="method-signature">
+ <a href="#M000050" class="method-signature">
<span class="method-name">cgi=</span><span class="method-args">(cgi_)</span>
</a>
</div>
<div class="method-description">
@@ -165,12 +165,12 @@
<li>Returns: cgi_
</li>
</ul>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000104-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000104-source">
+ onclick="toggleCode('M000050-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000050-source">
<pre>
<span class="ruby-comment cmt"># File lib/locale/cgi.rb, line 61</span>
61: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cgi=</span>(<span class="ruby-identifier">cgi_</span>)
62: <span class="ruby-identifier">set_cgi</span>(<span class="ruby-identifier">cgi_</span>)
63: <span class="ruby-identifier">cgi_</span>
@@ -178,15 +178,15 @@
</pre>
</div>
</div>
</div>
- <div id="method-M000106" class="method-detail">
- <a name="M000106"></a>
+ <div id="method-M000052" class="method-detail">
+ <a name="M000052"></a>
<div class="method-heading">
- <a href="#M000106" class="method-signature">
+ <a href="#M000052" class="method-signature">
<span class="method-name">default_locale</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
@@ -197,27 +197,27 @@
<li>Returns: the default locale
</li>
</ul>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000106-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000106-source">
+ onclick="toggleCode('M000052-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000052-source">
<pre>
<span class="ruby-comment cmt"># File lib/locale/cgi.rb, line 75</span>
75: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">default_locale</span>
76: <span class="ruby-ivar">@@default_locale</span>
77: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <div id="method-M000103" class="method-detail">
- <a name="M000103"></a>
+ <div id="method-M000049" class="method-detail">
+ <a name="M000049"></a>
<div class="method-heading">
- <a href="#M000103" class="method-signature">
+ <a href="#M000049" class="method-signature">
<span class="method-name">set_cgi</span><span class="method-args">(cgi_)</span>
</a>
</div>
<div class="method-description">
@@ -231,12 +231,12 @@
<li>Returns: self
</li>
</ul>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000103-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000103-source">
+ onclick="toggleCode('M000049-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000049-source">
<pre>
<span class="ruby-comment cmt"># File lib/locale/cgi.rb, line 53</span>
53: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">set_cgi</span>(<span class="ruby-identifier">cgi_</span>)
54: <span class="ruby-ivar">@@cgi</span> = <span class="ruby-identifier">cgi_</span>
55: <span class="ruby-keyword kw">self</span>
@@ -244,31 +244,31 @@
</pre>
</div>
</div>
</div>
- <div id="method-M000102" class="method-detail">
- <a name="M000102"></a>
+ <div id="method-M000048" class="method-detail">
+ <a name="M000048"></a>
<div class="method-heading">
- <a href="#M000102" class="method-signature">
+ <a href="#M000048" class="method-signature">
<span class="method-name">system</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p>
Gets the default locale using setlocale and nl_langinfo.
</p>
<ul>
-<li>Returns the <a href="SystemCGI.html#M000102">system</a> locale (<a
+<li>Returns the <a href="SystemCGI.html#M000048">system</a> locale (<a
href="Object.html">Locale::Object</a>).
</li>
</ul>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000102-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000102-source">
+ onclick="toggleCode('M000048-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000048-source">
<pre>
<span class="ruby-comment cmt"># File lib/locale/cgi.rb, line 26</span>
26: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">system</span>
27: <span class="ruby-keyword kw">return</span> <span class="ruby-ivar">@@default_locale</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@@cgi</span>
28: <span class="ruby-identifier">cgi_</span> = <span class="ruby-identifier">cgi</span>
\ No newline at end of file