~ubuntu-branches/ubuntu/trusty/hyperestraier/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/rubypureapi/classes/EstraierPure/Document.src/M000055.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2006-11-14 05:28:32 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061114052832-0lzqzcefn8mt4yqe
Tags: 1.4.9-1.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Set HOME=$(CURDIR)/junkhome when building, otherwise the package build
  will incorrectly look for headers there -- and fail when the directory
  exists and is unreadable, as happens sometimes on sudo-using
  autobuilders!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<!DOCTYPE html 
3
 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
 
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
 
 
6
 
<html>
7
 
<head>
8
 
  <title>cat_texts (EstraierPure::Document)</title>
9
 
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
 
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
 
</head>
12
 
<body class="standalone-code">
13
 
  <pre><span class="ruby-comment cmt"># File estraierpure.rb, line 107</span>
14
 
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">cat_texts</span>()
15
 
      <span class="ruby-identifier">buf</span> = <span class="ruby-constant">StringIO</span><span class="ruby-operator">::</span><span class="ruby-identifier">new</span>
16
 
      <span class="ruby-keyword kw">for</span> <span class="ruby-identifier">i</span> <span class="ruby-keyword kw">in</span> <span class="ruby-value">0</span><span class="ruby-operator">...</span><span class="ruby-ivar">@dtexts</span>.<span class="ruby-identifier">length</span>
17
 
        <span class="ruby-identifier">buf</span>.<span class="ruby-identifier">write</span>(<span class="ruby-value str">&quot; &quot;</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">i</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>
18
 
        <span class="ruby-identifier">buf</span>.<span class="ruby-identifier">write</span>(<span class="ruby-ivar">@dtexts</span>[<span class="ruby-identifier">i</span>])
19
 
      <span class="ruby-keyword kw">end</span>
20
 
      <span class="ruby-identifier">buf</span>.<span class="ruby-identifier">string</span>
21
 
    <span class="ruby-keyword kw">end</span></pre>
22
 
</body>
23
 
</html>
 
 
b'\\ No newline at end of file'