sdl4r 0.9.5 → 0.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>Class: SDL4R::Parser [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>Class: SDL4R::Parser</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,6 +45,7 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="classHeader">
46
50
  <table class="header-table">
47
51
  <tr class="top-aligned-row">
@@ -51,76 +55,43 @@
51
55
  <tr class="top-aligned-row">
52
56
  <td><strong>In:</strong></td>
53
57
  <td>
54
-
55
-
56
58
  <a href="../../files/lib/sdl4r/parser_rb.html">
57
-
58
59
  lib/sdl4r/parser.rb
59
-
60
60
  </a>
61
-
62
-
63
61
  <br />
64
-
65
-
66
62
  <a href="../../files/lib/sdl4r/parser/reader_rb.html">
67
-
68
63
  lib/sdl4r/parser/reader.rb
69
-
70
64
  </a>
71
-
72
-
73
65
  <br />
74
-
75
-
76
66
  <a href="../../files/lib/sdl4r/parser/tokenizer_rb.html">
77
-
78
67
  lib/sdl4r/parser/tokenizer.rb
79
-
80
68
  </a>
81
-
82
-
83
69
  <br />
84
-
85
-
86
70
  <a href="../../files/lib/sdl4r/parser/token_rb.html">
87
-
88
71
  lib/sdl4r/parser/token.rb
89
-
90
72
  </a>
91
-
92
-
93
73
  <br />
94
-
95
-
96
74
  <a href="../../files/lib/sdl4r/parser/time_span_with_zone_rb.html">
97
-
98
75
  lib/sdl4r/parser/time_span_with_zone.rb
99
-
100
76
  </a>
101
-
102
-
103
77
  <br />
104
-
105
78
  </td>
106
79
  </tr>
107
80
 
108
-
109
81
  <tr class="top-aligned-row">
110
82
  <td><strong>Parent:</strong></td>
111
83
  <td>
112
-
113
84
  Object
114
-
115
85
  </td>
116
86
  </tr>
117
-
118
87
  </table>
119
88
  </div>
120
89
  <!-- banner header -->
121
90
 
122
91
  <div id="bodyContent">
123
92
 
93
+
94
+
124
95
  <div id="contextContent">
125
96
 
126
97
  <div id="description">
@@ -137,7 +108,7 @@ following lines:
137
108
  </pre>
138
109
  <p>
139
110
  This will give you correct input and output and correct UTF-8
140
- &#8220;general&#8221; sorting. Alternatively you can use the following
111
+ &quot;general&quot; sorting. Alternatively you can use the following
141
112
  options when launching the Ruby interpreter:
142
113
  </p>
143
114
  <pre>
@@ -150,78 +121,66 @@ Daniel Leuck, Philippe Vosges
150
121
 
151
122
  </div>
152
123
 
153
- </div>
154
124
 
125
+ </div>
155
126
 
156
127
  <div id="method-list">
157
128
  <h3 class="section-bar">Methods</h3>
158
129
 
159
130
  <div class="name-list">
160
-
161
- <a href="#M000080">new</a>&nbsp;&nbsp;
162
-
163
- <a href="#M000082">new_date_time</a>&nbsp;&nbsp;
164
-
165
- <a href="#M000081">parse</a>&nbsp;&nbsp;
166
-
131
+ <a href="#M000010">new</a>&nbsp;&nbsp;
132
+ <a href="#M000012">new_date_time</a>&nbsp;&nbsp;
133
+ <a href="#M000011">parse</a>&nbsp;&nbsp;
167
134
  </div>
168
135
  </div>
169
136
 
170
137
  </div>
171
138
 
139
+
172
140
  <!-- if includes -->
173
141
 
174
142
  <div id="section">
175
143
 
144
+
176
145
  <div id="constants-list">
177
146
  <h3 class="section-bar">Constants</h3>
178
147
 
179
148
  <div class="name-list">
180
149
  <table summary="Constants">
181
-
182
150
  <tr class="top-aligned-row context-row">
183
151
  <td class="context-item-name">UNKNOWN_POSITION</td>
184
152
  <td>=</td>
185
153
  <td class="context-item-value">-2</td>
186
-
187
- <td>&nbsp;</td>
154
+ <td width="3em">&nbsp;</td>
188
155
  <td class="context-item-desc">
189
156
  Passed to parse_error() in order to specify an error that occured on no
190
157
  specific position (column).
191
158
 
192
159
  </td>
193
-
194
160
  </tr>
195
-
196
161
  </table>
197
162
  </div>
198
163
  </div>
199
164
 
200
165
 
201
166
 
167
+
202
168
 
203
- <!-- if method_list -->
204
169
 
170
+ <!-- if method_list -->
205
171
  <div id="methods">
206
-
207
172
  <h3 class="section-bar">Public Class methods</h3>
208
173
 
209
-
210
- <div id="method-M000080" class="method-detail">
211
- <a name="M000080"></a>
174
+ <div id="method-M000010" class="method-detail">
175
+ <a name="M000010"></a>
212
176
 
213
177
  <div class="method-heading">
214
-
215
- <a href="#M000080" class="method-signature">
216
-
178
+ <a href="#M000010" class="method-signature">
217
179
  <span class="method-name">new</span><span class="method-args">(io)</span>
218
-
219
180
  </a>
220
-
221
181
  </div>
222
-
182
+
223
183
  <div class="method-description">
224
-
225
184
  <p>
226
185
  Creates an SDL parser on the specified <tt>IO</tt>.
227
186
  </p>
@@ -231,10 +190,9 @@ Creates an SDL parser on the specified <tt>IO</tt>.
231
190
  tags = parser.parse()
232
191
  }
233
192
  </pre>
234
-
235
193
  <p><a class="source-toggle" href="#"
236
- onclick="toggleCode('M000080-source');return false;">[Source]</a></p>
237
- <div class="method-source-code" id="M000080-source">
194
+ onclick="toggleCode('M000010-source');return false;">[Source]</a></p>
195
+ <div class="method-source-code" id="M000010-source">
238
196
  <pre>
239
197
  <span class="ruby-comment cmt"># File lib/sdl4r/parser.rb, line 59</span>
240
198
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">io</span>)
@@ -244,29 +202,21 @@ Creates an SDL parser on the specified <tt>IO</tt>.
244
202
  <span class="ruby-keyword kw">end</span>
245
203
  </pre>
246
204
  </div>
247
-
248
205
  </div>
249
206
  </div>
250
207
 
251
-
252
208
  <h3 class="section-bar">Public Instance methods</h3>
253
209
 
254
-
255
- <div id="method-M000082" class="method-detail">
256
- <a name="M000082"></a>
210
+ <div id="method-M000012" class="method-detail">
211
+ <a name="M000012"></a>
257
212
 
258
213
  <div class="method-heading">
259
-
260
- <a href="#M000082" class="method-signature">
261
-
214
+ <a href="#M000012" class="method-signature">
262
215
  <span class="method-name">new_date_time</span><span class="method-args">(year, month, day, hour, min, sec, time_zone_offset)</span>
263
-
264
216
  </a>
265
-
266
217
  </div>
267
-
218
+
268
219
  <div class="method-description">
269
-
270
220
  <p>
271
221
  Creates and returns the object representing a datetime (DateTime in the
272
222
  default implementation). Can be overriden.
@@ -276,10 +226,9 @@ default implementation). Can be overriden.
276
226
  Time.utc(year, month, day, hour, min, sec)
277
227
  end
278
228
  </pre>
279
-
280
229
  <p><a class="source-toggle" href="#"
281
- onclick="toggleCode('M000082-source');return false;">[Source]</a></p>
282
- <div class="method-source-code" id="M000082-source">
230
+ onclick="toggleCode('M000012-source');return false;">[Source]</a></p>
231
+ <div class="method-source-code" id="M000012-source">
283
232
  <pre>
284
233
  <span class="ruby-comment cmt"># File lib/sdl4r/parser.rb, line 105</span>
285
234
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">new_date_time</span>(<span class="ruby-identifier">year</span>, <span class="ruby-identifier">month</span>, <span class="ruby-identifier">day</span>, <span class="ruby-identifier">hour</span>, <span class="ruby-identifier">min</span>, <span class="ruby-identifier">sec</span>, <span class="ruby-identifier">time_zone_offset</span>)
@@ -287,29 +236,22 @@ default implementation). Can be overriden.
287
236
  <span class="ruby-keyword kw">end</span>
288
237
  </pre>
289
238
  </div>
290
-
291
239
  </div>
292
240
  </div>
293
241
 
294
-
295
- <div id="method-M000081" class="method-detail">
296
- <a name="M000081"></a>
242
+ <div id="method-M000011" class="method-detail">
243
+ <a name="M000011"></a>
297
244
 
298
245
  <div class="method-heading">
299
-
300
- <a href="#M000081" class="method-signature">
301
-
246
+ <a href="#M000011" class="method-signature">
302
247
  <span class="method-name">parse</span><span class="method-args">()</span>
303
-
304
248
  </a>
305
-
306
249
  </div>
307
-
250
+
308
251
  <div class="method-description">
309
-
310
252
  <p>
311
- Parses the underlying <tt>IO</tt> and returns an <tt>Array</tt> of
312
- <tt>Tag</tt>.
253
+ Parses the underlying <tt>IO</tt> and returns an <tt>Array</tt> of <tt><a
254
+ href="Tag.html">Tag</a></tt>.
313
255
  </p>
314
256
  <h2>Errors</h2>
315
257
  <dl>
@@ -320,10 +262,9 @@ Parses the underlying <tt>IO</tt> and returns an <tt>Array</tt> of
320
262
 
321
263
  </dd>
322
264
  </dl>
323
-
324
265
  <p><a class="source-toggle" href="#"
325
- onclick="toggleCode('M000081-source');return false;">[Source]</a></p>
326
- <div class="method-source-code" id="M000081-source">
266
+ onclick="toggleCode('M000011-source');return false;">[Source]</a></p>
267
+ <div class="method-source-code" id="M000011-source">
327
268
  <pre>
328
269
  <span class="ruby-comment cmt"># File lib/sdl4r/parser.rb, line 70</span>
329
270
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">parse</span>
@@ -355,22 +296,19 @@ Parses the underlying <tt>IO</tt> and returns an <tt>Array</tt> of
355
296
  <span class="ruby-keyword kw">end</span>
356
297
  </pre>
357
298
  </div>
358
-
359
299
  </div>
360
300
  </div>
361
301
 
362
302
 
363
-
364
303
  </div>
365
304
 
366
305
 
367
-
368
-
369
306
  </div>
370
307
 
308
+
371
309
  <div id="validator-badges">
372
310
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
373
311
  </div>
374
312
 
375
313
  </body>
376
- </html>
314
+ </html>
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>Class: SDL4R::SdlBinary [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>Class: SDL4R::SdlBinary</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,6 +45,7 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="classHeader">
46
50
  <table class="header-table">
47
51
  <tr class="top-aligned-row">
@@ -51,36 +55,27 @@
51
55
  <tr class="top-aligned-row">
52
56
  <td><strong>In:</strong></td>
53
57
  <td>
54
-
55
-
56
58
  <a href="../../files/lib/sdl4r/sdl_binary_rb.html">
57
-
58
59
  lib/sdl4r/sdl_binary.rb
59
-
60
60
  </a>
61
-
62
-
63
61
  <br />
64
-
65
62
  </td>
66
63
  </tr>
67
64
 
68
-
69
65
  <tr class="top-aligned-row">
70
66
  <td><strong>Parent:</strong></td>
71
67
  <td>
72
-
73
68
  Object
74
-
75
69
  </td>
76
70
  </tr>
77
-
78
71
  </table>
79
72
  </div>
80
73
  <!-- banner header -->
81
74
 
82
75
  <div id="bodyContent">
83
76
 
77
+
78
+
84
79
  <div id="contextContent">
85
80
 
86
81
  <div id="description">
@@ -94,87 +89,71 @@ a binary literal.
94
89
 
95
90
  </div>
96
91
 
97
- </div>
98
92
 
93
+ </div>
99
94
 
100
95
  <div id="method-list">
101
96
  <h3 class="section-bar">Methods</h3>
102
97
 
103
98
  <div class="name-list">
104
-
105
- <a href="#M000084">==</a>&nbsp;&nbsp;
106
-
107
- <a href="#M000088">decode64</a>&nbsp;&nbsp;
108
-
109
- <a href="#M000085">eql?</a>&nbsp;&nbsp;
110
-
111
- <a href="#M000086">hash</a>&nbsp;&nbsp;
112
-
113
- <a href="#M000083">new</a>&nbsp;&nbsp;
114
-
115
- <a href="#M000087">to_s</a>&nbsp;&nbsp;
116
-
99
+ <a href="#M000056">==</a>&nbsp;&nbsp;
100
+ <a href="#M000060">decode64</a>&nbsp;&nbsp;
101
+ <a href="#M000057">eql?</a>&nbsp;&nbsp;
102
+ <a href="#M000058">hash</a>&nbsp;&nbsp;
103
+ <a href="#M000055">new</a>&nbsp;&nbsp;
104
+ <a href="#M000059">to_s</a>&nbsp;&nbsp;
117
105
  </div>
118
106
  </div>
119
107
 
120
108
  </div>
121
109
 
110
+
122
111
  <!-- if includes -->
123
112
 
124
113
  <div id="section">
125
114
 
126
115
 
127
116
 
117
+
118
+
128
119
  <div id="attribute-list">
129
120
  <h3 class="section-bar">Attributes</h3>
130
121
 
131
122
  <div class="name-list">
132
123
  <table>
133
-
134
124
  <tr class="top-aligned-row context-row">
135
125
  <td class="context-item-name">bytes</td>
136
-
137
126
  <td class="context-item-value">&nbsp;[RW]&nbsp;</td>
138
-
139
127
  <td class="context-item-desc"></td>
140
128
  </tr>
141
-
142
129
  </table>
143
130
  </div>
144
131
  </div>
132
+
145
133
 
146
134
 
147
135
  <!-- if method_list -->
148
-
149
136
  <div id="methods">
150
-
151
137
  <h3 class="section-bar">Public Class methods</h3>
152
138
 
153
-
154
- <div id="method-M000088" class="method-detail">
155
- <a name="M000088"></a>
139
+ <div id="method-M000060" class="method-detail">
140
+ <a name="M000060"></a>
156
141
 
157
142
  <div class="method-heading">
158
-
159
- <a href="#M000088" class="method-signature">
160
-
143
+ <a href="#M000060" class="method-signature">
161
144
  <span class="method-name">decode64</span><span class="method-args">(s)</span>
162
-
163
145
  </a>
164
-
165
146
  </div>
166
-
147
+
167
148
  <div class="method-description">
168
-
169
149
  <p>
170
150
  Decodes the specified base-64 encoded string and returns a corresponding <a
171
151
  href="SdlBinary.html">SdlBinary</a> instance. <tt>s</tt> might not include
172
152
  the conventional starting and ending square brackets.
173
153
  </p>
174
-
175
154
  <p><a class="source-toggle" href="#"
176
- onclick="toggleCode('M000088-source');return false;">[Source]</a></p>
177
- <div class="method-source-code" id="M000088-source">
155
+ onclick="toggleCode('M000060-source');return false;">[Source]</a></p>
156
+ <div class="method-source-code" id="M000060-source">
178
157
  <pre>
179
158
  <span class="ruby-comment cmt"># File lib/sdl4r/sdl_binary.rb, line 57</span>
180
159
  <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">decode64</span>(<span class="ruby-identifier">s</span>)
@@ -190,33 +169,25 @@ the conventional starting and ending square brackets.
190
169
  <span class="ruby-keyword kw">end</span>
191
170
  </pre>
192
171
  </div>
193
-
194
172
  </div>
195
173
  </div>
196
174
 
197
-
198
- <div id="method-M000083" class="method-detail">
199
- <a name="M000083"></a>
175
+ <div id="method-M000055" class="method-detail">
176
+ <a name="M000055"></a>
200
177
 
201
178
  <div class="method-heading">
202
-
203
- <a href="#M000083" class="method-signature">
204
-
179
+ <a href="#M000055" class="method-signature">
205
180
  <span class="method-name">new</span><span class="method-args">(bytes)</span>
206
-
207
181
  </a>
208
-
209
182
  </div>
210
-
183
+
211
184
  <div class="method-description">
212
-
213
185
  <p>
214
186
  <tt>value</tt>: a String containing the bytes
215
187
  </p>
216
-
217
188
  <p><a class="source-toggle" href="#"
218
- onclick="toggleCode('M000083-source');return false;">[Source]</a></p>
219
- <div class="method-source-code" id="M000083-source">
189
+ onclick="toggleCode('M000055-source');return false;">[Source]</a></p>
190
+ <div class="method-source-code" id="M000055-source">
220
191
  <pre>
221
192
  <span class="ruby-comment cmt"># File lib/sdl4r/sdl_binary.rb, line 33</span>
222
193
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">bytes</span>)
@@ -224,32 +195,24 @@ the conventional starting and ending square brackets.
224
195
  <span class="ruby-keyword kw">end</span>
225
196
  </pre>
226
197
  </div>
227
-
228
198
  </div>
229
199
  </div>
230
200
 
231
-
232
201
  <h3 class="section-bar">Public Instance methods</h3>
233
202
 
234
-
235
- <div id="method-M000084" class="method-detail">
236
- <a name="M000084"></a>
203
+ <div id="method-M000056" class="method-detail">
204
+ <a name="M000056"></a>
237
205
 
238
206
  <div class="method-heading">
239
-
240
- <a href="#M000084" class="method-signature">
241
-
207
+ <a href="#M000056" class="method-signature">
242
208
  <span class="method-name">==</span><span class="method-args">(o)</span>
243
-
244
209
  </a>
245
-
246
210
  </div>
247
-
211
+
248
212
  <div class="method-description">
249
-
250
213
  <p><a class="source-toggle" href="#"
251
- onclick="toggleCode('M000084-source');return false;">[Source]</a></p>
252
- <div class="method-source-code" id="M000084-source">
214
+ onclick="toggleCode('M000056-source');return false;">[Source]</a></p>
215
+ <div class="method-source-code" id="M000056-source">
253
216
  <pre>
254
217
  <span class="ruby-comment cmt"># File lib/sdl4r/sdl_binary.rb, line 37</span>
255
218
  <span class="ruby-keyword kw">def</span> <span class="ruby-operator">==</span>(<span class="ruby-identifier">o</span>)
@@ -259,48 +222,36 @@ the conventional starting and ending square brackets.
259
222
  <span class="ruby-keyword kw">end</span>
260
223
  </pre>
261
224
  </div>
262
-
263
225
  </div>
264
226
  </div>
265
227
 
266
-
267
- <div id="method-M000085" class="method-detail">
268
- <a name="M000085"></a>
228
+ <div id="method-M000057" class="method-detail">
229
+ <a name="M000057"></a>
269
230
 
270
231
  <div class="method-heading">
271
-
272
232
  <span class="method-name">eql?</span><span class="method-args">(o)</span>
273
-
274
233
  </div>
275
-
234
+
276
235
  <div class="method-description">
277
-
278
236
  <p>
279
237
  Alias for #==
280
238
  </p>
281
-
282
239
  </div>
283
240
  </div>
284
241
 
285
-
286
- <div id="method-M000086" class="method-detail">
287
- <a name="M000086"></a>
242
+ <div id="method-M000058" class="method-detail">
243
+ <a name="M000058"></a>
288
244
 
289
245
  <div class="method-heading">
290
-
291
- <a href="#M000086" class="method-signature">
292
-
246
+ <a href="#M000058" class="method-signature">
293
247
  <span class="method-name">hash</span><span class="method-args">()</span>
294
-
295
248
  </a>
296
-
297
249
  </div>
298
-
250
+
299
251
  <div class="method-description">
300
-
301
252
  <p><a class="source-toggle" href="#"
302
- onclick="toggleCode('M000086-source');return false;">[Source]</a></p>
303
- <div class="method-source-code" id="M000086-source">
253
+ onclick="toggleCode('M000058-source');return false;">[Source]</a></p>
254
+ <div class="method-source-code" id="M000058-source">
304
255
  <pre>
305
256
  <span class="ruby-comment cmt"># File lib/sdl4r/sdl_binary.rb, line 45</span>
306
257
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">hash</span>
@@ -308,33 +259,25 @@ Alias for #==
308
259
  <span class="ruby-keyword kw">end</span>
309
260
  </pre>
310
261
  </div>
311
-
312
262
  </div>
313
263
  </div>
314
264
 
315
-
316
- <div id="method-M000087" class="method-detail">
317
- <a name="M000087"></a>
265
+ <div id="method-M000059" class="method-detail">
266
+ <a name="M000059"></a>
318
267
 
319
268
  <div class="method-heading">
320
-
321
- <a href="#M000087" class="method-signature">
322
-
269
+ <a href="#M000059" class="method-signature">
323
270
  <span class="method-name">to_s</span><span class="method-args">()</span>
324
-
325
271
  </a>
326
-
327
272
  </div>
328
-
273
+
329
274
  <div class="method-description">
330
-
331
275
  <p>
332
276
  Returns the bytes base64-encoded.
333
277
  </p>
334
-
335
278
  <p><a class="source-toggle" href="#"
336
- onclick="toggleCode('M000087-source');return false;">[Source]</a></p>
337
- <div class="method-source-code" id="M000087-source">
279
+ onclick="toggleCode('M000059-source');return false;">[Source]</a></p>
280
+ <div class="method-source-code" id="M000059-source">
338
281
  <pre>
339
282
  <span class="ruby-comment cmt"># File lib/sdl4r/sdl_binary.rb, line 50</span>
340
283
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
@@ -342,22 +285,19 @@ Returns the bytes base64-encoded.
342
285
  <span class="ruby-keyword kw">end</span>
343
286
  </pre>
344
287
  </div>
345
-
346
288
  </div>
347
289
  </div>
348
290
 
349
291
 
350
-
351
292
  </div>
352
293
 
353
294
 
354
-
355
-
356
295
  </div>
357
296
 
297
+
358
298
  <div id="validator-badges">
359
299
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
360
300
  </div>
361
301
 
362
302
  </body>
363
- </html>
303
+ </html>