rdoc/RubyXL/RichText.html in rubyXL-3.3.1 vs rdoc/RubyXL/RichText.html in rubyXL-3.3.2
- old
+ new
@@ -2,27 +2,24 @@
<html>
<head>
<meta charset="UTF-8">
-<title>class RubyXL::RichText - rubyXL 3.3.1</title>
+<title>class RubyXL::RichText - rubyXL 3.3.2</title>
-<link href="../fonts.css" rel="stylesheet">
-<link href="../rdoc.css" rel="stylesheet">
-
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script src="../js/jquery.js"></script>
-<script src="../js/navigation.js"></script>
-<script src="../js/search_index.js"></script>
-<script src="../js/search.js"></script>
-<script src="../js/searcher.js"></script>
<script src="../js/darkfish.js"></script>
+<link href="../css/fonts.css" rel="stylesheet">
+<link href="../css/rdoc.css" rel="stylesheet">
+
+
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
@@ -65,21 +62,34 @@
</div>
+ <!-- Method Quickref -->
+<div id="method-list-section" class="nav-section">
+ <h3>Methods</h3>
+
+ <ul class="link-list" role="directory">
+ <li ><a href="#method-i-to_s">#to_s</a>
+
+ </ul>
+</div>
+
</div>
</nav>
<main role="main" aria-labelledby="class-RubyXL::RichText">
<h1 id="class-RubyXL::RichText" class="class">
class RubyXL::RichText
</h1>
<section class="description">
+<p><a
+href="http://www.schemacentral.com/sc/ooxml/e-ssml_is-1.html">www.schemacentral.com/sc/ooxml/e-ssml_is-1.html</a></p>
+
</section>
@@ -91,15 +101,58 @@
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
+ <header>
+ <h3>Public Instance Methods</h3>
+ </header>
+
+
+ <div id="method-i-to_s" class="method-detail ">
+
+ <div class="method-heading">
+ <span class="method-name">to_s</span><span
+ class="method-args">()</span>
+
+ <span class="method-click-advice">click to toggle source</span>
+
+ </div>
+
+
+ <div class="method-description">
+
+
+
+
+
+
+ <div class="method-source-code" id="to_s-source">
+ <pre><span class="ruby-comment"># File lib/rubyXL/objects/text.rb, line 87</span>
+<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
+ <span class="ruby-identifier">str</span> = <span class="ruby-identifier">t</span>.<span class="ruby-identifier">to_s</span>
+ <span class="ruby-identifier">r</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">r</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">rtr</span><span class="ruby-operator">|</span> <span class="ruby-identifier">str</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">rtr</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">rtr</span> }
+ <span class="ruby-identifier">str</span>
+<span class="ruby-keyword">end</span></pre>
+ </div>
+
+ </div>
+
+
+
+
+ </div>
+
+
+ </section>
+
</section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.2.
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
+ <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>