wee 2.0.0 → 2.1.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.
Files changed (135) hide show
  1. data/TODO +31 -0
  2. data/benchmark.rb +37 -0
  3. data/demo.ru +11 -0
  4. data/doc/rdoc/classes/Array.html +22 -26
  5. data/doc/rdoc/classes/Hash.html +22 -26
  6. data/doc/rdoc/classes/Object.html +21 -26
  7. data/doc/rdoc/classes/String.html +19 -87
  8. data/doc/rdoc/classes/Struct.html +22 -26
  9. data/doc/rdoc/classes/Wee.html +75 -206
  10. data/doc/rdoc/classes/Wee/AnswerDecoration.html +35 -66
  11. data/doc/rdoc/classes/Wee/AnswerDecoration/Answer.html +28 -46
  12. data/doc/rdoc/classes/Wee/Application.html +63 -114
  13. data/doc/rdoc/classes/Wee/Application/SessionCache.html +30 -44
  14. data/doc/rdoc/classes/Wee/Brush.html +52 -101
  15. data/doc/rdoc/classes/Wee/Brush/ActionInputTag.html +29 -51
  16. data/doc/rdoc/classes/Wee/Brush/AnchorTag.html +44 -101
  17. data/doc/rdoc/classes/Wee/Brush/CheckboxTag.html +43 -76
  18. data/doc/rdoc/classes/Wee/Brush/FileUploadTag.html +29 -46
  19. data/doc/rdoc/classes/Wee/Brush/FormTag.html +48 -110
  20. data/doc/rdoc/classes/Wee/Brush/GenericEncodedTextBrush.html +30 -42
  21. data/doc/rdoc/classes/Wee/Brush/GenericSingleTagBrush.html +37 -58
  22. data/doc/rdoc/classes/Wee/Brush/GenericTagBrush.html +93 -210
  23. data/doc/rdoc/classes/Wee/Brush/GenericTextBrush.html +38 -63
  24. data/doc/rdoc/classes/Wee/Brush/HiddenInputTag.html +29 -45
  25. data/doc/rdoc/classes/Wee/Brush/ImageButtonTag.html +35 -52
  26. data/doc/rdoc/classes/Wee/Brush/ImageTag.html +28 -61
  27. data/doc/rdoc/classes/Wee/Brush/InputTag.html +34 -107
  28. data/doc/rdoc/classes/Wee/Brush/JavascriptTag.html +28 -54
  29. data/doc/rdoc/classes/Wee/Brush/Page.html +39 -73
  30. data/doc/rdoc/classes/Wee/Brush/PasswordInputTag.html +29 -45
  31. data/doc/rdoc/classes/Wee/Brush/RadioButtonTag.html +54 -98
  32. data/doc/rdoc/classes/Wee/Brush/RadioGroup.html +46 -84
  33. data/doc/rdoc/classes/Wee/Brush/SelectListTag.html +87 -187
  34. data/doc/rdoc/classes/Wee/Brush/SelectOptionTag.html +29 -56
  35. data/doc/rdoc/classes/Wee/Brush/SubmitButtonTag.html +29 -45
  36. data/doc/rdoc/classes/Wee/Brush/TableDataTag.html +28 -55
  37. data/doc/rdoc/classes/Wee/Brush/TableHeaderTag.html +28 -55
  38. data/doc/rdoc/classes/Wee/Brush/TableRowTag.html +56 -113
  39. data/doc/rdoc/classes/Wee/Brush/TableTag.html +27 -58
  40. data/doc/rdoc/classes/Wee/Brush/TextAreaTag.html +48 -140
  41. data/doc/rdoc/classes/Wee/Brush/TextInputTag.html +29 -45
  42. data/doc/rdoc/classes/Wee/CallAnswerMixin.html +51 -79
  43. data/doc/rdoc/classes/Wee/CallbackMixin.html +44 -77
  44. data/doc/rdoc/classes/Wee/CallbackRegistry.html +69 -125
  45. data/doc/rdoc/classes/Wee/Callbacks.html +43 -82
  46. data/doc/rdoc/classes/Wee/Component.html +142 -292
  47. data/doc/rdoc/classes/Wee/Decoration.html +85 -141
  48. data/doc/rdoc/classes/Wee/DecorationMixin.html +111 -118
  49. data/doc/rdoc/classes/Wee/Delegate.html +72 -115
  50. data/doc/rdoc/classes/Wee/DupReplaceSnapshotMixin.html +37 -54
  51. data/doc/rdoc/classes/Wee/ErrorResponse.html +31 -48
  52. data/doc/rdoc/classes/Wee/FormDecoration.html +32 -46
  53. data/doc/rdoc/classes/Wee/GenericResponse.html +30 -50
  54. data/doc/rdoc/classes/Wee/HtmlCanvas.html +209 -562
  55. data/doc/rdoc/classes/Wee/HtmlDocument.html +51 -91
  56. data/doc/rdoc/classes/Wee/HtmlWriter.html +76 -156
  57. data/doc/rdoc/classes/Wee/IdGenerator.html +28 -44
  58. data/doc/rdoc/classes/Wee/IdGenerator/Secure.html +53 -95
  59. data/doc/rdoc/classes/Wee/IdGenerator/Sequential.html +37 -63
  60. data/doc/rdoc/classes/Wee/JQuery.html +36 -64
  61. data/doc/rdoc/classes/Wee/LRUCache.html +94 -189
  62. data/doc/rdoc/classes/Wee/LRUCache/Item.html +30 -42
  63. data/doc/rdoc/classes/Wee/ObjectSnapshotMixin.html +37 -54
  64. data/doc/rdoc/classes/Wee/PageDecoration.html +48 -79
  65. data/doc/rdoc/classes/Wee/Presenter.html +86 -143
  66. data/doc/rdoc/classes/Wee/RedirectResponse.html +31 -49
  67. data/doc/rdoc/classes/Wee/RefreshResponse.html +34 -48
  68. data/doc/rdoc/classes/Wee/Renderer.html +56 -125
  69. data/doc/rdoc/classes/Wee/Request.html +57 -115
  70. data/doc/rdoc/classes/Wee/Response.html +24 -26
  71. data/doc/rdoc/classes/Wee/Session.html +137 -292
  72. data/doc/rdoc/classes/Wee/Session/AbortCallbackProcessing.html +29 -46
  73. data/doc/rdoc/classes/Wee/Session/MutexSerializer.html +29 -42
  74. data/doc/rdoc/classes/Wee/Session/Page.html +22 -21
  75. data/doc/rdoc/classes/Wee/Session/ThreadSerializer.html +36 -60
  76. data/doc/rdoc/classes/Wee/State.html +57 -105
  77. data/doc/rdoc/classes/Wee/State/Snapshot.html +22 -21
  78. data/doc/rdoc/classes/Wee/State/SnapshotIVars.html +22 -21
  79. data/doc/rdoc/classes/Wee/StructSnapshotMixin.html +37 -54
  80. data/doc/rdoc/classes/Wee/WrapperDecoration.html +42 -68
  81. data/doc/rdoc/created.rid +1 -1
  82. data/doc/rdoc/files/README_rdoc.html +26 -17
  83. data/doc/rdoc/files/lib/wee/application_rb.html +25 -19
  84. data/doc/rdoc/files/lib/wee/call_answer_rb.html +23 -12
  85. data/doc/rdoc/files/lib/wee/callback_rb.html +23 -12
  86. data/doc/rdoc/files/lib/wee/component_rb.html +25 -19
  87. data/doc/rdoc/files/lib/wee/decoration_rb.html +23 -15
  88. data/doc/rdoc/files/lib/wee/html_brushes_rb.html +23 -12
  89. data/doc/rdoc/files/lib/wee/html_canvas_rb.html +23 -15
  90. data/doc/rdoc/files/lib/wee/html_document_rb.html +23 -15
  91. data/doc/rdoc/files/lib/wee/html_writer_rb.html +23 -15
  92. data/doc/rdoc/files/lib/wee/id_generator_rb.html +24 -17
  93. data/doc/rdoc/files/lib/wee/jquery/jquery_rb.html +23 -12
  94. data/doc/rdoc/files/lib/wee/jquery_rb.html +23 -15
  95. data/doc/rdoc/files/lib/wee/lru_cache_rb.html +23 -12
  96. data/doc/rdoc/files/lib/wee/presenter_rb.html +23 -12
  97. data/doc/rdoc/files/lib/wee/renderer_rb.html +23 -12
  98. data/doc/rdoc/files/lib/wee/request_rb.html +23 -15
  99. data/doc/rdoc/files/lib/wee/response_rb.html +24 -17
  100. data/doc/rdoc/files/lib/wee/session_rb.html +26 -21
  101. data/doc/rdoc/files/lib/wee/state_rb.html +23 -12
  102. data/doc/rdoc/files/lib/wee_rb.html +37 -47
  103. data/doc/rdoc/fr_class_index.html +12 -86
  104. data/doc/rdoc/fr_file_index.html +12 -30
  105. data/doc/rdoc/fr_method_index.html +242 -473
  106. data/doc/rdoc/index.html +8 -5
  107. data/doc/rdoc/rdoc-style.css +119 -210
  108. data/examples/ObjectSpaceBrowser.rb +4 -4
  109. data/examples/TODO +21 -0
  110. data/examples/ajax.rb +6 -4
  111. data/examples/blog.rb +42 -0
  112. data/examples/demo.rb +5 -3
  113. data/examples/demo/calculator.rb +3 -3
  114. data/examples/demo/calendar.rb +4 -4
  115. data/examples/demo/counter.rb +2 -2
  116. data/examples/demo/editable_counter.rb +2 -2
  117. data/examples/demo/example.rb +25 -16
  118. data/examples/demo/window.rb +10 -3
  119. data/examples/hw2.rb +17 -0
  120. data/examples/recipe/description.rb +170 -0
  121. data/examples/recipe/migrations/001_create_recipes.rb +13 -0
  122. data/examples/recipe/model.rb +27 -0
  123. data/examples/recipe/models/recipe.rb +18 -0
  124. data/examples/recipe/recipe_editor.rb +28 -0
  125. data/lib/wee.rb +1 -7
  126. data/lib/wee/component.rb +37 -74
  127. data/lib/wee/decoration.rb +16 -15
  128. data/lib/wee/html_brushes.rb +16 -17
  129. data/lib/wee/presenter.rb +2 -1
  130. data/lib/wee/response.rb +4 -4
  131. data/lib/wee/session.rb +2 -2
  132. data/lib/wee/state.rb +2 -2
  133. data/test/t.rb +67 -0
  134. data/wee.gemspec +1 -1
  135. metadata +157 -167
@@ -1 +1 @@
1
- Mon, 06 Apr 2009 15:36:21 +0200
1
+ Fri, 23 Oct 2009 00:48:03 +0200
@@ -1,9 +1,12 @@
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="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
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: README.rdoc [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: README.rdoc</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
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" />
9
12
  <script type="text/javascript">
@@ -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,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>README.rdoc</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>README.rdoc
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-02-24 14:28:38 +0100</td>
59
+ <td>Tue Feb 24 14:28:38 +0100 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,13 +64,15 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
66
71
  <div id="description">
67
72
  <h1><a href="../classes/Wee.html">Wee</a> Web Framework</h1>
68
73
  <h2>Copyright and License</h2>
69
74
  <p>
70
- Copyright &#169; 2004, 2005, 2009 by Michael Neumann (mneumann@ntecs.de).
75
+ Copyright (c) 2004, 2005, 2009 by Michael Neumann (mneumann@ntecs.de).
71
76
  </p>
72
77
  <p>
73
78
  Released under the same terms of license as Ruby.
@@ -93,7 +98,7 @@ external model or use templates for rendering.
93
98
  <h3>Backtracking</h3>
94
99
  <p>
95
100
  See the <em>What is backtracking?</em> section below. In short,
96
- backtracking lets the browser&#8217;s back and forward-button play well
101
+ backtracking lets the browser&#8216;s back and forward-button play well
97
102
  together with your application.
98
103
  </p>
99
104
  <h3>Clean and concise</h3>
@@ -151,7 +156,7 @@ application, which shows the current count and two links <em>inc</em> and
151
156
  <em>dec</em> with which you can increase or decrease the current count.
152
157
  Starting with an inital count of 0 you increase the counter up to 8, then
153
158
  click three times the back button of your browser (now displays 5). Finally
154
- you decrease by one and your counter shows what you&#8217;d have expected:
159
+ you decrease by one and your counter shows what you&#8216;d have expected:
155
160
  4. In contrast, traditional web applications would have shown 7, because
156
161
  the back button usually does not trigger a HTTP request and as such the
157
162
  server-side state still has a value of 8 for the counter when the request
@@ -203,8 +208,7 @@ callbacks might depend on values of input-fields being assigned to instance
203
208
  variables of the controlling component. Hence, <a
204
209
  href="../classes/Wee.html">Wee</a> first invokes all input callbacks before
205
210
  any action callback is triggered. Callback processing is performed by
206
- method <a
207
- href="../classes/Wee/Component.html#M000046">Wee::Component#process_callbacks</a>.
211
+ method Wee::Component#process_callbacks.
208
212
  </p>
209
213
  <p>
210
214
  The result of the action phase is an updated components state. As such, a
@@ -216,11 +220,13 @@ of the new page.
216
220
 
217
221
  </div>
218
222
 
223
+
219
224
  </div>
220
225
 
221
226
 
222
227
  </div>
223
228
 
229
+
224
230
  <!-- if includes -->
225
231
 
226
232
  <div id="section">
@@ -228,16 +234,19 @@ of the new page.
228
234
 
229
235
 
230
236
 
231
- <!-- if method_list -->
232
237
 
238
+
233
239
 
234
240
 
241
+ <!-- if method_list -->
242
+
235
243
 
236
244
  </div>
237
245
 
246
+
238
247
  <div id="validator-badges">
239
248
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
240
249
  </div>
241
250
 
242
251
  </body>
243
- </html>
252
+ </html>
@@ -1,9 +1,12 @@
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="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
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: application.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: application.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
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" />
9
12
  <script type="text/javascript">
@@ -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,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>application.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/application.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-02-24 14:28:39 +0100</td>
59
+ <td>Sun Jun 07 13:18:21 +0200 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,19 +64,18 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
66
72
  <div id="requires-list">
67
73
  <h3 class="section-bar">Required files</h3>
68
74
 
69
75
  <div class="name-list">
70
-
71
- thread&nbsp;&nbsp;
72
-
73
- wee/id_generator&nbsp;&nbsp;
74
-
75
- wee/lru_cache&nbsp;&nbsp;
76
-
76
+ thread&nbsp;&nbsp;
77
+ wee/id_generator&nbsp;&nbsp;
78
+ wee/lru_cache&nbsp;&nbsp;
77
79
  </div>
78
80
  </div>
79
81
 
@@ -82,6 +84,7 @@
82
84
 
83
85
  </div>
84
86
 
87
+
85
88
  <!-- if includes -->
86
89
 
87
90
  <div id="section">
@@ -89,16 +92,19 @@
89
92
 
90
93
 
91
94
 
92
- <!-- if method_list -->
95
+
96
+
93
97
 
94
98
 
99
+ <!-- if method_list -->
95
100
 
96
101
 
97
102
  </div>
98
103
 
104
+
99
105
  <div id="validator-badges">
100
106
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
101
107
  </div>
102
108
 
103
109
  </body>
104
- </html>
110
+ </html>
@@ -1,9 +1,12 @@
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="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
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: call_answer.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: call_answer.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
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" />
9
12
  <script type="text/javascript">
@@ -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,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>call_answer.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/call_answer.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-02-24 16:32:29 +0100</td>
59
+ <td>Tue Feb 24 16:32:29 +0100 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,13 +64,18 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
72
+
66
73
  </div>
67
74
 
68
75
 
69
76
  </div>
70
77
 
78
+
71
79
  <!-- if includes -->
72
80
 
73
81
  <div id="section">
@@ -75,16 +83,19 @@
75
83
 
76
84
 
77
85
 
78
- <!-- if method_list -->
79
86
 
87
+
80
88
 
81
89
 
90
+ <!-- if method_list -->
91
+
82
92
 
83
93
  </div>
84
94
 
95
+
85
96
  <div id="validator-badges">
86
97
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
87
98
  </div>
88
99
 
89
100
  </body>
90
- </html>
101
+ </html>
@@ -1,9 +1,12 @@
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="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
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: callback.rb [RDoc Documentation]</title>
6
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <title>File: callback.rb</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
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" />
9
12
  <script type="text/javascript">
@@ -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,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>callback.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/wee/callback.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2009-03-19 19:17:21 +0100</td>
59
+ <td>Thu Mar 19 19:17:21 +0100 2009</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,13 +64,18 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
71
+
72
+
66
73
  </div>
67
74
 
68
75
 
69
76
  </div>
70
77
 
78
+
71
79
  <!-- if includes -->
72
80
 
73
81
  <div id="section">
@@ -75,16 +83,19 @@
75
83
 
76
84
 
77
85
 
78
- <!-- if method_list -->
79
86
 
87
+
80
88
 
81
89
 
90
+ <!-- if method_list -->
91
+
82
92
 
83
93
  </div>
84
94
 
95
+
85
96
  <div id="validator-badges">
86
97
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
87
98
  </div>
88
99
 
89
100
  </body>
90
- </html>
101
+ </html>