qiflib 0.2.0 → 0.3.0
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.
- checksums.yaml +7 -0
- data/README.rdoc +37 -37
- data/html/Qiflib/Category.html +243 -262
- data/html/Qiflib/Date.html +255 -294
- data/html/Qiflib/Money.html +213 -226
- data/html/Qiflib/Transaction.html +517 -568
- data/html/Qiflib/Util.html +322 -333
- data/html/Qiflib.html +197 -234
- data/html/README_rdoc.html +144 -130
- data/html/index.html +125 -155
- data/html/rdoc.css +170 -338
- data/html/table_of_contents.html +130 -0
- data/lib/qiflib_constants.rb +6 -7
- data/lib/qiflib_util.rb +35 -36
- metadata +15 -25
- data/html/lib/qiflib_category_rb.html +0 -52
- data/html/lib/qiflib_constants_rb.html +0 -56
- data/html/lib/qiflib_date_rb.html +0 -52
- data/html/lib/qiflib_money_rb.html +0 -52
- data/html/lib/qiflib_rb.html +0 -68
- data/html/lib/qiflib_transaction_rb.html +0 -52
- data/html/lib/qiflib_util_rb.html +0 -52
data/html/Qiflib/Date.html
CHANGED
@@ -1,307 +1,271 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
5
4
|
<head>
|
6
|
-
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Qiflib::Date - qiflib</title>
|
7
8
|
|
8
|
-
|
9
|
+
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
|
9
10
|
|
10
|
-
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
|
11
21
|
|
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
22
|
|
17
|
-
</head>
|
18
23
|
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../index.html">Home</a>
|
28
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
19
32
|
|
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
33
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
class="thickbox" title="lib/qiflib_date.rb">lib/qiflib_date.rb</a></li>
|
39
|
-
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
</div>
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
43
41
|
|
44
|
-
|
45
|
-
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
46
44
|
|
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
45
|
|
58
|
-
|
46
|
+
|
59
47
|
|
60
|
-
|
48
|
+
<div id="file-metadata">
|
49
|
+
<nav id="file-list-section" class="section">
|
50
|
+
<h3 class="section-header">Defined In</h3>
|
51
|
+
<ul>
|
52
|
+
<li>lib/qiflib_date.rb
|
53
|
+
</ul>
|
54
|
+
</nav>
|
61
55
|
|
62
|
-
|
63
|
-
|
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-c-new">::new</a></li>
|
69
|
-
|
70
|
-
<li><a href="#method-i-to_s">#to_s</a></li>
|
71
|
-
|
72
|
-
</ul>
|
73
|
-
</div>
|
74
|
-
|
56
|
+
|
57
|
+
</div>
|
75
58
|
|
76
|
-
|
77
|
-
|
59
|
+
<div id="class-metadata">
|
60
|
+
|
61
|
+
<nav id="parent-class-section" class="section">
|
62
|
+
<h3 class="section-header">Parent</h3>
|
63
|
+
|
64
|
+
<p class="link">Object
|
65
|
+
|
66
|
+
</nav>
|
78
67
|
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
<ul>
|
85
|
-
|
86
|
-
<li class="file"><a href="../README_rdoc.html">README.rdoc</a></li>
|
87
|
-
|
88
|
-
</ul>
|
89
|
-
</div>
|
90
|
-
|
68
|
+
|
69
|
+
|
70
|
+
<!-- Method Quickref -->
|
71
|
+
<nav id="method-list-section" class="section">
|
72
|
+
<h3 class="section-header">Methods</h3>
|
91
73
|
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
<input type="text" name="quicksearch" value=""
|
101
|
-
class="quicksearch-field" />
|
102
|
-
</fieldset>
|
103
|
-
</form>
|
104
|
-
|
105
|
-
<ul class="link-list">
|
106
|
-
|
107
|
-
<li><a href="../Qiflib.html">Qiflib</a></li>
|
108
|
-
|
109
|
-
<li><a href="../Qiflib/Category.html">Qiflib::Category</a></li>
|
110
|
-
|
111
|
-
<li><a href="../Qiflib/Date.html">Qiflib::Date</a></li>
|
112
|
-
|
113
|
-
<li><a href="../Qiflib/Money.html">Qiflib::Money</a></li>
|
114
|
-
|
115
|
-
<li><a href="../Qiflib/Transaction.html">Qiflib::Transaction</a></li>
|
116
|
-
|
117
|
-
<li><a href="../Qiflib/Util.html">Qiflib::Util</a></li>
|
118
|
-
|
119
|
-
</ul>
|
120
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
121
|
-
</div>
|
74
|
+
<ul class="link-list">
|
75
|
+
|
76
|
+
<li ><a href="#method-c-new">::new</a>
|
77
|
+
|
78
|
+
<li ><a href="#method-i-to_s">#to_s</a>
|
79
|
+
|
80
|
+
</ul>
|
81
|
+
</nav>
|
122
82
|
|
123
|
-
|
124
|
-
</div>
|
125
83
|
</div>
|
126
84
|
|
127
|
-
<div id="
|
128
|
-
<
|
85
|
+
<div id="project-metadata">
|
86
|
+
<nav id="fileindex-section" class="section project-section">
|
87
|
+
<h3 class="section-header">Pages</h3>
|
129
88
|
|
130
|
-
|
131
|
-
|
89
|
+
<ul>
|
90
|
+
|
91
|
+
<li class="file"><a href="../README_rdoc.html">README</a>
|
92
|
+
|
93
|
+
</ul>
|
94
|
+
</nav>
|
95
|
+
|
96
|
+
<nav id="classindex-section" class="section project-section">
|
97
|
+
<h3 class="section-header">Class and Module Index</h3>
|
98
|
+
|
99
|
+
<ul class="link-list">
|
100
|
+
|
101
|
+
<li><a href="../Qiflib.html">Qiflib</a>
|
102
|
+
|
103
|
+
<li><a href="../Qiflib/Category.html">Qiflib::Category</a>
|
104
|
+
|
105
|
+
<li><a href="../Qiflib/Date.html">Qiflib::Date</a>
|
106
|
+
|
107
|
+
<li><a href="../Qiflib/Money.html">Qiflib::Money</a>
|
108
|
+
|
109
|
+
<li><a href="../Qiflib/Transaction.html">Qiflib::Transaction</a>
|
110
|
+
|
111
|
+
<li><a href="../Qiflib/Util.html">Qiflib::Util</a>
|
112
|
+
|
113
|
+
</ul>
|
114
|
+
</nav>
|
115
|
+
|
116
|
+
</div>
|
117
|
+
</nav>
|
118
|
+
|
119
|
+
<div id="documentation">
|
120
|
+
<h1 class="class">class Qiflib::Date</h1>
|
121
|
+
|
122
|
+
<div id="description" class="description">
|
123
|
+
|
132
124
|
<p>Instances of this class represent a date from within a qif file, such as
|
133
|
-
|
125
|
+
'D5/24/94'.</p>
|
134
126
|
|
135
|
-
|
127
|
+
</div><!-- description -->
|
136
128
|
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
137
133
|
|
134
|
+
|
138
135
|
|
136
|
+
|
139
137
|
|
140
|
-
<div id="5Buntitled-5D" class="documentation-section">
|
141
|
-
|
142
138
|
|
143
|
-
|
139
|
+
|
140
|
+
<!-- Attributes -->
|
141
|
+
<section id="attribute-method-details" class="method-section section">
|
142
|
+
<h3 class="section-header">Attributes</h3>
|
144
143
|
|
145
144
|
|
145
|
+
<div id="attribute-i-ccyymmdd" class="method-detail">
|
146
|
+
<div class="method-heading attribute-method-heading">
|
147
|
+
<span class="method-name">ccyymmdd</span><span
|
148
|
+
class="attribute-access-type">[RW]</span>
|
149
|
+
</div>
|
146
150
|
|
151
|
+
<div class="method-description">
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
</div>
|
156
|
+
</div>
|
147
157
|
|
148
|
-
|
149
|
-
|
150
|
-
|
158
|
+
<div id="attribute-i-dd" class="method-detail">
|
159
|
+
<div class="method-heading attribute-method-heading">
|
160
|
+
<span class="method-name">dd</span><span
|
161
|
+
class="attribute-access-type">[RW]</span>
|
162
|
+
</div>
|
151
163
|
|
164
|
+
<div class="method-description">
|
152
165
|
|
153
|
-
<div id="ccyymmdd-attribute-method" class="method-detail">
|
154
|
-
<a name="ccyymmdd"></a>
|
155
|
-
|
156
|
-
<a name="ccyymmdd="></a>
|
157
|
-
|
158
|
-
<div class="method-heading attribute-method-heading">
|
159
|
-
<span class="method-name">ccyymmdd</span><span
|
160
|
-
class="attribute-access-type">[RW]</span>
|
161
|
-
</div>
|
162
|
-
|
163
|
-
<div class="method-description">
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
</div>
|
168
|
-
</div>
|
169
166
|
|
170
|
-
<div id="dd-attribute-method" class="method-detail">
|
171
|
-
<a name="dd"></a>
|
172
|
-
|
173
|
-
<a name="dd="></a>
|
174
|
-
|
175
|
-
<div class="method-heading attribute-method-heading">
|
176
|
-
<span class="method-name">dd</span><span
|
177
|
-
class="attribute-access-type">[RW]</span>
|
178
|
-
</div>
|
179
|
-
|
180
|
-
<div class="method-description">
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
</div>
|
185
|
-
</div>
|
186
167
|
|
187
|
-
<div id="mm-attribute-method" class="method-detail">
|
188
|
-
<a name="mm"></a>
|
189
|
-
|
190
|
-
<a name="mm="></a>
|
191
|
-
|
192
|
-
<div class="method-heading attribute-method-heading">
|
193
|
-
<span class="method-name">mm</span><span
|
194
|
-
class="attribute-access-type">[RW]</span>
|
195
|
-
</div>
|
196
|
-
|
197
|
-
<div class="method-description">
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
</div>
|
202
168
|
</div>
|
169
|
+
</div>
|
170
|
+
|
171
|
+
<div id="attribute-i-mm" class="method-detail">
|
172
|
+
<div class="method-heading attribute-method-heading">
|
173
|
+
<span class="method-name">mm</span><span
|
174
|
+
class="attribute-access-type">[RW]</span>
|
175
|
+
</div>
|
176
|
+
|
177
|
+
<div class="method-description">
|
203
178
|
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
179
|
+
|
180
|
+
|
181
|
+
</div>
|
182
|
+
</div>
|
183
|
+
|
184
|
+
<div id="attribute-i-string_value" class="method-detail">
|
185
|
+
<div class="method-heading attribute-method-heading">
|
186
|
+
<span class="method-name">string_value</span><span
|
187
|
+
class="attribute-access-type">[RW]</span>
|
188
|
+
</div>
|
213
189
|
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
190
|
+
<div class="method-description">
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
</div>
|
195
|
+
</div>
|
196
|
+
|
197
|
+
<div id="attribute-i-year" class="method-detail">
|
198
|
+
<div class="method-heading attribute-method-heading">
|
199
|
+
<span class="method-name">year</span><span
|
200
|
+
class="attribute-access-type">[RW]</span>
|
219
201
|
</div>
|
202
|
+
|
203
|
+
<div class="method-description">
|
220
204
|
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
205
|
+
|
206
|
+
|
207
|
+
</div>
|
208
|
+
</div>
|
209
|
+
|
210
|
+
<div id="attribute-i-year_mm" class="method-detail">
|
211
|
+
<div class="method-heading attribute-method-heading">
|
212
|
+
<span class="method-name">year_mm</span><span
|
213
|
+
class="attribute-access-type">[RW]</span>
|
214
|
+
</div>
|
230
215
|
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
216
|
+
<div class="method-description">
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
</div>
|
221
|
+
</div>
|
222
|
+
|
223
|
+
<div id="attribute-i-yy" class="method-detail">
|
224
|
+
<div class="method-heading attribute-method-heading">
|
225
|
+
<span class="method-name">yy</span><span
|
226
|
+
class="attribute-access-type">[RW]</span>
|
236
227
|
</div>
|
228
|
+
|
229
|
+
<div class="method-description">
|
237
230
|
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
class="attribute-access-type">[RW]</span>
|
246
|
-
</div>
|
231
|
+
|
232
|
+
|
233
|
+
</div>
|
234
|
+
</div>
|
235
|
+
|
236
|
+
</section><!-- attribute-method-details -->
|
237
|
+
|
247
238
|
|
248
|
-
|
249
|
-
|
239
|
+
<!-- Methods -->
|
240
|
+
|
241
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section section">
|
242
|
+
<h3 class="section-header">Public Class Methods</h3>
|
243
|
+
|
244
|
+
|
245
|
+
<div id="method-c-new" class="method-detail ">
|
246
|
+
|
247
|
+
<div class="method-heading">
|
248
|
+
<span class="method-name">new</span><span
|
249
|
+
class="method-args">(string_value='')</span>
|
250
250
|
|
251
|
+
<span class="method-click-advice">click to toggle source</span>
|
251
252
|
|
252
|
-
</div>
|
253
253
|
</div>
|
254
254
|
|
255
|
-
<div id="yy-attribute-method" class="method-detail">
|
256
|
-
<a name="yy"></a>
|
257
|
-
|
258
|
-
<a name="yy="></a>
|
259
|
-
|
260
|
-
<div class="method-heading attribute-method-heading">
|
261
|
-
<span class="method-name">yy</span><span
|
262
|
-
class="attribute-access-type">[RW]</span>
|
263
|
-
</div>
|
264
255
|
|
265
|
-
|
266
|
-
|
256
|
+
<div class="method-description">
|
267
257
|
|
268
258
|
|
269
|
-
</div>
|
270
|
-
</div>
|
271
|
-
|
272
|
-
</div><!-- attribute-method-details -->
|
273
|
-
|
274
|
-
|
275
|
-
<!-- Methods -->
|
276
|
-
|
277
|
-
<div id="public-class-method-details" class="method-section section">
|
278
|
-
<h3 class="section-header">Public Class Methods</h3>
|
279
|
-
|
280
|
-
|
281
|
-
<div id="new-method" class="method-detail ">
|
282
|
-
<a name="method-c-new"></a>
|
283
|
-
|
284
259
|
|
285
|
-
<div class="method-heading">
|
286
|
-
<span class="method-name">new</span><span
|
287
|
-
class="method-args">(string_value='')</span>
|
288
|
-
<span class="method-click-advice">click to toggle source</span>
|
289
|
-
</div>
|
290
260
|
|
291
261
|
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
<pre>
|
300
|
-
<span class="ruby-comment"># File lib/qiflib_date.rb, line 11</span>
|
301
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">string_value</span>=<span class="ruby-string">''</span>)
|
302
|
-
<span class="ruby-ivar">@cc</span>, <span class="ruby-ivar">@yy</span>, <span class="ruby-ivar">@mm</span>, <span class="ruby-ivar">@dd</span> = <span class="ruby-string">'00'</span>, <span class="ruby-string">'00'</span>, <span class="ruby-string">'00'</span>, <span class="ruby-string">'00'</span>
|
303
|
-
<span class="ruby-ivar">@string_value</span> = <span class="ruby-node">"#{string_value}"</span>.<span class="ruby-identifier">tr</span>(<span class="ruby-string">'D'</span>,<span class="ruby-string">''</span>)
|
304
|
-
<span class="ruby-identifier">tokens</span> = <span class="ruby-ivar">@string_value</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">'/'</span>)
|
262
|
+
|
263
|
+
<div class="method-source-code" id="new-source">
|
264
|
+
<pre><span class="ruby-comment"># File lib/qiflib_date.rb, line 11</span>
|
265
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">string_value</span>=<span class="ruby-string">''</span>)
|
266
|
+
<span class="ruby-ivar">@cc</span>, <span class="ruby-ivar">@yy</span>, <span class="ruby-ivar">@mm</span>, <span class="ruby-ivar">@dd</span> = <span class="ruby-string">'00'</span>, <span class="ruby-string">'00'</span>, <span class="ruby-string">'00'</span>, <span class="ruby-string">'00'</span>
|
267
|
+
<span class="ruby-ivar">@string_value</span> = <span class="ruby-node">"#{string_value}"</span>.<span class="ruby-identifier">tr</span>(<span class="ruby-string">'D'</span>,<span class="ruby-string">''</span>)
|
268
|
+
<span class="ruby-identifier">tokens</span> = <span class="ruby-ivar">@string_value</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">'/'</span>)
|
305
269
|
<span class="ruby-keyword">if</span> (<span class="ruby-identifier">tokens</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">tokens</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">></span> <span class="ruby-value">2</span>)
|
306
270
|
<span class="ruby-identifier">m</span> = <span class="ruby-identifier">tokens</span>[<span class="ruby-value">0</span>].<span class="ruby-identifier">to_i</span>
|
307
271
|
<span class="ruby-identifier">d</span> = <span class="ruby-identifier">tokens</span>[<span class="ruby-value">1</span>].<span class="ruby-identifier">to_i</span>
|
@@ -315,68 +279,65 @@
|
|
315
279
|
<span class="ruby-ivar">@year</span> = <span class="ruby-node">"#{@cc}#{@yy}"</span>
|
316
280
|
<span class="ruby-ivar">@year_mm</span> = <span class="ruby-node">"#{@cc}#{@yy}-#{@mm}"</span>
|
317
281
|
<span class="ruby-keyword">end</span></pre>
|
318
|
-
|
319
|
-
|
320
|
-
</div>
|
321
|
-
|
282
|
+
</div><!-- new-source -->
|
322
283
|
|
284
|
+
</div>
|
323
285
|
|
324
|
-
|
325
|
-
</div><!-- new-method -->
|
286
|
+
|
326
287
|
|
327
|
-
|
328
|
-
</div><!--
|
329
|
-
|
330
|
-
<div id="public-instance-method-details" class="method-section section">
|
331
|
-
<h3 class="section-header">Public Instance Methods</h3>
|
288
|
+
|
289
|
+
</div><!-- new-method -->
|
332
290
|
|
333
|
-
|
334
|
-
|
335
|
-
|
291
|
+
|
292
|
+
</section><!-- public-class-method-details -->
|
293
|
+
|
294
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
|
295
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
336
296
|
|
297
|
+
|
298
|
+
<div id="method-i-to_s" class="method-detail ">
|
299
|
+
|
300
|
+
<div class="method-heading">
|
301
|
+
<span class="method-name">to_s</span><span
|
302
|
+
class="method-args">()</span>
|
337
303
|
|
338
|
-
<
|
339
|
-
<span class="method-name">to_s</span><span
|
340
|
-
class="method-args">()</span>
|
341
|
-
<span class="method-click-advice">click to toggle source</span>
|
342
|
-
</div>
|
304
|
+
<span class="method-click-advice">click to toggle source</span>
|
343
305
|
|
306
|
+
</div>
|
307
|
+
|
344
308
|
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
309
|
+
<div class="method-description">
|
310
|
+
|
311
|
+
|
312
|
+
|
313
|
+
|
349
314
|
|
350
|
-
|
351
|
-
|
352
|
-
<pre>
|
353
|
-
<span class="ruby-comment"># File lib/qiflib_date.rb, line 29</span>
|
315
|
+
|
316
|
+
<div class="method-source-code" id="to_s-source">
|
317
|
+
<pre><span class="ruby-comment"># File lib/qiflib_date.rb, line 29</span>
|
354
318
|
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
|
355
319
|
<span class="ruby-ivar">@ccyymmdd</span>
|
356
320
|
<span class="ruby-keyword">end</span></pre>
|
357
|
-
|
358
|
-
|
359
|
-
</div>
|
360
|
-
|
321
|
+
</div><!-- to_s-source -->
|
361
322
|
|
323
|
+
</div>
|
362
324
|
|
363
|
-
|
364
|
-
|
325
|
+
|
326
|
+
|
327
|
+
|
328
|
+
</div><!-- to_s-method -->
|
365
329
|
|
366
|
-
|
367
|
-
</div><!-- public-instance-method-details -->
|
368
330
|
|
369
|
-
</
|
331
|
+
</section><!-- public-instance-method-details -->
|
370
332
|
|
333
|
+
</section><!-- 5Buntitled-5D -->
|
371
334
|
|
372
|
-
|
335
|
+
</div><!-- documentation -->
|
373
336
|
|
374
|
-
<div id="validator-badges">
|
375
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
376
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
377
|
-
Rdoc Generator</a> 2</small>.</p>
|
378
|
-
</div>
|
379
337
|
|
380
|
-
|
381
|
-
</
|
338
|
+
<footer id="validator-badges">
|
339
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
340
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
|
341
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
342
|
+
</footer>
|
382
343
|
|