kmts 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. data/.gitignore +5 -0
  2. data/CHANGELOG +4 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +29 -0
  5. data/LICENSE +202 -0
  6. data/README.md +64 -0
  7. data/README.rdoc +14 -0
  8. data/Rakefile +5 -0
  9. data/bin/km_send +35 -0
  10. data/doc/Accept.html +546 -0
  11. data/doc/Gemfile.html +110 -0
  12. data/doc/Hash.html +283 -0
  13. data/doc/Helper.html +318 -0
  14. data/doc/KMError.html +159 -0
  15. data/doc/KMTS.html +493 -0
  16. data/doc/KMTS/IdentError.html +159 -0
  17. data/doc/KMTS/InitError.html +159 -0
  18. data/doc/KMTS/SaaS.html +451 -0
  19. data/doc/Object.html +211 -0
  20. data/doc/README_rdoc.html +122 -0
  21. data/doc/Rakefile.html +111 -0
  22. data/doc/String.html +244 -0
  23. data/doc/bin/km_send.html +54 -0
  24. data/doc/created.rid +15 -0
  25. data/doc/images/brick.png +0 -0
  26. data/doc/images/brick_link.png +0 -0
  27. data/doc/images/bug.png +0 -0
  28. data/doc/images/bullet_black.png +0 -0
  29. data/doc/images/bullet_toggle_minus.png +0 -0
  30. data/doc/images/bullet_toggle_plus.png +0 -0
  31. data/doc/images/date.png +0 -0
  32. data/doc/images/find.png +0 -0
  33. data/doc/images/loadingAnimation.gif +0 -0
  34. data/doc/images/macFFBgHack.png +0 -0
  35. data/doc/images/package.png +0 -0
  36. data/doc/images/page_green.png +0 -0
  37. data/doc/images/page_white_text.png +0 -0
  38. data/doc/images/page_white_width.png +0 -0
  39. data/doc/images/plugin.png +0 -0
  40. data/doc/images/ruby.png +0 -0
  41. data/doc/images/tag_green.png +0 -0
  42. data/doc/images/wrench.png +0 -0
  43. data/doc/images/wrench_orange.png +0 -0
  44. data/doc/images/zoom.png +0 -0
  45. data/doc/index.html +142 -0
  46. data/doc/js/darkfish.js +116 -0
  47. data/doc/js/jquery.js +32 -0
  48. data/doc/js/quicksearch.js +114 -0
  49. data/doc/js/thickbox-compressed.js +10 -0
  50. data/doc/lib/km/saas_rb.html +54 -0
  51. data/doc/lib/km/version_rb.html +52 -0
  52. data/doc/lib/km_rb.html +60 -0
  53. data/doc/rdoc.css +730 -0
  54. data/doc/spec/accept_rb.html +62 -0
  55. data/doc/spec/km_old_rb.html +54 -0
  56. data/doc/spec/km_saas_spec_rb.html +56 -0
  57. data/doc/spec/km_send_spec_rb.html +54 -0
  58. data/doc/spec/km_spec_rb.html +54 -0
  59. data/doc/spec/setup_rb.html +60 -0
  60. data/doc/spec/watchr_rb.html +52 -0
  61. data/kmts.gemspec +26 -0
  62. data/lib/kmts.rb +245 -0
  63. data/lib/kmts/saas.rb +39 -0
  64. data/lib/kmts/version.rb +3 -0
  65. data/spec/accept.rb +91 -0
  66. data/spec/km_old.rb +105 -0
  67. data/spec/km_saas_spec.rb +107 -0
  68. data/spec/km_send_spec.rb +98 -0
  69. data/spec/km_spec.rb +175 -0
  70. data/spec/setup.rb +77 -0
  71. data/spec/watchr.rb +3 -0
  72. metadata +190 -0
@@ -0,0 +1,110 @@
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
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: Gemfile [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
43
+
44
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
45
+
46
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
47
+
48
+ </ul>
49
+ </div>
50
+
51
+
52
+ <div id="classindex-section" class="section project-section">
53
+ <h3 class="section-header">Class Index
54
+ <span class="search-toggle"><img src="./images/find.png"
55
+ height="16" width="16" alt="[+]"
56
+ title="show/hide quicksearch" /></span></h3>
57
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
58
+ <fieldset>
59
+ <legend>Quicksearch</legend>
60
+ <input type="text" name="quicksearch" value=""
61
+ class="quicksearch-field" />
62
+ </fieldset>
63
+ </form>
64
+
65
+ <ul class="link-list">
66
+
67
+ <li><a href="./KMTS.html">KMTS</a></li>
68
+
69
+ <li><a href="./KMTS/IdentError.html">KMTS::IdentError</a></li>
70
+
71
+ <li><a href="./KMTS/InitError.html">KMTS::InitError</a></li>
72
+
73
+ <li><a href="./KMTS/SaaS.html">KMTS::SaaS</a></li>
74
+
75
+ <li><a href="./Accept.html">Accept</a></li>
76
+
77
+ <li><a href="./Hash.html">Hash</a></li>
78
+
79
+ <li><a href="./Helper.html">Helper</a></li>
80
+
81
+ <li><a href="./KMError.html">KMError</a></li>
82
+
83
+ <li><a href="./Object.html">Object</a></li>
84
+
85
+ <li><a href="./String.html">String</a></li>
86
+
87
+ </ul>
88
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
89
+ </div>
90
+
91
+
92
+ </div>
93
+ </div>
94
+
95
+ <div id="documentation">
96
+
97
+ <p>source :gemcutter</p>
98
+
99
+ <p># Specify your gem’s dependencies in km.gemspec gemspec</p>
100
+
101
+ </div>
102
+
103
+ <div id="validator-badges">
104
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
105
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
106
+ Rdoc Generator</a> 2</small>.</p>
107
+ </div>
108
+ </body>
109
+ </html>
110
+
@@ -0,0 +1,283 @@
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: Hash</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript"
13
+ charset="utf-8"></script>
14
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
15
+ charset="utf-8"></script>
16
+ <script src="./js/quicksearch.js" type="text/javascript"
17
+ charset="utf-8"></script>
18
+ <script src="./js/darkfish.js" type="text/javascript"
19
+ charset="utf-8"></script>
20
+
21
+ </head>
22
+ <body class="class">
23
+
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="file-metadata">
36
+ <div id="file-list-section" class="section">
37
+ <h3 class="section-header">In Files</h3>
38
+ <div class="section-body">
39
+ <ul>
40
+
41
+ <li><a href="./lib/km_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
42
+ class="thickbox" title="lib/km.rb">lib/km.rb</a></li>
43
+
44
+ <li><a href="./spec/setup_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
45
+ class="thickbox" title="spec/setup.rb">spec/setup.rb</a></li>
46
+
47
+ </ul>
48
+ </div>
49
+ </div>
50
+
51
+
52
+ </div>
53
+
54
+ <div id="class-metadata">
55
+
56
+ <!-- Parent Class -->
57
+
58
+ <div id="parent-class-section" class="section">
59
+ <h3 class="section-header">Parent</h3>
60
+
61
+ <p class="link"><a href="Object.html">Object</a></p>
62
+
63
+ </div>
64
+
65
+
66
+ <!-- Namespace Contents -->
67
+
68
+
69
+ <!-- Method Quickref -->
70
+
71
+ <div id="method-list-section" class="section">
72
+ <h3 class="section-header">Methods</h3>
73
+ <ul class="link-list">
74
+
75
+ <li><a href="#method-i-indifferent">#indifferent</a></li>
76
+
77
+ <li><a href="#method-i-reverse_merge">#reverse_merge</a></li>
78
+
79
+ <li><a href="#method-i-reverse_merge-21">#reverse_merge!</a></li>
80
+
81
+ </ul>
82
+ </div>
83
+
84
+
85
+ <!-- Included Modules -->
86
+
87
+ </div>
88
+
89
+ <div id="project-metadata">
90
+
91
+
92
+ <div id="fileindex-section" class="section project-section">
93
+ <h3 class="section-header">Files</h3>
94
+ <ul>
95
+
96
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
97
+
98
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
99
+
100
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
101
+
102
+ </ul>
103
+ </div>
104
+
105
+
106
+ <div id="classindex-section" class="section project-section">
107
+ <h3 class="section-header">Class/Module Index
108
+ <span class="search-toggle"><img src="./images/find.png"
109
+ height="16" width="16" alt="[+]"
110
+ title="show/hide quicksearch" /></span></h3>
111
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
112
+ <fieldset>
113
+ <legend>Quicksearch</legend>
114
+ <input type="text" name="quicksearch" value=""
115
+ class="quicksearch-field" />
116
+ </fieldset>
117
+ </form>
118
+
119
+ <ul class="link-list">
120
+
121
+ <li><a href="./KMTS.html">KMTS</a></li>
122
+
123
+ <li><a href="./KMTS/IdentError.html">KMTS::IdentError</a></li>
124
+
125
+ <li><a href="./KMTS/InitError.html">KMTS::InitError</a></li>
126
+
127
+ <li><a href="./KMTS/SaaS.html">KMTS::SaaS</a></li>
128
+
129
+ <li><a href="./Accept.html">Accept</a></li>
130
+
131
+ <li><a href="./Hash.html">Hash</a></li>
132
+
133
+ <li><a href="./Helper.html">Helper</a></li>
134
+
135
+ <li><a href="./KMError.html">KMError</a></li>
136
+
137
+ <li><a href="./Object.html">Object</a></li>
138
+
139
+ <li><a href="./String.html">String</a></li>
140
+
141
+ </ul>
142
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
143
+ </div>
144
+
145
+
146
+ </div>
147
+ </div>
148
+
149
+ <div id="documentation">
150
+ <h1 class="class">Hash</h1>
151
+
152
+ <div id="description">
153
+
154
+ </div>
155
+
156
+ <!-- Constants -->
157
+
158
+
159
+ <!-- Attributes -->
160
+
161
+
162
+ <!-- Methods -->
163
+
164
+ <div id="public-instance-method-details" class="method-section section">
165
+ <h3 class="section-header">Public Instance Methods</h3>
166
+
167
+
168
+ <div id="indifferent-method" class="method-detail ">
169
+ <a name="method-i-indifferent"></a>
170
+
171
+
172
+ <div class="method-heading">
173
+ <span class="method-name">indifferent</span><span
174
+ class="method-args">()</span>
175
+ <span class="method-click-advice">click to toggle source</span>
176
+ </div>
177
+
178
+
179
+ <div class="method-description">
180
+
181
+
182
+
183
+
184
+
185
+ <div class="method-source-code"
186
+ id="indifferent-source">
187
+ <pre>
188
+ <span class="ruby-comment"># File spec/setup.rb, line 65</span>
189
+ def indifferent
190
+ <span class="ruby-constant">Hash</span>.new { |hash,key| hash[key.to_s] if key.class == <span class="ruby-constant">Symbol</span> }.merge(self)
191
+ end</pre>
192
+ </div>
193
+
194
+ </div>
195
+
196
+
197
+
198
+
199
+ </div>
200
+
201
+
202
+ <div id="reverse_merge-method" class="method-detail ">
203
+ <a name="method-i-reverse_merge"></a>
204
+
205
+
206
+ <div class="method-heading">
207
+ <span class="method-name">reverse_merge</span><span
208
+ class="method-args">(other_hash)</span>
209
+ <span class="method-click-advice">click to toggle source</span>
210
+ </div>
211
+
212
+
213
+ <div class="method-description">
214
+
215
+
216
+
217
+
218
+
219
+ <div class="method-source-code"
220
+ id="reverse_merge-source">
221
+ <pre>
222
+ <span class="ruby-comment"># File lib/km.rb, line 7</span>
223
+ def reverse_merge(other_hash)
224
+ other_hash.merge(self)
225
+ end</pre>
226
+ </div>
227
+
228
+ </div>
229
+
230
+
231
+
232
+
233
+ </div>
234
+
235
+
236
+ <div id="reverse_merge-21-method" class="method-detail ">
237
+ <a name="method-i-reverse_merge-21"></a>
238
+
239
+
240
+ <div class="method-heading">
241
+ <span class="method-name">reverse_merge!</span><span
242
+ class="method-args">(other_hash)</span>
243
+ <span class="method-click-advice">click to toggle source</span>
244
+ </div>
245
+
246
+
247
+ <div class="method-description">
248
+
249
+
250
+
251
+
252
+
253
+ <div class="method-source-code"
254
+ id="reverse_merge-21-source">
255
+ <pre>
256
+ <span class="ruby-comment"># File lib/km.rb, line 10</span>
257
+ def reverse_merge!(other_hash)
258
+ replace(reverse_merge(other_hash))
259
+ end</pre>
260
+ </div>
261
+
262
+ </div>
263
+
264
+
265
+
266
+
267
+ </div>
268
+
269
+
270
+ </div>
271
+
272
+
273
+ </div>
274
+
275
+ <div id="validator-badges">
276
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
277
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
278
+ Rdoc Generator</a> 2</small>.</p>
279
+ </div>
280
+
281
+ </body>
282
+ </html>
283
+
@@ -0,0 +1,318 @@
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: Helper</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript"
13
+ charset="utf-8"></script>
14
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
15
+ charset="utf-8"></script>
16
+ <script src="./js/quicksearch.js" type="text/javascript"
17
+ charset="utf-8"></script>
18
+ <script src="./js/darkfish.js" type="text/javascript"
19
+ charset="utf-8"></script>
20
+
21
+ </head>
22
+ <body class="class">
23
+
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="file-metadata">
36
+ <div id="file-list-section" class="section">
37
+ <h3 class="section-header">In Files</h3>
38
+ <div class="section-body">
39
+ <ul>
40
+
41
+ <li><a href="./spec/setup_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
42
+ class="thickbox" title="spec/setup.rb">spec/setup.rb</a></li>
43
+
44
+ </ul>
45
+ </div>
46
+ </div>
47
+
48
+
49
+ </div>
50
+
51
+ <div id="class-metadata">
52
+
53
+ <!-- Parent Class -->
54
+
55
+ <div id="parent-class-section" class="section">
56
+ <h3 class="section-header">Parent</h3>
57
+
58
+ <p class="link"><a href="Object.html">Object</a></p>
59
+
60
+ </div>
61
+
62
+
63
+ <!-- Namespace Contents -->
64
+
65
+
66
+ <!-- Method Quickref -->
67
+
68
+ <div id="method-list-section" class="section">
69
+ <h3 class="section-header">Methods</h3>
70
+ <ul class="link-list">
71
+
72
+ <li><a href="#method-c-accept">::accept</a></li>
73
+
74
+ <li><a href="#method-c-clear">::clear</a></li>
75
+
76
+ <li><a href="#method-c-exit">::exit</a></li>
77
+
78
+ <li><a href="#method-c-history">::history</a></li>
79
+
80
+ </ul>
81
+ </div>
82
+
83
+
84
+ <!-- Included Modules -->
85
+
86
+ </div>
87
+
88
+ <div id="project-metadata">
89
+
90
+
91
+ <div id="fileindex-section" class="section project-section">
92
+ <h3 class="section-header">Files</h3>
93
+ <ul>
94
+
95
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
96
+
97
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
98
+
99
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
100
+
101
+ </ul>
102
+ </div>
103
+
104
+
105
+ <div id="classindex-section" class="section project-section">
106
+ <h3 class="section-header">Class/Module Index
107
+ <span class="search-toggle"><img src="./images/find.png"
108
+ height="16" width="16" alt="[+]"
109
+ title="show/hide quicksearch" /></span></h3>
110
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
111
+ <fieldset>
112
+ <legend>Quicksearch</legend>
113
+ <input type="text" name="quicksearch" value=""
114
+ class="quicksearch-field" />
115
+ </fieldset>
116
+ </form>
117
+
118
+ <ul class="link-list">
119
+
120
+ <li><a href="./KMTS.html">KMTS</a></li>
121
+
122
+ <li><a href="./KMTS/IdentError.html">KMTS::IdentError</a></li>
123
+
124
+ <li><a href="./KMTS/InitError.html">KMTS::InitError</a></li>
125
+
126
+ <li><a href="./KMTS/SaaS.html">KMTS::SaaS</a></li>
127
+
128
+ <li><a href="./Accept.html">Accept</a></li>
129
+
130
+ <li><a href="./Hash.html">Hash</a></li>
131
+
132
+ <li><a href="./Helper.html">Helper</a></li>
133
+
134
+ <li><a href="./KMError.html">KMError</a></li>
135
+
136
+ <li><a href="./Object.html">Object</a></li>
137
+
138
+ <li><a href="./String.html">String</a></li>
139
+
140
+ </ul>
141
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
142
+ </div>
143
+
144
+
145
+ </div>
146
+ </div>
147
+
148
+ <div id="documentation">
149
+ <h1 class="class">Helper</h1>
150
+
151
+ <div id="description">
152
+
153
+ </div>
154
+
155
+ <!-- Constants -->
156
+
157
+
158
+ <!-- Attributes -->
159
+
160
+
161
+ <!-- Methods -->
162
+
163
+ <div id="public-class-method-details" class="method-section section">
164
+ <h3 class="section-header">Public Class Methods</h3>
165
+
166
+
167
+ <div id="accept-method" class="method-detail ">
168
+ <a name="method-c-accept"></a>
169
+
170
+
171
+ <div class="method-heading">
172
+ <span class="method-name">accept</span><span
173
+ class="method-args">(cmd)</span>
174
+ <span class="method-click-advice">click to toggle source</span>
175
+ </div>
176
+
177
+
178
+ <div class="method-description">
179
+
180
+
181
+
182
+
183
+
184
+ <div class="method-source-code"
185
+ id="accept-source">
186
+ <pre>
187
+ <span class="ruby-comment"># File spec/setup.rb, line 20</span>
188
+ def self.accept(cmd)
189
+ c = <span class="ruby-constant">TCPSocket</span>.new(<span class="ruby-string">'localhost'</span>, 9292)
190
+ c.puts cmd.to_s
191
+ return <span class="ruby-constant">JSON</span>.parse(c.read) rescue nil
192
+ end</pre>
193
+ </div>
194
+
195
+ </div>
196
+
197
+
198
+
199
+
200
+ </div>
201
+
202
+
203
+ <div id="clear-method" class="method-detail ">
204
+ <a name="method-c-clear"></a>
205
+
206
+
207
+ <div class="method-heading">
208
+ <span class="method-name">clear</span><span
209
+ class="method-args">()</span>
210
+ <span class="method-click-advice">click to toggle source</span>
211
+ </div>
212
+
213
+
214
+ <div class="method-description">
215
+
216
+
217
+
218
+
219
+
220
+ <div class="method-source-code"
221
+ id="clear-source">
222
+ <pre>
223
+ <span class="ruby-comment"># File spec/setup.rb, line 28</span>
224
+ def self.clear
225
+ accept :clear
226
+ end</pre>
227
+ </div>
228
+
229
+ </div>
230
+
231
+
232
+
233
+
234
+ </div>
235
+
236
+
237
+ <div id="exit-method" class="method-detail ">
238
+ <a name="method-c-exit"></a>
239
+
240
+
241
+ <div class="method-heading">
242
+ <span class="method-name">exit</span><span
243
+ class="method-args">()</span>
244
+ <span class="method-click-advice">click to toggle source</span>
245
+ </div>
246
+
247
+
248
+ <div class="method-description">
249
+
250
+
251
+
252
+
253
+
254
+ <div class="method-source-code"
255
+ id="exit-source">
256
+ <pre>
257
+ <span class="ruby-comment"># File spec/setup.rb, line 31</span>
258
+ def self.exit
259
+ accept :exit
260
+ end</pre>
261
+ </div>
262
+
263
+ </div>
264
+
265
+
266
+
267
+
268
+ </div>
269
+
270
+
271
+ <div id="history-method" class="method-detail ">
272
+ <a name="method-c-history"></a>
273
+
274
+
275
+ <div class="method-heading">
276
+ <span class="method-name">history</span><span
277
+ class="method-args">()</span>
278
+ <span class="method-click-advice">click to toggle source</span>
279
+ </div>
280
+
281
+
282
+ <div class="method-description">
283
+
284
+
285
+
286
+
287
+
288
+ <div class="method-source-code"
289
+ id="history-source">
290
+ <pre>
291
+ <span class="ruby-comment"># File spec/setup.rb, line 25</span>
292
+ def self.history
293
+ accept :history
294
+ end</pre>
295
+ </div>
296
+
297
+ </div>
298
+
299
+
300
+
301
+
302
+ </div>
303
+
304
+
305
+ </div>
306
+
307
+
308
+ </div>
309
+
310
+ <div id="validator-badges">
311
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
312
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
313
+ Rdoc Generator</a> 2</small>.</p>
314
+ </div>
315
+
316
+ </body>
317
+ </html>
318
+