rubypost 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/doc/RubyPost.html ADDED
@@ -0,0 +1,444 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: RubyPost</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/simpleplot_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/simpleplot.rb">lib/simpleplot.rb</a></li>
39
+
40
+ <li><a href="./lib/graph_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
+ class="thickbox" title="lib/graph.rb">lib/graph.rb</a></li>
42
+
43
+ <li><a href="./lib/drawable_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
44
+ class="thickbox" title="lib/drawable.rb">lib/drawable.rb</a></li>
45
+
46
+ <li><a href="./lib/label_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
47
+ class="thickbox" title="lib/label.rb">lib/label.rb</a></li>
48
+
49
+ <li><a href="./lib/draw_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
50
+ class="thickbox" title="lib/draw.rb">lib/draw.rb</a></li>
51
+
52
+ <li><a href="./lib/options_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
53
+ class="thickbox" title="lib/options.rb">lib/options.rb</a></li>
54
+
55
+ <li><a href="./lib/objects_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
56
+ class="thickbox" title="lib/objects.rb">lib/objects.rb</a></li>
57
+
58
+ </ul>
59
+ </div>
60
+ </div>
61
+
62
+
63
+ </div>
64
+
65
+ <div id="class-metadata">
66
+
67
+
68
+
69
+
70
+
71
+ <!-- Namespace Contents -->
72
+ <div id="namespace-list-section" class="section">
73
+ <h3 class="section-header">Namespace</h3>
74
+ <ul class="link-list">
75
+
76
+ <li><span class="type">CLASS</span> <a href="RubyPost/AbstractPlot.html">RubyPost::AbstractPlot</a></li>
77
+
78
+ <li><span class="type">CLASS</span> <a href="RubyPost/Arrow.html">RubyPost::Arrow</a></li>
79
+
80
+ <li><span class="type">CLASS</span> <a href="RubyPost/AutoGrid.html">RubyPost::AutoGrid</a></li>
81
+
82
+ <li><span class="type">CLASS</span> <a href="RubyPost/BaseDrawCommand.html">RubyPost::BaseDrawCommand</a></li>
83
+
84
+ <li><span class="type">CLASS</span> <a href="RubyPost/BaseGraphData.html">RubyPost::BaseGraphData</a></li>
85
+
86
+ <li><span class="type">CLASS</span> <a href="RubyPost/BaseLabel.html">RubyPost::BaseLabel</a></li>
87
+
88
+ <li><span class="type">CLASS</span> <a href="RubyPost/Circle.html">RubyPost::Circle</a></li>
89
+
90
+ <li><span class="type">CLASS</span> <a href="RubyPost/Clip.html">RubyPost::Clip</a></li>
91
+
92
+ <li><span class="type">CLASS</span> <a href="RubyPost/Color.html">RubyPost::Color</a></li>
93
+
94
+ <li><span class="type">CLASS</span> <a href="RubyPost/Colour.html">RubyPost::Colour</a></li>
95
+
96
+ <li><span class="type">CLASS</span> <a href="RubyPost/Coords.html">RubyPost::Coords</a></li>
97
+
98
+ <li><span class="type">CLASS</span> <a href="RubyPost/CurvedPlot.html">RubyPost::CurvedPlot</a></li>
99
+
100
+ <li><span class="type">CLASS</span> <a href="RubyPost/CustomDrawable.html">RubyPost::CustomDrawable</a></li>
101
+
102
+ <li><span class="type">CLASS</span> <a href="RubyPost/CustomOption.html">RubyPost::CustomOption</a></li>
103
+
104
+ <li><span class="type">CLASS</span> <a href="RubyPost/Dashed.html">RubyPost::Dashed</a></li>
105
+
106
+ <li><span class="type">CLASS</span> <a href="RubyPost/DblArrow.html">RubyPost::DblArrow</a></li>
107
+
108
+ <li><span class="type">CLASS</span> <a href="RubyPost/DotLabel.html">RubyPost::DotLabel</a></li>
109
+
110
+ <li><span class="type">CLASS</span> <a href="RubyPost/DoubleArrow.html">RubyPost::DoubleArrow</a></li>
111
+
112
+ <li><span class="type">CLASS</span> <a href="RubyPost/Draw.html">RubyPost::Draw</a></li>
113
+
114
+ <li><span class="type">CLASS</span> <a href="RubyPost/Drawable.html">RubyPost::Drawable</a></li>
115
+
116
+ <li><span class="type">CLASS</span> <a href="RubyPost/Figure.html">RubyPost::Figure</a></li>
117
+
118
+ <li><span class="type">CLASS</span> <a href="RubyPost/File.html">RubyPost::File</a></li>
119
+
120
+ <li><span class="type">CLASS</span> <a href="RubyPost/Fill.html">RubyPost::Fill</a></li>
121
+
122
+ <li><span class="type">CLASS</span> <a href="RubyPost/Graph.html">RubyPost::Graph</a></li>
123
+
124
+ <li><span class="type">CLASS</span> <a href="RubyPost/GraphData.html">RubyPost::GraphData</a></li>
125
+
126
+ <li><span class="type">CLASS</span> <a href="RubyPost/GraphDataOption.html">RubyPost::GraphDataOption</a></li>
127
+
128
+ <li><span class="type">CLASS</span> <a href="RubyPost/GraphFile.html">RubyPost::GraphFile</a></li>
129
+
130
+ <li><span class="type">CLASS</span> <a href="RubyPost/GraphLabel.html">RubyPost::GraphLabel</a></li>
131
+
132
+ <li><span class="type">CLASS</span> <a href="RubyPost/GraphOption.html">RubyPost::GraphOption</a></li>
133
+
134
+ <li><span class="type">CLASS</span> <a href="RubyPost/GraphTitle.html">RubyPost::GraphTitle</a></li>
135
+
136
+ <li><span class="type">CLASS</span> <a href="RubyPost/ImpulsePlot.html">RubyPost::ImpulsePlot</a></li>
137
+
138
+ <li><span class="type">CLASS</span> <a href="RubyPost/Label.html">RubyPost::Label</a></li>
139
+
140
+ <li><span class="type">CLASS</span> <a href="RubyPost/LinePlot.html">RubyPost::LinePlot</a></li>
141
+
142
+ <li><span class="type">CLASS</span> <a href="RubyPost/Macros.html">RubyPost::Macros</a></li>
143
+
144
+ <li><span class="type">CLASS</span> <a href="RubyPost/Object.html">RubyPost::Object</a></li>
145
+
146
+ <li><span class="type">CLASS</span> <a href="RubyPost/Option.html">RubyPost::Option</a></li>
147
+
148
+ <li><span class="type">CLASS</span> <a href="RubyPost/Pair.html">RubyPost::Pair</a></li>
149
+
150
+ <li><span class="type">CLASS</span> <a href="RubyPost/Path.html">RubyPost::Path</a></li>
151
+
152
+ <li><span class="type">CLASS</span> <a href="RubyPost/PathOption.html">RubyPost::PathOption</a></li>
153
+
154
+ <li><span class="type">CLASS</span> <a href="RubyPost/Pen.html">RubyPost::Pen</a></li>
155
+
156
+ <li><span class="type">CLASS</span> <a href="RubyPost/Picture.html">RubyPost::Picture</a></li>
157
+
158
+ <li><span class="type">CLASS</span> <a href="RubyPost/PicturePrecompiler.html">RubyPost::PicturePrecompiler</a></li>
159
+
160
+ <li><span class="type">CLASS</span> <a href="RubyPost/Plot.html">RubyPost::Plot</a></li>
161
+
162
+ <li><span class="type">CLASS</span> <a href="RubyPost/Range.html">RubyPost::Range</a></li>
163
+
164
+ <li><span class="type">CLASS</span> <a href="RubyPost/Rotate.html">RubyPost::Rotate</a></li>
165
+
166
+ <li><span class="type">CLASS</span> <a href="RubyPost/Rotated.html">RubyPost::Rotated</a></li>
167
+
168
+ <li><span class="type">CLASS</span> <a href="RubyPost/Scale.html">RubyPost::Scale</a></li>
169
+
170
+ <li><span class="type">CLASS</span> <a href="RubyPost/Scaled.html">RubyPost::Scaled</a></li>
171
+
172
+ <li><span class="type">CLASS</span> <a href="RubyPost/Shift.html">RubyPost::Shift</a></li>
173
+
174
+ <li><span class="type">CLASS</span> <a href="RubyPost/Shifted.html">RubyPost::Shifted</a></li>
175
+
176
+ <li><span class="type">CLASS</span> <a href="RubyPost/SimplePlot.html">RubyPost::SimplePlot</a></li>
177
+
178
+ <li><span class="type">CLASS</span> <a href="RubyPost/Square.html">RubyPost::Square</a></li>
179
+
180
+ <li><span class="type">CLASS</span> <a href="RubyPost/StemPlot.html">RubyPost::StemPlot</a></li>
181
+
182
+ <li><span class="type">CLASS</span> <a href="RubyPost/Translate.html">RubyPost::Translate</a></li>
183
+
184
+ <li><span class="type">CLASS</span> <a href="RubyPost/XLabel.html">RubyPost::XLabel</a></li>
185
+
186
+ <li><span class="type">CLASS</span> <a href="RubyPost/YLabel.html">RubyPost::YLabel</a></li>
187
+
188
+ <li><span class="type">CLASS</span> <a href="RubyPost/YLabelRight.html">RubyPost::YLabelRight</a></li>
189
+
190
+ </ul>
191
+ </div>
192
+
193
+
194
+
195
+ <!-- Method Quickref -->
196
+ <div id="method-list-section" class="section">
197
+ <h3 class="section-header">Methods</h3>
198
+ <ul class="link-list">
199
+
200
+ <li><a href="#method-i-latex">#latex</a></li>
201
+
202
+ </ul>
203
+ </div>
204
+
205
+
206
+
207
+ </div>
208
+
209
+ <div id="project-metadata">
210
+
211
+
212
+ <div id="fileindex-section" class="section project-section">
213
+ <h3 class="section-header">Files</h3>
214
+ <ul>
215
+
216
+ <li class="file"><a href="./README.html">README</a></li>
217
+
218
+ </ul>
219
+ </div>
220
+
221
+
222
+ <div id="classindex-section" class="section project-section">
223
+ <h3 class="section-header">Class/Module Index
224
+ <span class="search-toggle"><img src="./images/find.png"
225
+ height="16" width="16" alt="[+]"
226
+ title="show/hide quicksearch" /></span></h3>
227
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
228
+ <fieldset>
229
+ <legend>Quicksearch</legend>
230
+ <input type="text" name="quicksearch" value=""
231
+ class="quicksearch-field" />
232
+ </fieldset>
233
+ </form>
234
+
235
+ <ul class="link-list">
236
+
237
+ <li><a href="./RubyPost.html">RubyPost</a></li>
238
+
239
+ <li><a href="./RubyPost/AbstractPlot.html">RubyPost::AbstractPlot</a></li>
240
+
241
+ <li><a href="./RubyPost/Arrow.html">RubyPost::Arrow</a></li>
242
+
243
+ <li><a href="./RubyPost/AutoGrid.html">RubyPost::AutoGrid</a></li>
244
+
245
+ <li><a href="./RubyPost/BaseDrawCommand.html">RubyPost::BaseDrawCommand</a></li>
246
+
247
+ <li><a href="./RubyPost/BaseGraphData.html">RubyPost::BaseGraphData</a></li>
248
+
249
+ <li><a href="./RubyPost/BaseLabel.html">RubyPost::BaseLabel</a></li>
250
+
251
+ <li><a href="./RubyPost/Circle.html">RubyPost::Circle</a></li>
252
+
253
+ <li><a href="./RubyPost/Clip.html">RubyPost::Clip</a></li>
254
+
255
+ <li><a href="./RubyPost/Color.html">RubyPost::Color</a></li>
256
+
257
+ <li><a href="./RubyPost/Colour.html">RubyPost::Colour</a></li>
258
+
259
+ <li><a href="./RubyPost/Coords.html">RubyPost::Coords</a></li>
260
+
261
+ <li><a href="./RubyPost/CurvedPlot.html">RubyPost::CurvedPlot</a></li>
262
+
263
+ <li><a href="./RubyPost/CustomDrawable.html">RubyPost::CustomDrawable</a></li>
264
+
265
+ <li><a href="./RubyPost/CustomOption.html">RubyPost::CustomOption</a></li>
266
+
267
+ <li><a href="./RubyPost/Dashed.html">RubyPost::Dashed</a></li>
268
+
269
+ <li><a href="./RubyPost/DblArrow.html">RubyPost::DblArrow</a></li>
270
+
271
+ <li><a href="./RubyPost/DotLabel.html">RubyPost::DotLabel</a></li>
272
+
273
+ <li><a href="./RubyPost/DoubleArrow.html">RubyPost::DoubleArrow</a></li>
274
+
275
+ <li><a href="./RubyPost/Draw.html">RubyPost::Draw</a></li>
276
+
277
+ <li><a href="./RubyPost/Drawable.html">RubyPost::Drawable</a></li>
278
+
279
+ <li><a href="./RubyPost/Figure.html">RubyPost::Figure</a></li>
280
+
281
+ <li><a href="./RubyPost/File.html">RubyPost::File</a></li>
282
+
283
+ <li><a href="./RubyPost/Fill.html">RubyPost::Fill</a></li>
284
+
285
+ <li><a href="./RubyPost/Graph.html">RubyPost::Graph</a></li>
286
+
287
+ <li><a href="./RubyPost/GraphData.html">RubyPost::GraphData</a></li>
288
+
289
+ <li><a href="./RubyPost/GraphDataOption.html">RubyPost::GraphDataOption</a></li>
290
+
291
+ <li><a href="./RubyPost/GraphFile.html">RubyPost::GraphFile</a></li>
292
+
293
+ <li><a href="./RubyPost/GraphLabel.html">RubyPost::GraphLabel</a></li>
294
+
295
+ <li><a href="./RubyPost/GraphOption.html">RubyPost::GraphOption</a></li>
296
+
297
+ <li><a href="./RubyPost/GraphTitle.html">RubyPost::GraphTitle</a></li>
298
+
299
+ <li><a href="./RubyPost/ImpulsePlot.html">RubyPost::ImpulsePlot</a></li>
300
+
301
+ <li><a href="./RubyPost/Label.html">RubyPost::Label</a></li>
302
+
303
+ <li><a href="./RubyPost/LinePlot.html">RubyPost::LinePlot</a></li>
304
+
305
+ <li><a href="./RubyPost/Macros.html">RubyPost::Macros</a></li>
306
+
307
+ <li><a href="./RubyPost/Object.html">RubyPost::Object</a></li>
308
+
309
+ <li><a href="./RubyPost/Option.html">RubyPost::Option</a></li>
310
+
311
+ <li><a href="./RubyPost/Pair.html">RubyPost::Pair</a></li>
312
+
313
+ <li><a href="./RubyPost/Path.html">RubyPost::Path</a></li>
314
+
315
+ <li><a href="./RubyPost/PathOption.html">RubyPost::PathOption</a></li>
316
+
317
+ <li><a href="./RubyPost/Pen.html">RubyPost::Pen</a></li>
318
+
319
+ <li><a href="./RubyPost/Picture.html">RubyPost::Picture</a></li>
320
+
321
+ <li><a href="./RubyPost/PicturePrecompiler.html">RubyPost::PicturePrecompiler</a></li>
322
+
323
+ <li><a href="./RubyPost/Plot.html">RubyPost::Plot</a></li>
324
+
325
+ <li><a href="./RubyPost/Range.html">RubyPost::Range</a></li>
326
+
327
+ <li><a href="./RubyPost/Rotate.html">RubyPost::Rotate</a></li>
328
+
329
+ <li><a href="./RubyPost/Rotated.html">RubyPost::Rotated</a></li>
330
+
331
+ <li><a href="./RubyPost/Scale.html">RubyPost::Scale</a></li>
332
+
333
+ <li><a href="./RubyPost/Scaled.html">RubyPost::Scaled</a></li>
334
+
335
+ <li><a href="./RubyPost/Shift.html">RubyPost::Shift</a></li>
336
+
337
+ <li><a href="./RubyPost/Shifted.html">RubyPost::Shifted</a></li>
338
+
339
+ <li><a href="./RubyPost/SimplePlot.html">RubyPost::SimplePlot</a></li>
340
+
341
+ <li><a href="./RubyPost/Square.html">RubyPost::Square</a></li>
342
+
343
+ <li><a href="./RubyPost/StemPlot.html">RubyPost::StemPlot</a></li>
344
+
345
+ <li><a href="./RubyPost/Translate.html">RubyPost::Translate</a></li>
346
+
347
+ <li><a href="./RubyPost/XLabel.html">RubyPost::XLabel</a></li>
348
+
349
+ <li><a href="./RubyPost/YLabel.html">RubyPost::YLabel</a></li>
350
+
351
+ <li><a href="./RubyPost/YLabelRight.html">RubyPost::YLabelRight</a></li>
352
+
353
+ <li><a href="./Float.html">Float</a></li>
354
+
355
+ <li><a href="./Numeric.html">Numeric</a></li>
356
+
357
+ <li><a href="./Rational.html">Rational</a></li>
358
+
359
+ <li><a href="./String.html">String</a></li>
360
+
361
+ </ul>
362
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
363
+ </div>
364
+
365
+
366
+ </div>
367
+ </div>
368
+
369
+ <div id="documentation">
370
+ <h1 class="module">RubyPost</h1>
371
+
372
+ <div id="description" class="description">
373
+
374
+ <p>require ‘vector’</p>
375
+
376
+ </div><!-- description -->
377
+
378
+
379
+
380
+
381
+ <div id="5Buntitled-5D" class="documentation-section">
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+ <!-- Methods -->
391
+
392
+ <div id="public-instance-method-details" class="method-section section">
393
+ <h3 class="section-header">Public Instance Methods</h3>
394
+
395
+
396
+ <div id="latex-method" class="method-detail ">
397
+ <a name="method-i-latex"></a>
398
+
399
+
400
+ <div class="method-heading">
401
+ <span class="method-name">latex</span><span
402
+ class="method-args">(s)</span>
403
+ <span class="method-click-advice">click to toggle source</span>
404
+ </div>
405
+
406
+
407
+ <div class="method-description">
408
+
409
+ <p>return the string s wrapped in btex etex</p>
410
+
411
+
412
+
413
+ <div class="method-source-code" id="latex-source">
414
+ <pre>
415
+ <span class="ruby-comment"># File lib/options.rb, line 5</span>
416
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">latex</span>(<span class="ruby-identifier">s</span>)
417
+ <span class="ruby-string">'btex '</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">s</span> <span class="ruby-operator">+</span> <span class="ruby-string">' etex'</span>
418
+ <span class="ruby-keyword">end</span></pre>
419
+ </div><!-- latex-source -->
420
+
421
+ </div>
422
+
423
+
424
+
425
+
426
+ </div><!-- latex-method -->
427
+
428
+
429
+ </div><!-- public-instance-method-details -->
430
+
431
+ </div><!-- 5Buntitled-5D -->
432
+
433
+
434
+ </div><!-- documentation -->
435
+
436
+ <div id="validator-badges">
437
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
438
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
439
+ Rdoc Generator</a> 2</small>.</p>
440
+ </div>
441
+
442
+ </body>
443
+ </html>
444
+
data/doc/String.html ADDED
@@ -0,0 +1,313 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: String</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/objects_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/objects.rb">lib/objects.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link">Object</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ <!-- Method Quickref -->
64
+ <div id="method-list-section" class="section">
65
+ <h3 class="section-header">Methods</h3>
66
+ <ul class="link-list">
67
+
68
+ <li><a href="#method-i-compile">#compile</a></li>
69
+
70
+ </ul>
71
+ </div>
72
+
73
+
74
+
75
+ </div>
76
+
77
+ <div id="project-metadata">
78
+
79
+
80
+ <div id="fileindex-section" class="section project-section">
81
+ <h3 class="section-header">Files</h3>
82
+ <ul>
83
+
84
+ <li class="file"><a href="./README.html">README</a></li>
85
+
86
+ </ul>
87
+ </div>
88
+
89
+
90
+ <div id="classindex-section" class="section project-section">
91
+ <h3 class="section-header">Class/Module Index
92
+ <span class="search-toggle"><img src="./images/find.png"
93
+ height="16" width="16" alt="[+]"
94
+ title="show/hide quicksearch" /></span></h3>
95
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
96
+ <fieldset>
97
+ <legend>Quicksearch</legend>
98
+ <input type="text" name="quicksearch" value=""
99
+ class="quicksearch-field" />
100
+ </fieldset>
101
+ </form>
102
+
103
+ <ul class="link-list">
104
+
105
+ <li><a href="./RubyPost.html">RubyPost</a></li>
106
+
107
+ <li><a href="./RubyPost/AbstractPlot.html">RubyPost::AbstractPlot</a></li>
108
+
109
+ <li><a href="./RubyPost/Arrow.html">RubyPost::Arrow</a></li>
110
+
111
+ <li><a href="./RubyPost/AutoGrid.html">RubyPost::AutoGrid</a></li>
112
+
113
+ <li><a href="./RubyPost/BaseDrawCommand.html">RubyPost::BaseDrawCommand</a></li>
114
+
115
+ <li><a href="./RubyPost/BaseGraphData.html">RubyPost::BaseGraphData</a></li>
116
+
117
+ <li><a href="./RubyPost/BaseLabel.html">RubyPost::BaseLabel</a></li>
118
+
119
+ <li><a href="./RubyPost/Circle.html">RubyPost::Circle</a></li>
120
+
121
+ <li><a href="./RubyPost/Clip.html">RubyPost::Clip</a></li>
122
+
123
+ <li><a href="./RubyPost/Color.html">RubyPost::Color</a></li>
124
+
125
+ <li><a href="./RubyPost/Colour.html">RubyPost::Colour</a></li>
126
+
127
+ <li><a href="./RubyPost/Coords.html">RubyPost::Coords</a></li>
128
+
129
+ <li><a href="./RubyPost/CurvedPlot.html">RubyPost::CurvedPlot</a></li>
130
+
131
+ <li><a href="./RubyPost/CustomDrawable.html">RubyPost::CustomDrawable</a></li>
132
+
133
+ <li><a href="./RubyPost/CustomOption.html">RubyPost::CustomOption</a></li>
134
+
135
+ <li><a href="./RubyPost/Dashed.html">RubyPost::Dashed</a></li>
136
+
137
+ <li><a href="./RubyPost/DblArrow.html">RubyPost::DblArrow</a></li>
138
+
139
+ <li><a href="./RubyPost/DotLabel.html">RubyPost::DotLabel</a></li>
140
+
141
+ <li><a href="./RubyPost/DoubleArrow.html">RubyPost::DoubleArrow</a></li>
142
+
143
+ <li><a href="./RubyPost/Draw.html">RubyPost::Draw</a></li>
144
+
145
+ <li><a href="./RubyPost/Drawable.html">RubyPost::Drawable</a></li>
146
+
147
+ <li><a href="./RubyPost/Figure.html">RubyPost::Figure</a></li>
148
+
149
+ <li><a href="./RubyPost/File.html">RubyPost::File</a></li>
150
+
151
+ <li><a href="./RubyPost/Fill.html">RubyPost::Fill</a></li>
152
+
153
+ <li><a href="./RubyPost/Graph.html">RubyPost::Graph</a></li>
154
+
155
+ <li><a href="./RubyPost/GraphData.html">RubyPost::GraphData</a></li>
156
+
157
+ <li><a href="./RubyPost/GraphDataOption.html">RubyPost::GraphDataOption</a></li>
158
+
159
+ <li><a href="./RubyPost/GraphFile.html">RubyPost::GraphFile</a></li>
160
+
161
+ <li><a href="./RubyPost/GraphLabel.html">RubyPost::GraphLabel</a></li>
162
+
163
+ <li><a href="./RubyPost/GraphOption.html">RubyPost::GraphOption</a></li>
164
+
165
+ <li><a href="./RubyPost/GraphTitle.html">RubyPost::GraphTitle</a></li>
166
+
167
+ <li><a href="./RubyPost/ImpulsePlot.html">RubyPost::ImpulsePlot</a></li>
168
+
169
+ <li><a href="./RubyPost/Label.html">RubyPost::Label</a></li>
170
+
171
+ <li><a href="./RubyPost/LinePlot.html">RubyPost::LinePlot</a></li>
172
+
173
+ <li><a href="./RubyPost/Macros.html">RubyPost::Macros</a></li>
174
+
175
+ <li><a href="./RubyPost/Object.html">RubyPost::Object</a></li>
176
+
177
+ <li><a href="./RubyPost/Option.html">RubyPost::Option</a></li>
178
+
179
+ <li><a href="./RubyPost/Pair.html">RubyPost::Pair</a></li>
180
+
181
+ <li><a href="./RubyPost/Path.html">RubyPost::Path</a></li>
182
+
183
+ <li><a href="./RubyPost/PathOption.html">RubyPost::PathOption</a></li>
184
+
185
+ <li><a href="./RubyPost/Pen.html">RubyPost::Pen</a></li>
186
+
187
+ <li><a href="./RubyPost/Picture.html">RubyPost::Picture</a></li>
188
+
189
+ <li><a href="./RubyPost/PicturePrecompiler.html">RubyPost::PicturePrecompiler</a></li>
190
+
191
+ <li><a href="./RubyPost/Plot.html">RubyPost::Plot</a></li>
192
+
193
+ <li><a href="./RubyPost/Range.html">RubyPost::Range</a></li>
194
+
195
+ <li><a href="./RubyPost/Rotate.html">RubyPost::Rotate</a></li>
196
+
197
+ <li><a href="./RubyPost/Rotated.html">RubyPost::Rotated</a></li>
198
+
199
+ <li><a href="./RubyPost/Scale.html">RubyPost::Scale</a></li>
200
+
201
+ <li><a href="./RubyPost/Scaled.html">RubyPost::Scaled</a></li>
202
+
203
+ <li><a href="./RubyPost/Shift.html">RubyPost::Shift</a></li>
204
+
205
+ <li><a href="./RubyPost/Shifted.html">RubyPost::Shifted</a></li>
206
+
207
+ <li><a href="./RubyPost/SimplePlot.html">RubyPost::SimplePlot</a></li>
208
+
209
+ <li><a href="./RubyPost/Square.html">RubyPost::Square</a></li>
210
+
211
+ <li><a href="./RubyPost/StemPlot.html">RubyPost::StemPlot</a></li>
212
+
213
+ <li><a href="./RubyPost/Translate.html">RubyPost::Translate</a></li>
214
+
215
+ <li><a href="./RubyPost/XLabel.html">RubyPost::XLabel</a></li>
216
+
217
+ <li><a href="./RubyPost/YLabel.html">RubyPost::YLabel</a></li>
218
+
219
+ <li><a href="./RubyPost/YLabelRight.html">RubyPost::YLabelRight</a></li>
220
+
221
+ <li><a href="./Float.html">Float</a></li>
222
+
223
+ <li><a href="./Numeric.html">Numeric</a></li>
224
+
225
+ <li><a href="./Rational.html">Rational</a></li>
226
+
227
+ <li><a href="./String.html">String</a></li>
228
+
229
+ </ul>
230
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
231
+ </div>
232
+
233
+
234
+ </div>
235
+ </div>
236
+
237
+ <div id="documentation">
238
+ <h1 class="class">String</h1>
239
+
240
+ <div id="description" class="description">
241
+
242
+ <p>Add the compile functionality to Ruby <a href="String.html">String</a>
243
+ class it just calls to_s</p>
244
+
245
+ </div><!-- description -->
246
+
247
+
248
+
249
+
250
+ <div id="5Buntitled-5D" class="documentation-section">
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+ <!-- Methods -->
260
+
261
+ <div id="public-instance-method-details" class="method-section section">
262
+ <h3 class="section-header">Public Instance Methods</h3>
263
+
264
+
265
+ <div id="compile-method" class="method-detail ">
266
+ <a name="method-i-compile"></a>
267
+
268
+
269
+ <div class="method-heading">
270
+ <span class="method-name">compile</span><span
271
+ class="method-args">()</span>
272
+ <span class="method-click-advice">click to toggle source</span>
273
+ </div>
274
+
275
+
276
+ <div class="method-description">
277
+
278
+
279
+
280
+
281
+
282
+ <div class="method-source-code" id="compile-source">
283
+ <pre>
284
+ <span class="ruby-comment"># File lib/objects.rb, line 206</span>
285
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">compile</span>
286
+ <span class="ruby-identifier">to_s</span>
287
+ <span class="ruby-keyword">end</span></pre>
288
+ </div><!-- compile-source -->
289
+
290
+ </div>
291
+
292
+
293
+
294
+
295
+ </div><!-- compile-method -->
296
+
297
+
298
+ </div><!-- public-instance-method-details -->
299
+
300
+ </div><!-- 5Buntitled-5D -->
301
+
302
+
303
+ </div><!-- documentation -->
304
+
305
+ <div id="validator-badges">
306
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
307
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
308
+ Rdoc Generator</a> 2</small>.</p>
309
+ </div>
310
+
311
+ </body>
312
+ </html>
313
+