rumai 3.2.0 → 3.2.1

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 (181) hide show
  1. data/CREDITS +4 -3
  2. data/HISTORY +327 -0
  3. data/INSTALL +31 -0
  4. data/README +92 -0
  5. data/USAGE +297 -0
  6. data/bin/rumai +9 -22
  7. data/doc/api/IO.html +119 -0
  8. data/doc/api/Integer.html +171 -0
  9. data/doc/api/Rumai.html +1270 -0
  10. data/doc/api/Rumai/Area.html +1485 -0
  11. data/doc/api/Rumai/Chain.html +301 -0
  12. data/doc/api/Rumai/Client.html +2451 -0
  13. data/doc/api/Rumai/ClientContainer.html +301 -0
  14. data/doc/api/Rumai/ExportInstanceMethods.html +103 -0
  15. data/doc/api/Rumai/IXP.html +94 -0
  16. data/doc/api/Rumai/IXP/Agent.html +1625 -0
  17. data/doc/api/Rumai/IXP/Agent/FidStream.html +959 -0
  18. data/doc/api/Rumai/IXP/Agent/RangedPool.html +381 -0
  19. data/doc/api/Rumai/IXP/Error.html +110 -0
  20. data/doc/api/Rumai/IXP/Fcall.html +503 -0
  21. data/doc/api/Rumai/IXP/Qid.html +207 -0
  22. data/doc/api/Rumai/IXP/Rattach.html +148 -0
  23. data/doc/api/Rumai/IXP/Rauth.html +148 -0
  24. data/doc/api/Rumai/IXP/Rclunk.html +148 -0
  25. data/doc/api/Rumai/IXP/Rcreate.html +148 -0
  26. data/doc/api/Rumai/IXP/Rerror.html +148 -0
  27. data/doc/api/Rumai/IXP/Rflush.html +148 -0
  28. data/doc/api/Rumai/IXP/Ropen.html +148 -0
  29. data/doc/api/Rumai/IXP/Rread.html +148 -0
  30. data/doc/api/Rumai/IXP/Rremove.html +148 -0
  31. data/doc/api/Rumai/IXP/Rstat.html +148 -0
  32. data/doc/api/Rumai/IXP/Rversion.html +148 -0
  33. data/doc/api/Rumai/IXP/Rwalk.html +148 -0
  34. data/doc/api/Rumai/IXP/Rwrite.html +148 -0
  35. data/doc/api/Rumai/IXP/Rwstat.html +148 -0
  36. data/doc/api/Rumai/IXP/Stat.html +335 -0
  37. data/doc/api/Rumai/IXP/Stream.html +194 -0
  38. data/doc/api/Rumai/IXP/Struct.html +586 -0
  39. data/doc/api/Rumai/IXP/Struct/ClassField.html +242 -0
  40. data/doc/api/Rumai/IXP/Struct/Field.html +782 -0
  41. data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +227 -0
  42. data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +153 -0
  43. data/doc/api/Rumai/IXP/Struct/Integer8Field.html +242 -0
  44. data/doc/api/Rumai/IXP/Struct/StringField.html +206 -0
  45. data/doc/api/Rumai/IXP/Tattach.html +148 -0
  46. data/doc/api/Rumai/IXP/Tauth.html +148 -0
  47. data/doc/api/Rumai/IXP/Tclunk.html +148 -0
  48. data/doc/api/Rumai/IXP/Tcreate.html +148 -0
  49. data/doc/api/Rumai/IXP/Terror.html +231 -0
  50. data/doc/api/Rumai/IXP/Tflush.html +148 -0
  51. data/doc/api/Rumai/IXP/Topen.html +240 -0
  52. data/doc/api/Rumai/IXP/Tread.html +148 -0
  53. data/doc/api/Rumai/IXP/Tremove.html +148 -0
  54. data/doc/api/Rumai/IXP/Tstat.html +148 -0
  55. data/doc/api/Rumai/IXP/Tversion.html +162 -0
  56. data/doc/api/Rumai/IXP/Twalk.html +148 -0
  57. data/doc/api/Rumai/IXP/Twrite.html +148 -0
  58. data/doc/api/Rumai/IXP/Twstat.html +148 -0
  59. data/doc/api/Rumai/Node.html +1406 -0
  60. data/doc/api/Rumai/View.html +1587 -0
  61. data/doc/api/Rumai/WidgetImpl.html +333 -0
  62. data/doc/api/Rumai/WidgetNode.html +246 -0
  63. data/doc/api/String.html +258 -0
  64. data/doc/api/StringIO.html +119 -0
  65. data/doc/api/Time.html +247 -0
  66. data/doc/api/_index.html +581 -0
  67. data/doc/api/class_list.html +36 -0
  68. data/doc/api/css/common.css +1 -0
  69. data/doc/api/css/full_list.css +50 -0
  70. data/doc/api/css/style.css +273 -0
  71. data/doc/api/file.LICENSE.html +73 -0
  72. data/doc/api/file_list.html +38 -0
  73. data/doc/api/frames.html +13 -0
  74. data/doc/api/index.html +72 -13
  75. data/doc/api/js/app.js +111 -0
  76. data/doc/api/js/full_list.js +117 -0
  77. data/doc/api/js/{jquery-1.3.2.min.js → jquery.js} +0 -0
  78. data/doc/api/method_list.html +1483 -0
  79. data/doc/api/top-level-namespace.html +89 -0
  80. data/doc/index.erb +18 -13
  81. data/doc/index.html +331 -386
  82. data/lib/rumai.rb +1 -18
  83. data/lib/rumai/fs.rb +11 -11
  84. data/lib/rumai/inochi.rb +48 -0
  85. data/lib/rumai/inochi.yaml +94 -0
  86. data/lib/rumai/ixp.rb +0 -4
  87. data/lib/rumai/ixp/message.rb +6 -17
  88. data/lib/rumai/ixp/transport.rb +39 -30
  89. data/lib/rumai/wm.rb +35 -37
  90. data/test/rumai/inochi_test.rb +17 -0
  91. data/test/rumai/ixp/message_test.rb +245 -0
  92. data/test/runner +25 -0
  93. data/test/test_helper.rb +1 -0
  94. metadata +107 -125
  95. data/doc/api/apple-touch-icon.png +0 -0
  96. data/doc/api/classes/IO.html +0 -72
  97. data/doc/api/classes/Integer.html +0 -110
  98. data/doc/api/classes/Object.html +0 -60
  99. data/doc/api/classes/Rumai.html +0 -837
  100. data/doc/api/classes/Rumai/Area.html +0 -909
  101. data/doc/api/classes/Rumai/Chain.html +0 -197
  102. data/doc/api/classes/Rumai/Client.html +0 -1526
  103. data/doc/api/classes/Rumai/ClientContainer.html +0 -191
  104. data/doc/api/classes/Rumai/ExportInstanceMethods.html +0 -69
  105. data/doc/api/classes/Rumai/IXP.html +0 -131
  106. data/doc/api/classes/Rumai/IXP/Agent.html +0 -941
  107. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +0 -456
  108. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +0 -108
  109. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +0 -241
  110. data/doc/api/classes/Rumai/IXP/Error.html +0 -67
  111. data/doc/api/classes/Rumai/IXP/Fcall.html +0 -323
  112. data/doc/api/classes/Rumai/IXP/Qid.html +0 -153
  113. data/doc/api/classes/Rumai/IXP/Rattach.html +0 -67
  114. data/doc/api/classes/Rumai/IXP/Rauth.html +0 -67
  115. data/doc/api/classes/Rumai/IXP/Rclunk.html +0 -67
  116. data/doc/api/classes/Rumai/IXP/Rcreate.html +0 -67
  117. data/doc/api/classes/Rumai/IXP/Rerror.html +0 -67
  118. data/doc/api/classes/Rumai/IXP/Rflush.html +0 -67
  119. data/doc/api/classes/Rumai/IXP/Ropen.html +0 -67
  120. data/doc/api/classes/Rumai/IXP/Rread.html +0 -67
  121. data/doc/api/classes/Rumai/IXP/Rremove.html +0 -67
  122. data/doc/api/classes/Rumai/IXP/Rstat.html +0 -67
  123. data/doc/api/classes/Rumai/IXP/Rversion.html +0 -67
  124. data/doc/api/classes/Rumai/IXP/Rwalk.html +0 -67
  125. data/doc/api/classes/Rumai/IXP/Rwrite.html +0 -67
  126. data/doc/api/classes/Rumai/IXP/Rwstat.html +0 -67
  127. data/doc/api/classes/Rumai/IXP/Stat.html +0 -252
  128. data/doc/api/classes/Rumai/IXP/Stream.html +0 -131
  129. data/doc/api/classes/Rumai/IXP/Struct.html +0 -311
  130. data/doc/api/classes/Rumai/IXP/Struct/Field.html +0 -415
  131. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +0 -153
  132. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +0 -104
  133. data/doc/api/classes/Rumai/IXP/Tattach.html +0 -68
  134. data/doc/api/classes/Rumai/IXP/Tauth.html +0 -67
  135. data/doc/api/classes/Rumai/IXP/Tclunk.html +0 -67
  136. data/doc/api/classes/Rumai/IXP/Tcreate.html +0 -68
  137. data/doc/api/classes/Rumai/IXP/Terror.html +0 -110
  138. data/doc/api/classes/Rumai/IXP/Tflush.html +0 -67
  139. data/doc/api/classes/Rumai/IXP/Topen.html +0 -165
  140. data/doc/api/classes/Rumai/IXP/Tread.html +0 -67
  141. data/doc/api/classes/Rumai/IXP/Tremove.html +0 -67
  142. data/doc/api/classes/Rumai/IXP/Tstat.html +0 -67
  143. data/doc/api/classes/Rumai/IXP/Tversion.html +0 -86
  144. data/doc/api/classes/Rumai/IXP/Twalk.html +0 -68
  145. data/doc/api/classes/Rumai/IXP/Twrite.html +0 -68
  146. data/doc/api/classes/Rumai/IXP/Twstat.html +0 -67
  147. data/doc/api/classes/Rumai/Node.html +0 -821
  148. data/doc/api/classes/Rumai/View.html +0 -967
  149. data/doc/api/classes/Rumai/WidgetImpl.html +0 -65
  150. data/doc/api/classes/Rumai/WidgetNode.html +0 -68
  151. data/doc/api/classes/String.html +0 -163
  152. data/doc/api/classes/StringIO.html +0 -72
  153. data/doc/api/classes/Time.html +0 -156
  154. data/doc/api/created.rid +0 -1
  155. data/doc/api/css/main.css +0 -263
  156. data/doc/api/css/panel.css +0 -383
  157. data/doc/api/css/reset.css +0 -53
  158. data/doc/api/favicon.ico +0 -0
  159. data/doc/api/files/CREDITS.html +0 -67
  160. data/doc/api/files/LICENSE.html +0 -76
  161. data/doc/api/files/lib/rumai/fs_rb.html +0 -75
  162. data/doc/api/files/lib/rumai/ixp/message_rb.html +0 -91
  163. data/doc/api/files/lib/rumai/ixp/transport_rb.html +0 -75
  164. data/doc/api/files/lib/rumai/ixp_rb.html +0 -69
  165. data/doc/api/files/lib/rumai/wm_rb.html +0 -77
  166. data/doc/api/files/lib/rumai_rb.html +0 -65
  167. data/doc/api/i/arrows.png +0 -0
  168. data/doc/api/i/results_bg.png +0 -0
  169. data/doc/api/i/tree_bg.png +0 -0
  170. data/doc/api/js/jquery-effect.js +0 -593
  171. data/doc/api/js/main.js +0 -22
  172. data/doc/api/js/searchdoc.js +0 -628
  173. data/doc/api/panel/index.html +0 -71
  174. data/doc/api/panel/search_index.js +0 -1
  175. data/doc/api/panel/tree.js +0 -1
  176. data/doc/history.erb +0 -233
  177. data/doc/intro.erb +0 -70
  178. data/doc/setup.erb +0 -144
  179. data/doc/usage.erb +0 -308
  180. data/rakefile +0 -14
  181. data/test/rumai/ixp/message.rb +0 -237
@@ -0,0 +1,36 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
8
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
9
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
10
+ <base id="base_target" target="_parent" />
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript" charset="utf-8">
14
+ if (window.top.frames.main) {
15
+ document.getElementById('base_target').target = 'main';
16
+ document.body.className = 'frames';
17
+ }
18
+ </script>
19
+ <div id="content">
20
+ <h1 id="full_list_header">Class List</h1>
21
+ <div id="nav">
22
+ <a target="_self" href="class_list.html">Classes</a> |
23
+ <a target="_self" href="method_list.html">Methods</a> |
24
+ <a target="_self" href="file_list.html">Files</a>
25
+ </div>
26
+ <div id="search">Search: <input type="text" /></div>
27
+
28
+ <ul id="full_list" class="class">
29
+ <li><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></li>
30
+ <li><a href="IO.html" title="IO (class)">IO</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="Integer.html" title="Integer (class)">Integer</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a class='toggle'></a> <a href="Rumai.html" title="Rumai (module)">Rumai</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a href="Rumai/Area.html" title="Rumai::Area (class)">Area</a> &lt; Object<small class='search_info'>Rumai</small></li><li><a href="Rumai/Chain.html" title="Rumai::Chain (module)">Chain</a><small class='search_info'>Rumai</small></li><li><a href="Rumai/Client.html" title="Rumai::Client (class)">Client</a> &lt; WidgetNode<small class='search_info'>Rumai</small></li><li><a href="Rumai/ClientContainer.html" title="Rumai::ClientContainer (module)">ClientContainer</a><small class='search_info'>Rumai</small></li><li><a href="Rumai/ExportInstanceMethods.html" title="Rumai::ExportInstanceMethods (module)">ExportInstanceMethods</a><small class='search_info'>Rumai</small></li><li><a class='toggle'></a> <a href="Rumai/IXP.html" title="Rumai::IXP (module)">IXP</a><small class='search_info'>Rumai</small></li><ul><li><a class='toggle'></a> <a href="Rumai/IXP/Agent.html" title="Rumai::IXP::Agent (class)">Agent</a> &lt; Object<small class='search_info'>Rumai::IXP</small></li><ul><li><a href="Rumai/IXP/Agent/FidStream.html" title="Rumai::IXP::Agent::FidStream (class)">FidStream</a> &lt; Object<small class='search_info'>Rumai::IXP::Agent</small></li><li><a href="Rumai/IXP/Agent/RangedPool.html" title="Rumai::IXP::Agent::RangedPool (class)">RangedPool</a> &lt; Object<small class='search_info'>Rumai::IXP::Agent</small></li></ul><li><a href="Rumai/IXP/Error.html" title="Rumai::IXP::Error (class)">Error</a> &lt; StandardError<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Fcall.html" title="Rumai::IXP::Fcall (class)">Fcall</a> &lt; Object<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Qid.html" title="Rumai::IXP::Qid (class)">Qid</a> &lt; Object<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rattach.html" title="Rumai::IXP::Rattach (class)">Rattach</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rauth.html" title="Rumai::IXP::Rauth (class)">Rauth</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rclunk.html" title="Rumai::IXP::Rclunk (class)">Rclunk</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rcreate.html" title="Rumai::IXP::Rcreate (class)">Rcreate</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rerror.html" title="Rumai::IXP::Rerror (class)">Rerror</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rflush.html" title="Rumai::IXP::Rflush (class)">Rflush</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Ropen.html" title="Rumai::IXP::Ropen (class)">Ropen</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rread.html" title="Rumai::IXP::Rread (class)">Rread</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rremove.html" title="Rumai::IXP::Rremove (class)">Rremove</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rstat.html" title="Rumai::IXP::Rstat (class)">Rstat</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rversion.html" title="Rumai::IXP::Rversion (class)">Rversion</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rwalk.html" title="Rumai::IXP::Rwalk (class)">Rwalk</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rwrite.html" title="Rumai::IXP::Rwrite (class)">Rwrite</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Rwstat.html" title="Rumai::IXP::Rwstat (class)">Rwstat</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Stat.html" title="Rumai::IXP::Stat (class)">Stat</a> &lt; Object<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Stream.html" title="Rumai::IXP::Stream (module)">Stream</a><small class='search_info'>Rumai::IXP</small></li><li><a class='toggle'></a> <a href="Rumai/IXP/Struct.html" title="Rumai::IXP::Struct (module)">Struct</a><small class='search_info'>Rumai::IXP</small></li><ul><li><a href="Rumai/IXP/Struct/ClassField.html" title="Rumai::IXP::Struct::ClassField (class)">ClassField</a> &lt; Field<small class='search_info'>Rumai::IXP::Struct</small></li><li><a class='toggle'></a> <a href="Rumai/IXP/Struct/Field.html" title="Rumai::IXP::Struct::Field (class)">Field</a> &lt; Object<small class='search_info'>Rumai::IXP::Struct</small></li><ul><li><a href="Rumai/IXP/Struct/Field/CounteeField.html" title="Rumai::IXP::Struct::Field::CounteeField (module)">CounteeField</a><small class='search_info'>Rumai::IXP::Struct::Field</small></li><li><a href="Rumai/IXP/Struct/Field/CounterField.html" title="Rumai::IXP::Struct::Field::CounterField (module)">CounterField</a><small class='search_info'>Rumai::IXP::Struct::Field</small></li></ul><li><a href="Rumai/IXP/Struct/Integer8Field.html" title="Rumai::IXP::Struct::Integer8Field (class)">Integer8Field</a> &lt; Field<small class='search_info'>Rumai::IXP::Struct</small></li><li><a href="Rumai/IXP/Struct/StringField.html" title="Rumai::IXP::Struct::StringField (class)">StringField</a> &lt; ClassField<small class='search_info'>Rumai::IXP::Struct</small></li></ul><li><a href="Rumai/IXP/Tattach.html" title="Rumai::IXP::Tattach (class)">Tattach</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tauth.html" title="Rumai::IXP::Tauth (class)">Tauth</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tclunk.html" title="Rumai::IXP::Tclunk (class)">Tclunk</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tcreate.html" title="Rumai::IXP::Tcreate (class)">Tcreate</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Terror.html" title="Rumai::IXP::Terror (class)">Terror</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tflush.html" title="Rumai::IXP::Tflush (class)">Tflush</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Topen.html" title="Rumai::IXP::Topen (class)">Topen</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tread.html" title="Rumai::IXP::Tread (class)">Tread</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tremove.html" title="Rumai::IXP::Tremove (class)">Tremove</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tstat.html" title="Rumai::IXP::Tstat (class)">Tstat</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Tversion.html" title="Rumai::IXP::Tversion (class)">Tversion</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Twalk.html" title="Rumai::IXP::Twalk (class)">Twalk</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Twrite.html" title="Rumai::IXP::Twrite (class)">Twrite</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li><li><a href="Rumai/IXP/Twstat.html" title="Rumai::IXP::Twstat (class)">Twstat</a> &lt; Fcall<small class='search_info'>Rumai::IXP</small></li></ul><li><a href="Rumai/Node.html" title="Rumai::Node (class)">Node</a> &lt; Object<small class='search_info'>Rumai</small></li><li><a href="Rumai/View.html" title="Rumai::View (class)">View</a> &lt; WidgetNode<small class='search_info'>Rumai</small></li><li><a href="Rumai/WidgetImpl.html" title="Rumai::WidgetImpl (module)">WidgetImpl</a><small class='search_info'>Rumai</small></li><li><a href="Rumai/WidgetNode.html" title="Rumai::WidgetNode (class)">WidgetNode</a> &lt; Node<small class='search_info'>Rumai</small></li></ul><li><a href="String.html" title="String (class)">String</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="StringIO.html" title="StringIO (class)">StringIO</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li><li><a href="Time.html" title="Time (class)">Time</a> &lt; Object<small class='search_info'>Top Level Namespace</small></li>
31
+
32
+ </ul>
33
+ </div>
34
+ </body>
35
+ </html>
36
+
@@ -0,0 +1 @@
1
+ /* Override this file with custom rules */
@@ -0,0 +1,50 @@
1
+ body {
2
+ margin: 0;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
+ font-size: 13px;
5
+ height: 101%;
6
+ overflow-x: hidden;
7
+ }
8
+
9
+ h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
10
+ .clear { clear: both; }
11
+ #search { position: absolute; right: 5px; top: 9px; }
12
+ #full_list { padding: 0; list-style: none; margin-left: 0; }
13
+ #full_list ul { padding: 0; }
14
+ #full_list li { padding: 5px; padding-left: 12px; margin: 0; font-size: 1.1em; list-style: none; }
15
+ #noresults { display: none; padding: 7px 12px; }
16
+ ul.collapsed ul, ul.collapsed li { display: none; }
17
+ li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
18
+ li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
19
+ li { color: #888; cursor: pointer; }
20
+ li.deprecated { text-decoration: line-through; font-style: italic; }
21
+ li.r1 { background: #f0f0f0; }
22
+ li.r2 { background: #fafafa; }
23
+ li:hover { background: #ddd; }
24
+ li small:before { content: "("; }
25
+ li small:after { content: ")"; }
26
+ li small.search_info { display: none; }
27
+ a:link, a:visited { text-decoration: none; color: #05a; }
28
+ li.clicked { background: #05a; color: #ccc; }
29
+ li.clicked a:link, li.clicked a:visited { color: #eee; }
30
+ li.clicked a.toggle { opacity: 0.5; background-position: bottom right; }
31
+ li.collapsed.clicked a.toggle { background-position: top right; }
32
+ #search input { border: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
33
+ #nav { margin-left: 10px; font-size: 0.9em; display: none; color: #aaa; }
34
+ #nav a:link, #nav a:visited { color: #358; }
35
+ #nav a:hover { background: transparent; color: #5af; }
36
+
37
+ .frames #content h1 { margin-top: 0; }
38
+ .frames li { white-space: nowrap; cursor: normal; }
39
+ .frames li small { display: block; font-size: 0.8em; }
40
+ .frames li small:before { content: ""; }
41
+ .frames li small:after { content: ""; }
42
+ .frames li small.search_info { display: none; }
43
+ .frames #search { position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; }
44
+ .frames #search input { width: 110px; }
45
+ .frames #nav { display: block; }
46
+
47
+ #full_list.insearch li { display: none; }
48
+ #full_list.insearch li.found { display: list-item; padding-left: 10px; }
49
+ #full_list.insearch li a.toggle { display: none; }
50
+ #full_list.insearch li small.search_info { display: block; }
@@ -0,0 +1,273 @@
1
+ body {
2
+ padding: 0 20px;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
+ font-size: 13px;
5
+ }
6
+ body.frames { padding: 0 5px; }
7
+ h1 { font-size: 25px; margin: 1em 0 0.5em; padding-top: 4px; border-top: 1px dotted #d5d5d5; }
8
+ h1.noborder { border-top: 0px; margin-top: 0; padding-top: 4px; }
9
+ h1.title { margin-bottom: 10px; }
10
+ h1.alphaindex { margin-top: 0; font-size: 22px; }
11
+ h2 {
12
+ padding: 0;
13
+ padding-bottom: 3px;
14
+ border-bottom: 1px #aaa solid;
15
+ font-size: 1.4em;
16
+ margin: 1.8em 0 0.5em;
17
+ }
18
+ .clear { clear: both; }
19
+ .inline { display: inline; }
20
+ .inline p:first-child { display: inline; }
21
+ .docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
22
+ .docstring h1 { font-size: 1.2em; }
23
+ .docstring h2 { font-size: 1.1em; }
24
+ .docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
25
+
26
+ .note {
27
+ color: #222;
28
+ -moz-border-radius: 3px; -webkit-border-radius: 3px;
29
+ background: #e3e4e3; border: 1px solid #d5d5d5; padding: 7px 10px;
30
+ }
31
+ .note.todo { background: #ffffc5; border-color: #ececaa; }
32
+ .note.returns_void { background: #efefef; }
33
+ .note.deprecated { background: #ffe5e5; border-color: #e9dada; }
34
+ .note.title { text-transform: lowercase; padding: 1px 5px; margin-left: 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; }
35
+ h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
36
+ .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
37
+ .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
38
+ .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
39
+ .note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
40
+
41
+ h3.inherited {
42
+ font-style: italic;
43
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
44
+ font-weight: normal;
45
+ padding: 0;
46
+ margin: 0;
47
+ margin-top: 12px;
48
+ margin-bottom: 3px;
49
+ font-size: 13px;
50
+ }
51
+ p.inherited {
52
+ padding: 0;
53
+ margin: 0;
54
+ margin-left: 25px;
55
+ }
56
+
57
+ dl.box {
58
+ width: 520px;
59
+ font-size: 1em;
60
+ }
61
+ dl.box dt {
62
+ float: left;
63
+ display: block;
64
+ width: 100px;
65
+ margin: 0;
66
+ text-align: right;
67
+ font-weight: bold;
68
+ border: 1px solid #aaa;
69
+ border-width: 1px 0px 0px 1px;
70
+ padding: 6px 0;
71
+ padding-right: 10px;
72
+ }
73
+ dl.box dd {
74
+ float: left;
75
+ display: block;
76
+ width: 380px;
77
+ margin: 0;
78
+ padding: 6px 0;
79
+ padding-right: 20px;
80
+ border: 1px solid #aaa;
81
+ border-width: 1px 1px 0 0;
82
+ }
83
+ dl.box .last {
84
+ border-bottom: 1px solid #aaa;
85
+ }
86
+ dl.box .r1 { background: #eee; }
87
+
88
+ ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
89
+ #files { padding-left: 15px; font-size: 1.1em; }
90
+
91
+ #files { padding: 0; }
92
+ #files li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
93
+
94
+ dl.constants { margin-left: 40px; }
95
+ dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
96
+ dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
97
+
98
+ .summary_desc { margin-left: 32px; display: block; font-family: sans-serif; }
99
+ .summary_desc tt { font-size: 0.9em; }
100
+ dl.constants .docstring { margin-left: 32px; font-size: 0.9em; font-weight: normal; }
101
+ dl.constants .discussion *:first-child { margin-top: 0; }
102
+ dl.constants .discussion *:last-child { margin-bottom: 0; }
103
+
104
+ .method_details { border-top: 1px dotted #aaa; margin-top: 15px; padding-top: 0; }
105
+ .method_details.first { border: 0; }
106
+ p.signature {
107
+ font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
108
+ padding: 6px 10px; margin-top: 18px;
109
+ background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
110
+ }
111
+ p.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
112
+ p.signature .overload { display: block; }
113
+ p.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
114
+ p.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
115
+ p.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
116
+
117
+ .tags h3 { font-size: 1em; margin-bottom: 0; }
118
+ .tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
119
+ .tags ul li { margin-bottom: 3px; }
120
+ .tags ul .name { font-family: monospace; font-weight: bold; }
121
+ .tags ul p.note { padding: 3px 6px; }
122
+ .tags { margin-bottom: 12px; }
123
+
124
+ .tags .examples h3 { margin-bottom: 10px; }
125
+ .tags .examples h4 { padding: 0; margin: 0; margin-left: 15px; font-weight: bold; font-size: 0.9em; }
126
+
127
+ .tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
128
+ .tags .overload .overload_item .signature {
129
+ padding: 2px 8px;
130
+ background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
131
+ }
132
+ .tags .overload .signature { margin-left: -15px; font-family: monospace; display: block; font-size: 1.1em; }
133
+ .tags .overload .docstring { margin-top: 15px; }
134
+
135
+ .defines { display: none; }
136
+
137
+ #method_missing_details .notice.this { position: relative; top: -8px; color: #888; padding: 0; margin: 0; }
138
+
139
+ .showSource { font-size: 0.9em; }
140
+ .showSource a:link, .showSource a:visited { text-decoration: none; color: #666; }
141
+
142
+ #content a:link, #content a:visited { text-decoration: none; color: #05a; }
143
+ #content a:hover { background: #ffffa5; }
144
+ .docstring { margin-right: 6em; }
145
+
146
+ ul.summary {
147
+ list-style: none;
148
+ font-family: monospace;
149
+ font-size: 1em;
150
+ line-height: 1.5em;
151
+ }
152
+ ul.summary a:link, ul.summary a:visited {
153
+ text-decoration: none; font-size: 1.1em;
154
+ }
155
+ ul.summary li { margin-bottom: 5px; }
156
+ .summary .summary_signature {
157
+ padding: 1px 10px;
158
+ background: #eaeaff; border: 1px solid #dfdfe5;
159
+ -moz-border-radius: 3px; -webkit-border-radius: 3px;
160
+ }
161
+ .summary_signature:hover { background: #eeeeff; cursor: pointer; }
162
+ #content .summary_signature:hover a:link,
163
+ #content .summary_signature:hover a:visited {
164
+ background: transparent;
165
+ color: #48f;
166
+ }
167
+
168
+ p.inherited a { font-family: monospace; font-size: 0.9em; }
169
+ p.inherited { word-spacing: 5px; font-size: 1.2em; }
170
+
171
+ p.children { font-size: 1.2em; }
172
+ p.children a { font-size: 0.9em; }
173
+ p.children strong { font-size: 0.8em; }
174
+ p.children strong.modules { padding-left: 5px; }
175
+
176
+ ul.fullTree { display: none; padding-left: 0; list-style: none; margin-left: 0; margin-bottom: 10px; }
177
+ ul.fullTree ul { margin-left: 0; padding-left: 0; list-style: none; }
178
+ ul.fullTree li { text-align: center; }
179
+ ul.fullTree li.next:before { font-size: 1.2em; content: '\2B06'; color: #bbb; display: block; margin-top: 3px; }
180
+
181
+ #search { position: absolute; right: 14px; top: 0px; }
182
+ #search a:link, #search a:visited {
183
+ display: block; float: left; margin-right: 4px;
184
+ padding: 8px 10px; text-decoration: none; color: #05a; background: #eaeaff;
185
+ border: 1px solid #d8d8e5;
186
+ -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
187
+ -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
188
+ }
189
+ #search a:hover { background: #eef; color: #06b; }
190
+ #search a.active {
191
+ background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
192
+ -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
193
+ -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
194
+ }
195
+ #search a.inactive { color: #999; }
196
+ .frames #search { display: none; }
197
+ .inheritanceTree, .toggleDefines { float: right; }
198
+
199
+ #menu { font-size: 1.3em; color: #bbb; top: -5px; position: relative; }
200
+ #menu .title, #menu a { font-size: 0.7em; }
201
+ #menu .title a { font-size: 1em; }
202
+ #menu .title { color: #555; }
203
+ #menu a:link, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
204
+ #menu a:hover { color: #05a; }
205
+ #menu .noframes { display: none; }
206
+ .frames #menu .noframes { display: inline; float: right; }
207
+
208
+ #footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
209
+ #footer a:link, #footer a:visited { color: #444; text-decoration: none; border-bottom: 1px dotted #bbd; }
210
+ #footer a:hover { color: #05a; }
211
+
212
+ #listing ul.alpha { font-size: 1.1em; }
213
+ #listing ul.alpha { margin: 0; padding: 0; padding-bottom: 10px; list-style: none; }
214
+ #listing ul.alpha li.letter { font-size: 1.4em; padding-bottom: 10px; }
215
+ #listing ul.alpha ul { margin: 0; padding-left: 15px; }
216
+ #listing ul small { color: #666; font-size: 0.7em; }
217
+
218
+ li.r1 { background: #f0f0f0; }
219
+ li.r2 { background: #fafafa; }
220
+
221
+ #search_frame {
222
+ background: #fff;
223
+ display: none;
224
+ position: absolute;
225
+ top: 36px;
226
+ right: 18px;
227
+ width: 500px;
228
+ height: 80%;
229
+ overflow-y: scroll;
230
+ border: 1px solid #999;
231
+ border-collapse: collapse;
232
+ -webkit-box-shadow: -2px 5px 25px #aaa;
233
+ -moz-box-shadow: -2px 5px 25px #aaa;
234
+ -moz-border-radius: 2px;
235
+ -webkit-border-radius: 2px;
236
+ }
237
+
238
+ #content ul.summary li.deprecated a:link,
239
+ #content ul.summary li.deprecated a:visited { text-decoration: line-through; font-style: italic; }
240
+
241
+ /* syntax highlighting */
242
+ .source_code { display: none; padding: 3px 8px; border-left: 8px solid #ddd; margin-top: 5px; }
243
+ #filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
244
+ #filecontents pre.code, .docstring pre.code { display: block; }
245
+ .source_code .lines { padding-right: 12px; color: #555; text-align: right; }
246
+ #filecontents pre.code, .docstring pre.code,
247
+ .tags .example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
248
+ pre.code { color: #000; }
249
+ pre.code .info.file { color: #555; }
250
+ pre.code .val { color: #036A07; }
251
+ pre.code .tstring_content,
252
+ pre.code .heredoc_beg, pre.code .heredoc_end,
253
+ pre.code .qwords_beg, pre.code .qwords_end,
254
+ pre.code .tstring, pre.code .dstring { color: #036A07; }
255
+ pre.code .fid, pre.code .id.new, pre.code .id.to_s,
256
+ pre.code .id.to_sym, pre.code .id.to_f,
257
+ pre.code .dot + pre.code .id,
258
+ pre.code .id.to_i pre.code .id.each { color: #0085FF; }
259
+ pre.code .comment { color: #0066FF; }
260
+ pre.code .const, pre.code .constant { color: #585CF6; }
261
+ pre.code .symbol { color: #C5060B; }
262
+ pre.code .kw,
263
+ pre.code .label,
264
+ pre.code .id.require,
265
+ pre.code .id.extend,
266
+ pre.code .id.include { color: #0000FF; }
267
+ pre.code .ivar { color: #318495; }
268
+ pre.code .gvar,
269
+ pre.code .id.backref,
270
+ pre.code .id.nth_ref { color: #6D79DE; }
271
+ pre.code .regexp, .dregexp { color: #036A07; }
272
+ pre.code a { border-bottom: 1px dotted #bbf; }
273
+
@@ -0,0 +1,73 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>nil</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <script type="text/javascript" charset="utf-8">
20
+ if (window.top.frames.main) document.body.className = 'frames';
21
+ </script>
22
+
23
+ <div id="header">
24
+ <div id="menu">
25
+
26
+ <a href="_index.html" title="Index">Index</a> &raquo;
27
+ <span class="title">File: LICENSE</span>
28
+
29
+
30
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
31
+ </div>
32
+
33
+ <div id="search">
34
+ <a id="class_list_link" href="#">Class List</a>
35
+ <a id="method_list_link" href="#">Method List</a>
36
+ <a id ="file_list_link" href="#">File List</a>
37
+ </div>
38
+
39
+ <div class="clear"></div>
40
+ </div>
41
+
42
+ <iframe id="search_frame"></iframe>
43
+
44
+ <div id="content"><div id='filecontents'><p>
45
+ (the ISC license)
46
+ </p>
47
+ <p>
48
+ Copyright 2006 Suraj N. Kurapati <sunaku@gmail.com>
49
+ </p>
50
+ <p>
51
+ Permission to use, copy, modify, and/or distribute this software for any
52
+ purpose with or without fee is hereby granted, provided that the above
53
+ copyright notice and this permission notice appear in all copies.
54
+ </p>
55
+ <p>
56
+ THE SOFTWARE IS PROVIDED &#8220;AS IS&#8221; AND THE AUTHOR DISCLAIMS ALL
57
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
58
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
59
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
60
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
61
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
62
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
63
+ </p>
64
+ </div></div>
65
+
66
+ <div id="footer">
67
+ Generated on Mon Mar 22 22:23:51 2010 by
68
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
69
+ 0.5.4 (ruby-1.9.1).
70
+ </div>
71
+
72
+ </body>
73
+ </html>
@@ -0,0 +1,38 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
8
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
9
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
10
+ <base id="base_target" target="_parent" />
11
+ </head>
12
+ <body>
13
+ <script type="text/javascript" charset="utf-8">
14
+ if (window.top.frames.main) {
15
+ document.getElementById('base_target').target = 'main';
16
+ document.body.className = 'frames';
17
+ }
18
+ </script>
19
+ <div id="content">
20
+ <h1 id="full_list_header">File List</h1>
21
+ <div id="nav">
22
+ <a target="_self" href="class_list.html">Classes</a> |
23
+ <a target="_self" href="method_list.html">Methods</a> |
24
+ <a target="_self" href="file_list.html">Files</a>
25
+ </div>
26
+ <div id="search">Search: <input type="text" /></div>
27
+
28
+ <ul id="full_list" class="files">
29
+
30
+
31
+ <li class="r1"><a href="index.html" title="LICENSE">LICENSE</a></li>
32
+
33
+
34
+ </ul>
35
+ </div>
36
+ </body>
37
+ </html>
38
+