facets 1.4.3 → 1.4.4

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 (1229) hide show
  1. data/ProjectInfo +19 -19
  2. data/Reapfile +1 -1
  3. data/WARNING +0 -1
  4. data/{AUTHORS → doc/AUTHORS} +0 -0
  5. data/{note/CHANGELOG → doc/ChangeLog} +30 -0
  6. data/{note → doc}/IMPORTANT +0 -0
  7. data/doc/api/core/classes/Array.html +1356 -0
  8. data/doc/api/core/classes/Binding.html +538 -0
  9. data/doc/api/core/classes/Class.html +476 -0
  10. data/doc/api/core/classes/Comparable.html +231 -0
  11. data/doc/api/core/classes/Config.html +120 -0
  12. data/doc/api/core/classes/Continuation.html +168 -0
  13. data/doc/api/core/classes/Date.html +219 -0
  14. data/doc/api/core/classes/Dir.html +208 -0
  15. data/doc/api/core/classes/Enumerable.html +1462 -0
  16. data/doc/api/core/classes/FalseClass.html +115 -0
  17. data/doc/api/core/classes/File.html +383 -0
  18. data/doc/api/core/classes/FileUtils.html +468 -0
  19. data/doc/api/core/classes/Float.html +157 -0
  20. data/doc/api/core/classes/Gem.html +150 -0
  21. data/doc/api/core/classes/Hash.html +1627 -0
  22. data/doc/api/core/classes/Integer.html +353 -0
  23. data/doc/api/core/classes/Kernal.html +86 -0
  24. data/doc/api/core/classes/Kernel.html +2010 -0
  25. data/doc/api/core/classes/Logger.html +157 -0
  26. data/doc/api/core/classes/MatchData.html +195 -0
  27. data/doc/api/core/classes/Module.html +1812 -0
  28. data/doc/api/core/classes/NackClass.html +92 -0
  29. data/doc/api/core/classes/NilClass.html +385 -0
  30. data/doc/api/core/classes/Numeric.html +306 -0
  31. data/doc/api/core/classes/Object.html +332 -0
  32. data/doc/api/core/classes/OpenStruct.html +315 -0
  33. data/doc/api/core/classes/Pathname.html +154 -0
  34. data/doc/api/core/classes/Proc.html +154 -0
  35. data/doc/api/core/classes/Range.html +235 -0
  36. data/doc/api/core/classes/Regexp.html +185 -0
  37. data/doc/api/core/classes/ScriptBug.html +92 -0
  38. data/doc/api/core/classes/String.html +3250 -0
  39. data/doc/api/core/classes/Symbol.html +463 -0
  40. data/doc/api/core/classes/Time.html +307 -0
  41. data/doc/api/core/classes/TrueClass.html +115 -0
  42. data/doc/api/core/classes/UnboundMethod.html +121 -0
  43. data/doc/api/core/created.rid +1 -0
  44. data/doc/api/core/files/COPYING.html +517 -0
  45. data/doc/api/core/files/ProjectInfo.html +92 -0
  46. data/doc/api/core/files/README.html +386 -0
  47. data/doc/api/core/files/WARNING.html +132 -0
  48. data/doc/api/core/files/lib/facets/core/all_rb.html +96 -0
  49. data/doc/api/core/files/lib/facets/core/array/at_rand_rb.html +92 -0
  50. data/doc/api/core/files/lib/facets/core/array/body_rb.html +100 -0
  51. data/doc/api/core/files/lib/facets/core/array/delete_unless_rb.html +92 -0
  52. data/doc/api/core/files/lib/facets/core/array/delete_values_at_rb.html +92 -0
  53. data/doc/api/core/files/lib/facets/core/array/delete_values_rb.html +92 -0
  54. data/doc/api/core/files/lib/facets/core/array/each_with_key_rb.html +92 -0
  55. data/doc/api/core/files/lib/facets/core/array/first_rb.html +96 -0
  56. data/doc/api/core/files/lib/facets/core/array/foot_rb.html +100 -0
  57. data/doc/api/core/files/lib/facets/core/array/head_rb.html +92 -0
  58. data/doc/api/core/files/lib/facets/core/array/join_sentence_rb.html +92 -0
  59. data/doc/api/core/files/lib/facets/core/array/last_index_rb.html +92 -0
  60. data/doc/api/core/files/lib/facets/core/array/last_rb.html +100 -0
  61. data/doc/api/core/files/lib/facets/core/array/merge_rb.html +92 -0
  62. data/doc/api/core/files/lib/facets/core/array/mid_rb.html +92 -0
  63. data/doc/api/core/files/lib/facets/core/array/middle_rb.html +92 -0
  64. data/doc/api/core/files/lib/facets/core/array/op_fetch_rb.html +92 -0
  65. data/doc/api/core/files/lib/facets/core/array/op_mod_rb.html +92 -0
  66. data/doc/api/core/files/lib/facets/core/array/op_store_rb.html +96 -0
  67. data/doc/api/core/files/lib/facets/core/array/pick_rb.html +92 -0
  68. data/doc/api/core/files/lib/facets/core/array/pos_rb.html +92 -0
  69. data/doc/api/core/files/lib/facets/core/array/pot_rb.html +92 -0
  70. data/doc/api/core/files/lib/facets/core/array/pull_rb.html +92 -0
  71. data/doc/api/core/files/lib/facets/core/array/rand_index_rb.html +92 -0
  72. data/doc/api/core/files/lib/facets/core/array/rand_subset_rb.html +92 -0
  73. data/doc/api/core/files/lib/facets/core/array/range_rb.html +92 -0
  74. data/doc/api/core/files/lib/facets/core/array/rotate_rb.html +92 -0
  75. data/doc/api/core/files/lib/facets/core/array/select_rb.html +92 -0
  76. data/doc/api/core/files/lib/facets/core/array/shuffle_rb.html +92 -0
  77. data/doc/api/core/files/lib/facets/core/array/store_rb.html +92 -0
  78. data/doc/api/core/files/lib/facets/core/array/tail_rb.html +100 -0
  79. data/doc/api/core/files/lib/facets/core/array/thru_rb.html +92 -0
  80. data/doc/api/core/files/lib/facets/core/array/to_b_rb.html +92 -0
  81. data/doc/api/core/files/lib/facets/core/array/to_h_rb.html +92 -0
  82. data/doc/api/core/files/lib/facets/core/array/to_hash_rb.html +92 -0
  83. data/doc/api/core/files/lib/facets/core/array/unzip_rb.html +92 -0
  84. data/doc/api/core/files/lib/facets/core/binding/__DIR___rb.html +100 -0
  85. data/doc/api/core/files/lib/facets/core/binding/__FILE___rb.html +100 -0
  86. data/doc/api/core/files/lib/facets/core/binding/__LINE___rb.html +96 -0
  87. data/doc/api/core/files/lib/facets/core/binding/call_stack_rb.html +97 -0
  88. data/doc/api/core/files/lib/facets/core/binding/called_rb.html +96 -0
  89. data/doc/api/core/files/lib/facets/core/binding/caller_rb.html +96 -0
  90. data/doc/api/core/files/lib/facets/core/binding/defined_rb.html +96 -0
  91. data/doc/api/core/files/lib/facets/core/binding/eval_rb.html +92 -0
  92. data/doc/api/core/files/lib/facets/core/binding/local_variables_rb.html +96 -0
  93. data/doc/api/core/files/lib/facets/core/binding/method_name_rb.html +96 -0
  94. data/doc/api/core/files/lib/facets/core/binding/op_fetch_rb.html +97 -0
  95. data/doc/api/core/files/lib/facets/core/binding/op_store_rb.html +97 -0
  96. data/doc/api/core/files/lib/facets/core/binding/self/of_caller_rb.html +96 -0
  97. data/doc/api/core/files/lib/facets/core/binding/self_rb.html +96 -0
  98. data/doc/api/core/files/lib/facets/core/binding_rb.html +109 -0
  99. data/doc/api/core/files/lib/facets/core/class/by_name_rb.html +96 -0
  100. data/doc/api/core/files/lib/facets/core/class/cattr_accessor_rb.html +100 -0
  101. data/doc/api/core/files/lib/facets/core/class/cattr_rb.html +92 -0
  102. data/doc/api/core/files/lib/facets/core/class/cattr_reader_rb.html +100 -0
  103. data/doc/api/core/files/lib/facets/core/class/cattr_writer_rb.html +100 -0
  104. data/doc/api/core/files/lib/facets/core/class/descendents_rb.html +92 -0
  105. data/doc/api/core/files/lib/facets/core/class/method_name_rb.html +92 -0
  106. data/doc/api/core/files/lib/facets/core/class/remove_descendents_rb.html +96 -0
  107. data/doc/api/core/files/lib/facets/core/class/remove_subclasses_rb.html +100 -0
  108. data/doc/api/core/files/lib/facets/core/class/subclasses_rb.html +100 -0
  109. data/doc/api/core/files/lib/facets/core/class/to_proc_rb.html +98 -0
  110. data/doc/api/core/files/lib/facets/core/class/unix_path_rb.html +92 -0
  111. data/doc/api/core/files/lib/facets/core/comparable/at_least_rb.html +92 -0
  112. data/doc/api/core/files/lib/facets/core/comparable/at_most_rb.html +100 -0
  113. data/doc/api/core/files/lib/facets/core/comparable/cap_rb.html +100 -0
  114. data/doc/api/core/files/lib/facets/core/comparable/clip_rb.html +92 -0
  115. data/doc/api/core/files/lib/facets/core/comparable/cmp_rb.html +92 -0
  116. data/doc/api/core/files/lib/facets/core/config/datadir_rb.html +92 -0
  117. data/doc/api/core/files/lib/facets/core/continuation/self/create_rb.html +148 -0
  118. data/doc/api/core/files/lib/facets/core/date/days_in_month_rb.html +96 -0
  119. data/doc/api/core/files/lib/facets/core/date/days_of_month_rb.html +96 -0
  120. data/doc/api/core/files/lib/facets/core/date/stamp_rb.html +96 -0
  121. data/doc/api/core/files/lib/facets/core/date/to_date_rb.html +96 -0
  122. data/doc/api/core/files/lib/facets/core/date/to_s_rb.html +96 -0
  123. data/doc/api/core/files/lib/facets/core/date/to_time_rb.html +96 -0
  124. data/doc/api/core/files/lib/facets/core/dir/self/ancestor_rb.html +92 -0
  125. data/doc/api/core/files/lib/facets/core/dir/self/ascend_rb.html +92 -0
  126. data/doc/api/core/files/lib/facets/core/dir/self/descend_rb.html +92 -0
  127. data/doc/api/core/files/lib/facets/core/dir/self/ls_r_rb.html +92 -0
  128. data/doc/api/core/files/lib/facets/core/dir/self/recurse_rb.html +100 -0
  129. data/doc/api/core/files/lib/facets/core/enumerable/accumulate_rb.html +96 -0
  130. data/doc/api/core/files/lib/facets/core/enumerable/cascade_rb.html +92 -0
  131. data/doc/api/core/files/lib/facets/core/enumerable/collect_if_rb.html +92 -0
  132. data/doc/api/core/files/lib/facets/core/enumerable/collect_with_counter_rb.html +100 -0
  133. data/doc/api/core/files/lib/facets/core/enumerable/collect_with_index_rb.html +92 -0
  134. data/doc/api/core/files/lib/facets/core/enumerable/commonality_rb.html +92 -0
  135. data/doc/api/core/files/lib/facets/core/enumerable/compact_collect_rb.html +96 -0
  136. data/doc/api/core/files/lib/facets/core/enumerable/compact_map_rb.html +100 -0
  137. data/doc/api/core/files/lib/facets/core/enumerable/count_rb.html +92 -0
  138. data/doc/api/core/files/lib/facets/core/enumerable/cross_rb.html +96 -0
  139. data/doc/api/core/files/lib/facets/core/enumerable/each_by_rb.html +100 -0
  140. data/doc/api/core/files/lib/facets/core/enumerable/each_combination_rb.html +92 -0
  141. data/doc/api/core/files/lib/facets/core/enumerable/each_pair_rb.html +92 -0
  142. data/doc/api/core/files/lib/facets/core/enumerable/each_permutation_rb.html +100 -0
  143. data/doc/api/core/files/lib/facets/core/enumerable/each_slice_rb.html +92 -0
  144. data/doc/api/core/files/lib/facets/core/enumerable/each_unique_pair_rb.html +96 -0
  145. data/doc/api/core/files/lib/facets/core/enumerable/each_with_counter_rb.html +92 -0
  146. data/doc/api/core/files/lib/facets/core/enumerable/elementwise_rb.html +100 -0
  147. data/doc/api/core/files/lib/facets/core/enumerable/entropy_rb.html +97 -0
  148. data/doc/api/core/files/lib/facets/core/enumerable/every_rb.html +96 -0
  149. data/doc/api/core/files/lib/facets/core/enumerable/ew_rb.html +96 -0
  150. data/doc/api/core/files/lib/facets/core/enumerable/filter_collect_rb.html +92 -0
  151. data/doc/api/core/files/lib/facets/core/enumerable/filter_map_rb.html +100 -0
  152. data/doc/api/core/files/lib/facets/core/enumerable/find_collisions_rb.html +96 -0
  153. data/doc/api/core/files/lib/facets/core/enumerable/frequency_rb.html +92 -0
  154. data/doc/api/core/files/lib/facets/core/enumerable/graph_rb.html +96 -0
  155. data/doc/api/core/files/lib/facets/core/enumerable/ideal_entropy_rb.html +92 -0
  156. data/doc/api/core/files/lib/facets/core/enumerable/map_if_rb.html +100 -0
  157. data/doc/api/core/files/lib/facets/core/enumerable/map_with_counter_rb.html +100 -0
  158. data/doc/api/core/files/lib/facets/core/enumerable/map_with_index_rb.html +100 -0
  159. data/doc/api/core/files/lib/facets/core/enumerable/mode_rb.html +92 -0
  160. data/doc/api/core/files/lib/facets/core/enumerable/none_rb.html +92 -0
  161. data/doc/api/core/files/lib/facets/core/enumerable/nonuniq_rb.html +92 -0
  162. data/doc/api/core/files/lib/facets/core/enumerable/occur_rb.html +92 -0
  163. data/doc/api/core/files/lib/facets/core/enumerable/one_rb.html +92 -0
  164. data/doc/api/core/files/lib/facets/core/enumerable/op_pow_rb.html +96 -0
  165. data/doc/api/core/files/lib/facets/core/enumerable/partition_by_rb.html +92 -0
  166. data/doc/api/core/files/lib/facets/core/enumerable/permute_rb.html +96 -0
  167. data/doc/api/core/files/lib/facets/core/enumerable/probability_rb.html +92 -0
  168. data/doc/api/core/files/lib/facets/core/enumerable/project_rb.html +92 -0
  169. data/doc/api/core/files/lib/facets/core/enumerable/self/combinations_rb.html +92 -0
  170. data/doc/api/core/files/lib/facets/core/enumerable/self/cross_rb.html +96 -0
  171. data/doc/api/core/files/lib/facets/core/enumerable/to_h_rb.html +92 -0
  172. data/doc/api/core/files/lib/facets/core/enumerable/uniq_by_rb.html +92 -0
  173. data/doc/api/core/files/lib/facets/core/enumerable/where_rb.html +92 -0
  174. data/doc/api/core/files/lib/facets/core/file/self/append_rb.html +96 -0
  175. data/doc/api/core/files/lib/facets/core/file/self/create_rb.html +92 -0
  176. data/doc/api/core/files/lib/facets/core/file/self/open_as_string_rb.html +118 -0
  177. data/doc/api/core/files/lib/facets/core/file/self/read_binary_rb.html +96 -0
  178. data/doc/api/core/files/lib/facets/core/file/self/read_list_rb.html +97 -0
  179. data/doc/api/core/files/lib/facets/core/file/self/rootname_rb.html +92 -0
  180. data/doc/api/core/files/lib/facets/core/file/self/sanitize_rb.html +96 -0
  181. data/doc/api/core/files/lib/facets/core/file/self/split_all_rb.html +101 -0
  182. data/doc/api/core/files/lib/facets/core/file/self/write_rb.html +96 -0
  183. data/doc/api/core/files/lib/facets/core/fileutils/head_rb.html +100 -0
  184. data/doc/api/core/files/lib/facets/core/fileutils/safe_ln_rb.html +96 -0
  185. data/doc/api/core/files/lib/facets/core/fileutils/slice_rb.html +96 -0
  186. data/doc/api/core/files/lib/facets/core/fileutils/split_all_rb.html +92 -0
  187. data/doc/api/core/files/lib/facets/core/fileutils/tail_rb.html +100 -0
  188. data/doc/api/core/files/lib/facets/core/fileutils/wc_rb.html +96 -0
  189. data/doc/api/core/files/lib/facets/core/fileutils/whereis_rb.html +96 -0
  190. data/doc/api/core/files/lib/facets/core/fileutils/which_rb.html +96 -0
  191. data/doc/api/core/files/lib/facets/core/float/approx_rb.html +100 -0
  192. data/doc/api/core/files/lib/facets/core/float/round_at_rb.html +96 -0
  193. data/doc/api/core/files/lib/facets/core/float/round_off_rb.html +92 -0
  194. data/doc/api/core/files/lib/facets/core/float/round_to_rb.html +96 -0
  195. data/doc/api/core/files/lib/facets/core/gem/self/active_rb.html +92 -0
  196. data/doc/api/core/files/lib/facets/core/gem/self/gempath_rb.html +96 -0
  197. data/doc/api/core/files/lib/facets/core/gem/self/gemspec_rb.html +96 -0
  198. data/doc/api/core/files/lib/facets/core/hash/alias_rb.html +92 -0
  199. data/doc/api/core/files/lib/facets/core/hash/assert_has_keys_rb.html +96 -0
  200. data/doc/api/core/files/lib/facets/core/hash/assert_has_only_keys_rb.html +96 -0
  201. data/doc/api/core/files/lib/facets/core/hash/at_rb.html +92 -0
  202. data/doc/api/core/files/lib/facets/core/hash/collate_rb.html +92 -0
  203. data/doc/api/core/files/lib/facets/core/hash/delete_unless_rb.html +96 -0
  204. data/doc/api/core/files/lib/facets/core/hash/each_rb.html +92 -0
  205. data/doc/api/core/files/lib/facets/core/hash/each_with_index_rb.html +97 -0
  206. data/doc/api/core/files/lib/facets/core/hash/each_with_key_rb.html +92 -0
  207. data/doc/api/core/files/lib/facets/core/hash/graph_rb.html +96 -0
  208. data/doc/api/core/files/lib/facets/core/hash/has_keys_rb.html +92 -0
  209. data/doc/api/core/files/lib/facets/core/hash/has_only_keys_rb.html +92 -0
  210. data/doc/api/core/files/lib/facets/core/hash/inverse_rb.html +92 -0
  211. data/doc/api/core/files/lib/facets/core/hash/join_rb.html +92 -0
  212. data/doc/api/core/files/lib/facets/core/hash/keys_to_s_rb.html +92 -0
  213. data/doc/api/core/files/lib/facets/core/hash/keys_to_sym_rb.html +92 -0
  214. data/doc/api/core/files/lib/facets/core/hash/op_fetch_rb.html +96 -0
  215. data/doc/api/core/files/lib/facets/core/hash/op_lshift_rb.html +92 -0
  216. data/doc/api/core/files/lib/facets/core/hash/op_store_rb.html +100 -0
  217. data/doc/api/core/files/lib/facets/core/hash/rand_key_rb.html +92 -0
  218. data/doc/api/core/files/lib/facets/core/hash/rand_pair_rb.html +96 -0
  219. data/doc/api/core/files/lib/facets/core/hash/rand_value_rb.html +96 -0
  220. data/doc/api/core/files/lib/facets/core/hash/replace_each_rb.html +92 -0
  221. data/doc/api/core/files/lib/facets/core/hash/self/zipnew_rb.html +92 -0
  222. data/doc/api/core/files/lib/facets/core/hash/shuffle_rb.html +96 -0
  223. data/doc/api/core/files/lib/facets/core/hash/slice_rb.html +92 -0
  224. data/doc/api/core/files/lib/facets/core/hash/stringify_keys_rb.html +100 -0
  225. data/doc/api/core/files/lib/facets/core/hash/swap_rb.html +92 -0
  226. data/doc/api/core/files/lib/facets/core/hash/swapkey_rb.html +92 -0
  227. data/doc/api/core/files/lib/facets/core/hash/symoblize_keys_rb.html +100 -0
  228. data/doc/api/core/files/lib/facets/core/hash/to_h_rb.html +92 -0
  229. data/doc/api/core/files/lib/facets/core/hash/to_ostruct_rb.html +96 -0
  230. data/doc/api/core/files/lib/facets/core/hash/to_ostruct_recurse_rb.html +97 -0
  231. data/doc/api/core/files/lib/facets/core/hash/to_proc_rb.html +92 -0
  232. data/doc/api/core/files/lib/facets/core/hash/traverse_rb.html +92 -0
  233. data/doc/api/core/files/lib/facets/core/hash/update_each_rb.html +92 -0
  234. data/doc/api/core/files/lib/facets/core/hash/update_keys_rb.html +92 -0
  235. data/doc/api/core/files/lib/facets/core/hash/update_values_rb.html +92 -0
  236. data/doc/api/core/files/lib/facets/core/hash/variablize_keys_rb.html +92 -0
  237. data/doc/api/core/files/lib/facets/core/hash/weave_rb.html +92 -0
  238. data/doc/api/core/files/lib/facets/core/inflect_rb.html +117 -0
  239. data/doc/api/core/files/lib/facets/core/integer/even_rb.html +100 -0
  240. data/doc/api/core/files/lib/facets/core/integer/fac_rb.html +100 -0
  241. data/doc/api/core/files/lib/facets/core/integer/fact_rb.html +100 -0
  242. data/doc/api/core/files/lib/facets/core/integer/factorial_rb.html +92 -0
  243. data/doc/api/core/files/lib/facets/core/integer/multiple_rb.html +92 -0
  244. data/doc/api/core/files/lib/facets/core/integer/odd_rb.html +100 -0
  245. data/doc/api/core/files/lib/facets/core/integer/ordinal_rb.html +92 -0
  246. data/doc/api/core/files/lib/facets/core/integer/times_collect_rb.html +92 -0
  247. data/doc/api/core/files/lib/facets/core/integer/times_map_rb.html +100 -0
  248. data/doc/api/core/files/lib/facets/core/kernel/__DIR___rb.html +92 -0
  249. data/doc/api/core/files/lib/facets/core/kernel/__callee___rb.html +100 -0
  250. data/doc/api/core/files/lib/facets/core/kernel/__class___rb.html +92 -0
  251. data/doc/api/core/files/lib/facets/core/kernel/__get___rb.html +92 -0
  252. data/doc/api/core/files/lib/facets/core/kernel/__method___rb.html +92 -0
  253. data/doc/api/core/files/lib/facets/core/kernel/__self___rb.html +96 -0
  254. data/doc/api/core/files/lib/facets/core/kernel/__set___rb.html +100 -0
  255. data/doc/api/core/files/lib/facets/core/kernel/as_rb.html +96 -0
  256. data/doc/api/core/files/lib/facets/core/kernel/assign_from_rb.html +96 -0
  257. data/doc/api/core/files/lib/facets/core/kernel/assign_with_rb.html +97 -0
  258. data/doc/api/core/files/lib/facets/core/kernel/autoreload_files_rb.html +100 -0
  259. data/doc/api/core/files/lib/facets/core/kernel/autoreload_glob_rb.html +100 -0
  260. data/doc/api/core/files/lib/facets/core/kernel/autoreload_rb.html +92 -0
  261. data/doc/api/core/files/lib/facets/core/kernel/bool_rb.html +92 -0
  262. data/doc/api/core/files/lib/facets/core/kernel/bug_rb.html +92 -0
  263. data/doc/api/core/files/lib/facets/core/kernel/cache_rb.html +92 -0
  264. data/doc/api/core/files/lib/facets/core/kernel/call_stack_rb.html +92 -0
  265. data/doc/api/core/files/lib/facets/core/kernel/called_rb.html +92 -0
  266. data/doc/api/core/files/lib/facets/core/kernel/complete_rb.html +92 -0
  267. data/doc/api/core/files/lib/facets/core/kernel/constant_rb.html +92 -0
  268. data/doc/api/core/files/lib/facets/core/kernel/copy_rb.html +92 -0
  269. data/doc/api/core/files/lib/facets/core/kernel/deep_copy_rb.html +92 -0
  270. data/doc/api/core/files/lib/facets/core/kernel/demo_rb.html +92 -0
  271. data/doc/api/core/files/lib/facets/core/kernel/eigenclass_rb.html +103 -0
  272. data/doc/api/core/files/lib/facets/core/kernel/false_rb.html +100 -0
  273. data/doc/api/core/files/lib/facets/core/kernel/fn_rb.html +92 -0
  274. data/doc/api/core/files/lib/facets/core/kernel/generate_method_name_rb.html +92 -0
  275. data/doc/api/core/files/lib/facets/core/kernel/get_by_id_rb.html +92 -0
  276. data/doc/api/core/files/lib/facets/core/kernel/here_rb.html +92 -0
  277. data/doc/api/core/files/lib/facets/core/kernel/in_rb.html +92 -0
  278. data/doc/api/core/files/lib/facets/core/kernel/instance_assign_rb.html +92 -0
  279. data/doc/api/core/files/lib/facets/core/kernel/instvar_rb.html +92 -0
  280. data/doc/api/core/files/lib/facets/core/kernel/is_rb.html +96 -0
  281. data/doc/api/core/files/lib/facets/core/kernel/maybe_rb.html +92 -0
  282. data/doc/api/core/files/lib/facets/core/kernel/metaclass_rb.html +92 -0
  283. data/doc/api/core/files/lib/facets/core/kernel/method_rb.html +92 -0
  284. data/doc/api/core/files/lib/facets/core/kernel/methods_rb.html +96 -0
  285. data/doc/api/core/files/lib/facets/core/kernel/nack_rb.html +98 -0
  286. data/doc/api/core/files/lib/facets/core/kernel/new_rb.html +92 -0
  287. data/doc/api/core/files/lib/facets/core/kernel/object_class_rb.html +92 -0
  288. data/doc/api/core/files/lib/facets/core/kernel/object_hexid_rb.html +92 -0
  289. data/doc/api/core/files/lib/facets/core/kernel/op_esc_rb.html +92 -0
  290. data/doc/api/core/files/lib/facets/core/kernel/own_rb.html +92 -0
  291. data/doc/api/core/files/lib/facets/core/kernel/p_rb.html +92 -0
  292. data/doc/api/core/files/lib/facets/core/kernel/pp_exception_rb.html +92 -0
  293. data/doc/api/core/files/lib/facets/core/kernel/quaclass_rb.html +92 -0
  294. data/doc/api/core/files/lib/facets/core/kernel/require_all_rb.html +92 -0
  295. data/doc/api/core/files/lib/facets/core/kernel/require_esc_rb.html +96 -0
  296. data/doc/api/core/files/lib/facets/core/kernel/require_facet_rb.html +96 -0
  297. data/doc/api/core/files/lib/facets/core/kernel/require_local_rb.html +92 -0
  298. data/doc/api/core/files/lib/facets/core/kernel/resc_rb.html +92 -0
  299. data/doc/api/core/files/lib/facets/core/kernel/respond_rb.html +92 -0
  300. data/doc/api/core/files/lib/facets/core/kernel/returning_rb.html +92 -0
  301. data/doc/api/core/files/lib/facets/core/kernel/send_as_rb.html +92 -0
  302. data/doc/api/core/files/lib/facets/core/kernel/set_from_rb.html +96 -0
  303. data/doc/api/core/files/lib/facets/core/kernel/set_with_rb.html +96 -0
  304. data/doc/api/core/files/lib/facets/core/kernel/silence_warnings_rb.html +100 -0
  305. data/doc/api/core/files/lib/facets/core/kernel/silently_rb.html +92 -0
  306. data/doc/api/core/files/lib/facets/core/kernel/singleton_class_rb.html +92 -0
  307. data/doc/api/core/files/lib/facets/core/kernel/singleton_rb.html +92 -0
  308. data/doc/api/core/files/lib/facets/core/kernel/superior_rb.html +92 -0
  309. data/doc/api/core/files/lib/facets/core/kernel/supermethod_rb.html +92 -0
  310. data/doc/api/core/files/lib/facets/core/kernel/this_rb.html +92 -0
  311. data/doc/api/core/files/lib/facets/core/kernel/to_b_rb.html +92 -0
  312. data/doc/api/core/files/lib/facets/core/kernel/to_bool_rb.html +92 -0
  313. data/doc/api/core/files/lib/facets/core/kernel/true_rb.html +100 -0
  314. data/doc/api/core/files/lib/facets/core/kernel/unuri_rb.html +100 -0
  315. data/doc/api/core/files/lib/facets/core/kernel/uri_rb.html +96 -0
  316. data/doc/api/core/files/lib/facets/core/kernel/val_rb.html +92 -0
  317. data/doc/api/core/files/lib/facets/core/kernel/warn_with_line_rb.html +92 -0
  318. data/doc/api/core/files/lib/facets/core/kernel/with_accessor_rb.html +92 -0
  319. data/doc/api/core/files/lib/facets/core/kernel/with_reader_rb.html +100 -0
  320. data/doc/api/core/files/lib/facets/core/kernel/with_writer_rb.html +100 -0
  321. data/doc/api/core/files/lib/facets/core/logger/format_message_rb.html +96 -0
  322. data/doc/api/core/files/lib/facets/core/logger/format_rb.html +96 -0
  323. data/doc/api/core/files/lib/facets/core/matchdata/match_rb.html +92 -0
  324. data/doc/api/core/files/lib/facets/core/matchdata/matchset_rb.html +100 -0
  325. data/doc/api/core/files/lib/facets/core/matchdata/matchtree_rb.html +92 -0
  326. data/doc/api/core/files/lib/facets/core/module/abstract_rb.html +105 -0
  327. data/doc/api/core/files/lib/facets/core/module/alias_method_chain_rb.html +92 -0
  328. data/doc/api/core/files/lib/facets/core/module/alias_module_function_rb.html +92 -0
  329. data/doc/api/core/files/lib/facets/core/module/ancestor_rb.html +92 -0
  330. data/doc/api/core/files/lib/facets/core/module/attr_query_rb.html +96 -0
  331. data/doc/api/core/files/lib/facets/core/module/attr_rb.html +92 -0
  332. data/doc/api/core/files/lib/facets/core/module/attr_setter_rb.html +92 -0
  333. data/doc/api/core/files/lib/facets/core/module/attr_tester_rb.html +96 -0
  334. data/doc/api/core/files/lib/facets/core/module/attr_validator_rb.html +92 -0
  335. data/doc/api/core/files/lib/facets/core/module/basename_rb.html +92 -0
  336. data/doc/api/core/files/lib/facets/core/module/by_name_rb.html +96 -0
  337. data/doc/api/core/files/lib/facets/core/module/class_extension_rb.html +124 -0
  338. data/doc/api/core/files/lib/facets/core/module/class_rb.html +92 -0
  339. data/doc/api/core/files/lib/facets/core/module/clone_removing_rb.html +100 -0
  340. data/doc/api/core/files/lib/facets/core/module/clone_renaming_rb.html +100 -0
  341. data/doc/api/core/files/lib/facets/core/module/clone_using_rb.html +92 -0
  342. data/doc/api/core/files/lib/facets/core/module/dirname_rb.html +92 -0
  343. data/doc/api/core/files/lib/facets/core/module/equate_on_rb.html +92 -0
  344. data/doc/api/core/files/lib/facets/core/module/generate_instance_method_name_rb.html +92 -0
  345. data/doc/api/core/files/lib/facets/core/module/include_as_rb.html +96 -0
  346. data/doc/api/core/files/lib/facets/core/module/initializer_rb.html +92 -0
  347. data/doc/api/core/files/lib/facets/core/module/instance_methods_rb.html +96 -0
  348. data/doc/api/core/files/lib/facets/core/module/integrate_rb.html +104 -0
  349. data/doc/api/core/files/lib/facets/core/module/is_rb.html +96 -0
  350. data/doc/api/core/files/lib/facets/core/module/memoize_rb.html +92 -0
  351. data/doc/api/core/files/lib/facets/core/module/modspace_rb.html +97 -0
  352. data/doc/api/core/files/lib/facets/core/module/namespace_rb.html +96 -0
  353. data/doc/api/core/files/lib/facets/core/module/nesting_rb.html +92 -0
  354. data/doc/api/core/files/lib/facets/core/module/nodef_rb.html +92 -0
  355. data/doc/api/core/files/lib/facets/core/module/on_included_rb.html +92 -0
  356. data/doc/api/core/files/lib/facets/core/module/redef_rb.html +96 -0
  357. data/doc/api/core/files/lib/facets/core/module/redefine_method_rb.html +92 -0
  358. data/doc/api/core/files/lib/facets/core/module/redirect_method_rb.html +92 -0
  359. data/doc/api/core/files/lib/facets/core/module/redirect_rb.html +96 -0
  360. data/doc/api/core/files/lib/facets/core/module/remove_rb.html +92 -0
  361. data/doc/api/core/files/lib/facets/core/module/rename_method_rb.html +92 -0
  362. data/doc/api/core/files/lib/facets/core/module/rename_rb.html +96 -0
  363. data/doc/api/core/files/lib/facets/core/module/revisal_rb.html +100 -0
  364. data/doc/api/core/files/lib/facets/core/module/shadow_all_rb.html +96 -0
  365. data/doc/api/core/files/lib/facets/core/module/shadow_method_rb.html +92 -0
  366. data/doc/api/core/files/lib/facets/core/module/sort_on_rb.html +92 -0
  367. data/doc/api/core/files/lib/facets/core/module/this_rb.html +96 -0
  368. data/doc/api/core/files/lib/facets/core/module/wrap_method_rb.html +92 -0
  369. data/doc/api/core/files/lib/facets/core/module/wrap_rb.html +96 -0
  370. data/doc/api/core/files/lib/facets/core/nil_as_emptiness_rb.html +116 -0
  371. data/doc/api/core/files/lib/facets/core/nilclass/blank_rb.html +92 -0
  372. data/doc/api/core/files/lib/facets/core/nilclass/empty_rb.html +92 -0
  373. data/doc/api/core/files/lib/facets/core/nilclass/include_rb.html +92 -0
  374. data/doc/api/core/files/lib/facets/core/nilclass/length_rb.html +100 -0
  375. data/doc/api/core/files/lib/facets/core/nilclass/op_cmp_rb.html +92 -0
  376. data/doc/api/core/files/lib/facets/core/nilclass/op_fetch_rb.html +92 -0
  377. data/doc/api/core/files/lib/facets/core/nilclass/size_rb.html +92 -0
  378. data/doc/api/core/files/lib/facets/core/nilclass/status_rb.html +92 -0
  379. data/doc/api/core/files/lib/facets/core/nilclass/succ_rb.html +92 -0
  380. data/doc/api/core/files/lib/facets/core/nilclass/to_h_rb.html +92 -0
  381. data/doc/api/core/files/lib/facets/core/numeric/approx_rb.html +92 -0
  382. data/doc/api/core/files/lib/facets/core/numeric/ceil_multiple_rb.html +92 -0
  383. data/doc/api/core/files/lib/facets/core/numeric/pred_rb.html +100 -0
  384. data/doc/api/core/files/lib/facets/core/numeric/succ_rb.html +92 -0
  385. data/doc/api/core/files/lib/facets/core/numeric/to_b_rb.html +92 -0
  386. data/doc/api/core/files/lib/facets/core/ostruct/__merge___rb.html +97 -0
  387. data/doc/api/core/files/lib/facets/core/ostruct/__table___rb.html +92 -0
  388. data/doc/api/core/files/lib/facets/core/ostruct/__update___rb.html +98 -0
  389. data/doc/api/core/files/lib/facets/core/ostruct/instance_rb.html +96 -0
  390. data/doc/api/core/files/lib/facets/core/ostruct/op_fetch_rb.html +96 -0
  391. data/doc/api/core/files/lib/facets/core/ostruct/op_store_rb.html +96 -0
  392. data/doc/api/core/files/lib/facets/core/ostruct/to_h_rb.html +92 -0
  393. data/doc/api/core/files/lib/facets/core/ostruct_rb.html +102 -0
  394. data/doc/api/core/files/lib/facets/core/pathname/ascend_rb.html +96 -0
  395. data/doc/api/core/files/lib/facets/core/pathname/descend_rb.html +96 -0
  396. data/doc/api/core/files/lib/facets/core/proc/compose_rb.html +92 -0
  397. data/doc/api/core/files/lib/facets/core/proc/op_mul_rb.html +100 -0
  398. data/doc/api/core/files/lib/facets/core/proc/to_method_rb.html +133 -0
  399. data/doc/api/core/files/lib/facets/core/random_rb.html +111 -0
  400. data/doc/api/core/files/lib/facets/core/range/to_r_rb.html +92 -0
  401. data/doc/api/core/files/lib/facets/core/range/to_range_rb.html +92 -0
  402. data/doc/api/core/files/lib/facets/core/range/umbrella_rb.html +92 -0
  403. data/doc/api/core/files/lib/facets/core/range/within_rb.html +96 -0
  404. data/doc/api/core/files/lib/facets/core/regexp/arity_rb.html +92 -0
  405. data/doc/api/core/files/lib/facets/core/regexp/to_re_rb.html +92 -0
  406. data/doc/api/core/files/lib/facets/core/regexp/to_regexp_rb.html +92 -0
  407. data/doc/api/core/files/lib/facets/core/string/align_center_rb.html +92 -0
  408. data/doc/api/core/files/lib/facets/core/string/align_left_rb.html +100 -0
  409. data/doc/api/core/files/lib/facets/core/string/align_right_rb.html +100 -0
  410. data/doc/api/core/files/lib/facets/core/string/at_rand_rb.html +98 -0
  411. data/doc/api/core/files/lib/facets/core/string/at_rb.html +92 -0
  412. data/doc/api/core/files/lib/facets/core/string/basename_rb.html +92 -0
  413. data/doc/api/core/files/lib/facets/core/string/blank_rb.html +92 -0
  414. data/doc/api/core/files/lib/facets/core/string/bracket_rb.html +92 -0
  415. data/doc/api/core/files/lib/facets/core/string/brief_rb.html +92 -0
  416. data/doc/api/core/files/lib/facets/core/string/bytes_rb.html +92 -0
  417. data/doc/api/core/files/lib/facets/core/string/camelcase_rb.html +92 -0
  418. data/doc/api/core/files/lib/facets/core/string/camelize_rb.html +92 -0
  419. data/doc/api/core/files/lib/facets/core/string/capitalized_rb.html +92 -0
  420. data/doc/api/core/files/lib/facets/core/string/chars_rb.html +92 -0
  421. data/doc/api/core/files/lib/facets/core/string/cmp_rb.html +92 -0
  422. data/doc/api/core/files/lib/facets/core/string/demodulize_rb.html +96 -0
  423. data/doc/api/core/files/lib/facets/core/string/dequote_rb.html +92 -0
  424. data/doc/api/core/files/lib/facets/core/string/downcase_rb.html +92 -0
  425. data/doc/api/core/files/lib/facets/core/string/dresner_rb.html +92 -0
  426. data/doc/api/core/files/lib/facets/core/string/each_char_rb.html +92 -0
  427. data/doc/api/core/files/lib/facets/core/string/each_word_rb.html +92 -0
  428. data/doc/api/core/files/lib/facets/core/string/ends_with_rb.html +100 -0
  429. data/doc/api/core/files/lib/facets/core/string/first_char_rb.html +96 -0
  430. data/doc/api/core/files/lib/facets/core/string/first_rb.html +98 -0
  431. data/doc/api/core/files/lib/facets/core/string/fold_rb.html +92 -0
  432. data/doc/api/core/files/lib/facets/core/string/format_rb.html +96 -0
  433. data/doc/api/core/files/lib/facets/core/string/humanize_rb.html +92 -0
  434. data/doc/api/core/files/lib/facets/core/string/indent_rb.html +92 -0
  435. data/doc/api/core/files/lib/facets/core/string/index_all_rb.html +92 -0
  436. data/doc/api/core/files/lib/facets/core/string/last_char_rb.html +96 -0
  437. data/doc/api/core/files/lib/facets/core/string/last_rb.html +98 -0
  438. data/doc/api/core/files/lib/facets/core/string/line_wrap_rb.html +92 -0
  439. data/doc/api/core/files/lib/facets/core/string/lines_rb.html +92 -0
  440. data/doc/api/core/files/lib/facets/core/string/lowercase_rb.html +96 -0
  441. data/doc/api/core/files/lib/facets/core/string/margin_rb.html +92 -0
  442. data/doc/api/core/files/lib/facets/core/string/methodize_rb.html +92 -0
  443. data/doc/api/core/files/lib/facets/core/string/modulize_rb.html +92 -0
  444. data/doc/api/core/files/lib/facets/core/string/mscan_rb.html +92 -0
  445. data/doc/api/core/files/lib/facets/core/string/natcmp_rb.html +92 -0
  446. data/doc/api/core/files/lib/facets/core/string/nchar_rb.html +92 -0
  447. data/doc/api/core/files/lib/facets/core/string/ordinal_rb.html +96 -0
  448. data/doc/api/core/files/lib/facets/core/string/pathize_rb.html +92 -0
  449. data/doc/api/core/files/lib/facets/core/string/plural_rb.html +100 -0
  450. data/doc/api/core/files/lib/facets/core/string/pop_rb.html +92 -0
  451. data/doc/api/core/files/lib/facets/core/string/pot_rb.html +92 -0
  452. data/doc/api/core/files/lib/facets/core/string/pull_rb.html +92 -0
  453. data/doc/api/core/files/lib/facets/core/string/push_rb.html +92 -0
  454. data/doc/api/core/files/lib/facets/core/string/quote_rb.html +96 -0
  455. data/doc/api/core/files/lib/facets/core/string/rand_byte_rb.html +92 -0
  456. data/doc/api/core/files/lib/facets/core/string/rand_index_rb.html +92 -0
  457. data/doc/api/core/files/lib/facets/core/string/range_all_rb.html +96 -0
  458. data/doc/api/core/files/lib/facets/core/string/range_of_line_rb.html +92 -0
  459. data/doc/api/core/files/lib/facets/core/string/range_rb.html +92 -0
  460. data/doc/api/core/files/lib/facets/core/string/regesc_rb.html +92 -0
  461. data/doc/api/core/files/lib/facets/core/string/self/format_rb.html +92 -0
  462. data/doc/api/core/files/lib/facets/core/string/self/interpolate_rb.html +92 -0
  463. data/doc/api/core/files/lib/facets/core/string/self/patterns_rb.html +92 -0
  464. data/doc/api/core/files/lib/facets/core/string/self/rand_letter_rb.html +92 -0
  465. data/doc/api/core/files/lib/facets/core/string/self/random_rb.html +99 -0
  466. data/doc/api/core/files/lib/facets/core/string/shatter_rb.html +92 -0
  467. data/doc/api/core/files/lib/facets/core/string/shell_escape_rb.html +92 -0
  468. data/doc/api/core/files/lib/facets/core/string/shift_rb.html +92 -0
  469. data/doc/api/core/files/lib/facets/core/string/shuffle_rb.html +96 -0
  470. data/doc/api/core/files/lib/facets/core/string/similarity_rb.html +92 -0
  471. data/doc/api/core/files/lib/facets/core/string/singular_rb.html +92 -0
  472. data/doc/api/core/files/lib/facets/core/string/soundex_rb.html +92 -0
  473. data/doc/api/core/files/lib/facets/core/string/starts_with_rb.html +92 -0
  474. data/doc/api/core/files/lib/facets/core/string/succ_rb.html +92 -0
  475. data/doc/api/core/files/lib/facets/core/string/tab_rb.html +100 -0
  476. data/doc/api/core/files/lib/facets/core/string/tabto_rb.html +100 -0
  477. data/doc/api/core/files/lib/facets/core/string/to_a_rb.html +92 -0
  478. data/doc/api/core/files/lib/facets/core/string/to_b_rb.html +92 -0
  479. data/doc/api/core/files/lib/facets/core/string/to_const_rb.html +92 -0
  480. data/doc/api/core/files/lib/facets/core/string/to_date_rb.html +97 -0
  481. data/doc/api/core/files/lib/facets/core/string/to_proc_rb.html +92 -0
  482. data/doc/api/core/files/lib/facets/core/string/to_re_rb.html +92 -0
  483. data/doc/api/core/files/lib/facets/core/string/to_rx_rb.html +100 -0
  484. data/doc/api/core/files/lib/facets/core/string/to_time_rb.html +96 -0
  485. data/doc/api/core/files/lib/facets/core/string/unbracket_rb.html +96 -0
  486. data/doc/api/core/files/lib/facets/core/string/underscore_rb.html +92 -0
  487. data/doc/api/core/files/lib/facets/core/string/unix_crypt_rb.html +96 -0
  488. data/doc/api/core/files/lib/facets/core/string/unpack_rb.html +92 -0
  489. data/doc/api/core/files/lib/facets/core/string/unshift_rb.html +92 -0
  490. data/doc/api/core/files/lib/facets/core/string/upcase_rb.html +92 -0
  491. data/doc/api/core/files/lib/facets/core/string/uppercase_rb.html +100 -0
  492. data/doc/api/core/files/lib/facets/core/string/whitespace_rb.html +96 -0
  493. data/doc/api/core/files/lib/facets/core/string/word_filter_rb.html +92 -0
  494. data/doc/api/core/files/lib/facets/core/string/word_wrap_rb.html +92 -0
  495. data/doc/api/core/files/lib/facets/core/string/words_rb.html +92 -0
  496. data/doc/api/core/files/lib/facets/core/string_as_array_rb.html +109 -0
  497. data/doc/api/core/files/lib/facets/core/symbol/camelcase_rb.html +96 -0
  498. data/doc/api/core/files/lib/facets/core/symbol/camelize_rb.html +96 -0
  499. data/doc/api/core/files/lib/facets/core/symbol/capitalize_rb.html +96 -0
  500. data/doc/api/core/files/lib/facets/core/symbol/capitalized_rb.html +97 -0
  501. data/doc/api/core/files/lib/facets/core/symbol/downcase_rb.html +96 -0
  502. data/doc/api/core/files/lib/facets/core/symbol/not_rb.html +92 -0
  503. data/doc/api/core/files/lib/facets/core/symbol/pad_rb.html +92 -0
  504. data/doc/api/core/files/lib/facets/core/symbol/succ_rb.html +92 -0
  505. data/doc/api/core/files/lib/facets/core/symbol/to_const_rb.html +96 -0
  506. data/doc/api/core/files/lib/facets/core/symbol/to_proc_rb.html +92 -0
  507. data/doc/api/core/files/lib/facets/core/symbol/to_str_rb.html +92 -0
  508. data/doc/api/core/files/lib/facets/core/symbol/underscore_rb.html +96 -0
  509. data/doc/api/core/files/lib/facets/core/symbol/upcase_rb.html +96 -0
  510. data/doc/api/core/files/lib/facets/core/time/change_rb.html +92 -0
  511. data/doc/api/core/files/lib/facets/core/time/elapse_rb.html +92 -0
  512. data/doc/api/core/files/lib/facets/core/time/self/days_extrema_rb.html +114 -0
  513. data/doc/api/core/files/lib/facets/core/time/self/stamp_rb.html +100 -0
  514. data/doc/api/core/files/lib/facets/core/time/stamp_rb.html +92 -0
  515. data/doc/api/core/files/lib/facets/core/time/to_date_rb.html +96 -0
  516. data/doc/api/core/files/lib/facets/core/time/to_s_rb.html +96 -0
  517. data/doc/api/core/files/lib/facets/core/time/to_time_rb.html +92 -0
  518. data/doc/api/core/files/lib/facets/core/unboundmethod/name_rb.html +92 -0
  519. data/doc/api/core/fr_class_index.html +81 -0
  520. data/doc/api/core/fr_file_index.html +523 -0
  521. data/doc/api/core/fr_method_index.html +559 -0
  522. data/doc/api/core/index.html +26 -0
  523. data/doc/api/core/rdoc-style.css +175 -0
  524. data/doc/api/more/classes/Annotation.html +258 -0
  525. data/doc/api/more/classes/Array.html +363 -0
  526. data/doc/api/more/classes/Aspect.html +159 -0
  527. data/doc/api/more/classes/Aspects.html +240 -0
  528. data/doc/api/more/classes/Aspects/ClassMethods.html +254 -0
  529. data/doc/api/more/classes/Association.html +289 -0
  530. data/doc/api/more/classes/BBCode.html +531 -0
  531. data/doc/api/more/classes/BasicObject.html +281 -0
  532. data/doc/api/more/classes/BasicObject/Self.html +143 -0
  533. data/doc/api/more/classes/BinaryReader.html +535 -0
  534. data/doc/api/more/classes/BinaryReader/ByteOrder.html +225 -0
  535. data/doc/api/more/classes/BuilderObject.html +248 -0
  536. data/doc/api/more/classes/Class.html +200 -0
  537. data/doc/api/more/classes/Client.html +1251 -0
  538. data/doc/api/more/classes/Cloneable.html +133 -0
  539. data/doc/api/more/classes/Console.html +105 -0
  540. data/doc/api/more/classes/Console/ANSICode.html +488 -0
  541. data/doc/api/more/classes/Console/Command.html +286 -0
  542. data/doc/api/more/classes/Console/ProgressBar.html +640 -0
  543. data/doc/api/more/classes/Coroutine.html +284 -0
  544. data/doc/api/more/classes/Crypt.html +270 -0
  545. data/doc/api/more/classes/DebugSocket.html +242 -0
  546. data/doc/api/more/classes/Dictionary.html +974 -0
  547. data/doc/api/more/classes/Downloader.html +515 -0
  548. data/doc/api/more/classes/Downloader/Checksum.html +96 -0
  549. data/doc/api/more/classes/Downloader/Mirror.html +134 -0
  550. data/doc/api/more/classes/Elementor.html +202 -0
  551. data/doc/api/more/classes/Enumerable.html +86 -0
  552. data/doc/api/more/classes/EnumerablePass.html +217 -0
  553. data/doc/api/more/classes/Expirable.html +197 -0
  554. data/doc/api/more/classes/FalseClass.html +119 -0
  555. data/doc/api/more/classes/FileList.html +971 -0
  556. data/doc/api/more/classes/Float.html +141 -0
  557. data/doc/api/more/classes/FloatString.html +413 -0
  558. data/doc/api/more/classes/Functor.html +224 -0
  559. data/doc/api/more/classes/HTMLBuilder.html +132 -0
  560. data/doc/api/more/classes/HTMLHelper.html +189 -0
  561. data/doc/api/more/classes/HTTP.html +154 -0
  562. data/doc/api/more/classes/HTTP/BadResponseError.html +94 -0
  563. data/doc/api/more/classes/HTTP/Error.html +96 -0
  564. data/doc/api/more/classes/HTTP/Message.html +633 -0
  565. data/doc/api/more/classes/HTTP/Message/Body.html +299 -0
  566. data/doc/api/more/classes/HTTP/Message/Headers.html +641 -0
  567. data/doc/api/more/classes/HTTP/Status.html +148 -0
  568. data/doc/api/more/classes/HTTPAccess.html +115 -0
  569. data/doc/api/more/classes/Hash.html +257 -0
  570. data/doc/api/more/classes/HashBuilder.html +216 -0
  571. data/doc/api/more/classes/Heap.html +535 -0
  572. data/doc/api/more/classes/Heap/EmptyHeapException.html +92 -0
  573. data/doc/api/more/classes/Heap/Max.html +133 -0
  574. data/doc/api/more/classes/Heap/Min.html +133 -0
  575. data/doc/api/more/classes/IORedirect.html +224 -0
  576. data/doc/api/more/classes/Integer.html +299 -0
  577. data/doc/api/more/classes/Interval.html +853 -0
  578. data/doc/api/more/classes/InvalidNackError.html +117 -0
  579. data/doc/api/more/classes/JSON.html +410 -0
  580. data/doc/api/more/classes/JSON/Parser.html +374 -0
  581. data/doc/api/more/classes/JSON/State.html +280 -0
  582. data/doc/api/more/classes/Kernel.html +400 -0
  583. data/doc/api/more/classes/LRUCache.html +461 -0
  584. data/doc/api/more/classes/LRUCache/Item.html +114 -0
  585. data/doc/api/more/classes/LRUCache/Sentinel.html +102 -0
  586. data/doc/api/more/classes/Lazy.html +96 -0
  587. data/doc/api/more/classes/Lazy/Future.html +100 -0
  588. data/doc/api/more/classes/Lazy/Promise.html +114 -0
  589. data/doc/api/more/classes/Lazy/PromiseSafe.html +99 -0
  590. data/doc/api/more/classes/Lisp.html +846 -0
  591. data/doc/api/more/classes/Lisp/DottedPair.html +289 -0
  592. data/doc/api/more/classes/Lisp/Format.html +147 -0
  593. data/doc/api/more/classes/Math.html +110 -0
  594. data/doc/api/more/classes/Math/Constants.html +691 -0
  595. data/doc/api/more/classes/Math/Constants/CGS.html +584 -0
  596. data/doc/api/more/classes/Method.html +170 -0
  597. data/doc/api/more/classes/Method/Probe.html +267 -0
  598. data/doc/api/more/classes/Mock.html +276 -0
  599. data/doc/api/more/classes/Module.html +599 -0
  600. data/doc/api/more/classes/Multiton.html +256 -0
  601. data/doc/api/more/classes/NackClass.html +245 -0
  602. data/doc/api/more/classes/NilClass.html +238 -0
  603. data/doc/api/more/classes/NullClass.html +202 -0
  604. data/doc/api/more/classes/Numeric.html +1104 -0
  605. data/doc/api/more/classes/ORMSupport.html +357 -0
  606. data/doc/api/more/classes/Object.html +328 -0
  607. data/doc/api/more/classes/OpenCascade.html +230 -0
  608. data/doc/api/more/classes/OpenObject.html +552 -0
  609. data/doc/api/more/classes/PQueue.html +471 -0
  610. data/doc/api/more/classes/PathList.html +162 -0
  611. data/doc/api/more/classes/PathList/Finder.html +137 -0
  612. data/doc/api/more/classes/Pool.html +207 -0
  613. data/doc/api/more/classes/Proc.html +140 -0
  614. data/doc/api/more/classes/PromoteSelf.html +138 -0
  615. data/doc/api/more/classes/Quaternion.html +1497 -0
  616. data/doc/api/more/classes/REXMLBuilder.html +357 -0
  617. data/doc/api/more/classes/REXMLBuilder/REXMLUtil.html +396 -0
  618. data/doc/api/more/classes/Recorder.html +208 -0
  619. data/doc/api/more/classes/Reference.html +201 -0
  620. data/doc/api/more/classes/RubyOneLiners.html +139 -0
  621. data/doc/api/more/classes/RubyTals.html +316 -0
  622. data/doc/api/more/classes/SSLSocketWrap.html +410 -0
  623. data/doc/api/more/classes/Semaphore.html +264 -0
  624. data/doc/api/more/classes/SimpleStringIO.html +139 -0
  625. data/doc/api/more/classes/Snapshot.html +191 -0
  626. data/doc/api/more/classes/StateMachine.html +248 -0
  627. data/doc/api/more/classes/StateParser.html +276 -0
  628. data/doc/api/more/classes/StateParser/Constants.html +109 -0
  629. data/doc/api/more/classes/StateParser/Marker.html +269 -0
  630. data/doc/api/more/classes/StateParser/State.html +448 -0
  631. data/doc/api/more/classes/StaticHash.html +144 -0
  632. data/doc/api/more/classes/String.html +300 -0
  633. data/doc/api/more/classes/Struct.html +134 -0
  634. data/doc/api/more/classes/Symbol.html +118 -0
  635. data/doc/api/more/classes/SyncArray.html +131 -0
  636. data/doc/api/more/classes/SyncHash.html +135 -0
  637. data/doc/api/more/classes/SyncHash/Delegator.html +213 -0
  638. data/doc/api/more/classes/SyncHash/Inheritor.html +213 -0
  639. data/doc/api/more/classes/System.html +1055 -0
  640. data/doc/api/more/classes/TSort.html +123 -0
  641. data/doc/api/more/classes/TagIterator.html +706 -0
  642. data/doc/api/more/classes/Task.html +237 -0
  643. data/doc/api/more/classes/Task/Graph.html +165 -0
  644. data/doc/api/more/classes/Taskable.html +300 -0
  645. data/doc/api/more/classes/Time.html +746 -0
  646. data/doc/api/more/classes/Timer.html +471 -0
  647. data/doc/api/more/classes/Timer/Dummy.html +141 -0
  648. data/doc/api/more/classes/TracePoint.html +456 -0
  649. data/doc/api/more/classes/TrueClass.html +118 -0
  650. data/doc/api/more/classes/Tuple.html +907 -0
  651. data/doc/api/more/classes/TypeCastException.html +163 -0
  652. data/doc/api/more/classes/Uninheritable.html +130 -0
  653. data/doc/api/more/classes/Units.html +191 -0
  654. data/doc/api/more/classes/Units/Config.html +120 -0
  655. data/doc/api/more/classes/Units/Converter.html +808 -0
  656. data/doc/api/more/classes/Units/Converter/ExchangeRate.html +155 -0
  657. data/doc/api/more/classes/Units/Converter/ExchangeRate/CachedXMethods.html +143 -0
  658. data/doc/api/more/classes/Units/Converter/ExchangeRate/XMethods.html +197 -0
  659. data/doc/api/more/classes/Units/Unit.html +434 -0
  660. data/doc/api/more/classes/Units/Value.html +331 -0
  661. data/doc/api/more/classes/ValueHolder.html +167 -0
  662. data/doc/api/more/classes/Web.html +103 -0
  663. data/doc/api/more/classes/Web/Cookie.html +560 -0
  664. data/doc/api/more/classes/Web/CookieManager.html +567 -0
  665. data/doc/api/more/classes/Web/CookieManager/Error.html +96 -0
  666. data/doc/api/more/classes/Web/CookieManager/ErrorOverrideOK.html +94 -0
  667. data/doc/api/more/classes/Web/CookieManager/NoDotError.html +94 -0
  668. data/doc/api/more/classes/Web/CookieManager/SpecialError.html +94 -0
  669. data/doc/api/more/classes/Web/CookieUtils.html +179 -0
  670. data/doc/api/more/classes/XMLBuilder.html +132 -0
  671. data/doc/api/more/classes/XMLHelper.html +428 -0
  672. data/doc/api/more/classes/XOXO.html +251 -0
  673. data/doc/api/more/classes/YAMLStruct.html +166 -0
  674. data/doc/api/more/created.rid +1 -0
  675. data/doc/api/more/files/AUTHORS.html +206 -0
  676. data/doc/api/more/files/COPYING.html +517 -0
  677. data/doc/api/more/files/ProjectInfo.html +92 -0
  678. data/doc/api/more/files/README.html +389 -0
  679. data/doc/api/more/files/WARNING.html +132 -0
  680. data/doc/api/more/files/lib/facets/more/annattr_rb.html +116 -0
  681. data/doc/api/more/files/lib/facets/more/annotation_rb.html +117 -0
  682. data/doc/api/more/files/lib/facets/more/ansicode_rb.html +128 -0
  683. data/doc/api/more/files/lib/facets/more/aspects_rb.html +115 -0
  684. data/doc/api/more/files/lib/facets/more/association_rb.html +111 -0
  685. data/doc/api/more/files/lib/facets/more/basicobject_rb.html +129 -0
  686. data/doc/api/more/files/lib/facets/more/bbcode_rb.html +111 -0
  687. data/doc/api/more/files/lib/facets/more/binaryreader_rb.html +111 -0
  688. data/doc/api/more/files/lib/facets/more/bitmask_rb.html +111 -0
  689. data/doc/api/more/files/lib/facets/more/blankslate_rb.html +113 -0
  690. data/doc/api/more/files/lib/facets/more/builderobject_rb.html +115 -0
  691. data/doc/api/more/files/lib/facets/more/bytes_rb.html +131 -0
  692. data/doc/api/more/files/lib/facets/more/classmethods_rb.html +121 -0
  693. data/doc/api/more/files/lib/facets/more/cloneable_rb.html +132 -0
  694. data/doc/api/more/files/lib/facets/more/command_rb.html +119 -0
  695. data/doc/api/more/files/lib/facets/more/cookie_rb.html +136 -0
  696. data/doc/api/more/files/lib/facets/more/coroutine_rb.html +111 -0
  697. data/doc/api/more/files/lib/facets/more/crypt_rb.html +146 -0
  698. data/doc/api/more/files/lib/facets/more/dictionary_rb.html +123 -0
  699. data/doc/api/more/files/lib/facets/more/downloader_rb.html +124 -0
  700. data/doc/api/more/files/lib/facets/more/elementor_rb.html +115 -0
  701. data/doc/api/more/files/lib/facets/more/enumerablepass_rb.html +115 -0
  702. data/doc/api/more/files/lib/facets/more/expirable_rb.html +111 -0
  703. data/doc/api/more/files/lib/facets/more/filelist_rb.html +128 -0
  704. data/doc/api/more/files/lib/facets/more/floatstring_rb.html +115 -0
  705. data/doc/api/more/files/lib/facets/more/functor_rb.html +116 -0
  706. data/doc/api/more/files/lib/facets/more/hashbuilder_rb.html +115 -0
  707. data/doc/api/more/files/lib/facets/more/heap_rb.html +131 -0
  708. data/doc/api/more/files/lib/facets/more/htmlbuilder_rb.html +116 -0
  709. data/doc/api/more/files/lib/facets/more/htmlhelper_rb.html +119 -0
  710. data/doc/api/more/files/lib/facets/more/http_rb.html +116 -0
  711. data/doc/api/more/files/lib/facets/more/httpaccess_rb.html +137 -0
  712. data/doc/api/more/files/lib/facets/more/inheritor_rb.html +115 -0
  713. data/doc/api/more/files/lib/facets/more/interval_rb.html +120 -0
  714. data/doc/api/more/files/lib/facets/more/ioredirect_rb.html +116 -0
  715. data/doc/api/more/files/lib/facets/more/json_rb.html +141 -0
  716. data/doc/api/more/files/lib/facets/more/lazy_rb.html +111 -0
  717. data/doc/api/more/files/lib/facets/more/lisp_format_rb.html +129 -0
  718. data/doc/api/more/files/lib/facets/more/lisp_rb.html +119 -0
  719. data/doc/api/more/files/lib/facets/more/lrucache_rb.html +111 -0
  720. data/doc/api/more/files/lib/facets/more/mathconstants_rb.html +121 -0
  721. data/doc/api/more/files/lib/facets/more/methodprobe_rb.html +111 -0
  722. data/doc/api/more/files/lib/facets/more/mock_rb.html +208 -0
  723. data/doc/api/more/files/lib/facets/more/multipliers_rb.html +115 -0
  724. data/doc/api/more/files/lib/facets/more/multiton_rb.html +114 -0
  725. data/doc/api/more/files/lib/facets/more/nackclass_rb.html +151 -0
  726. data/doc/api/more/files/lib/facets/more/nilcomparable_rb.html +118 -0
  727. data/doc/api/more/files/lib/facets/more/nullclass_rb.html +111 -0
  728. data/doc/api/more/files/lib/facets/more/one_rb.html +158 -0
  729. data/doc/api/more/files/lib/facets/more/opencascade_rb.html +129 -0
  730. data/doc/api/more/files/lib/facets/more/openobject_rb.html +120 -0
  731. data/doc/api/more/files/lib/facets/more/orderedhash_rb.html +113 -0
  732. data/doc/api/more/files/lib/facets/more/ormsupport_rb.html +125 -0
  733. data/doc/api/more/files/lib/facets/more/overload_rb.html +111 -0
  734. data/doc/api/more/files/lib/facets/more/paramix_rb.html +118 -0
  735. data/doc/api/more/files/lib/facets/more/pathlist_rb.html +111 -0
  736. data/doc/api/more/files/lib/facets/more/pool_rb.html +120 -0
  737. data/doc/api/more/files/lib/facets/more/pqueue_rb.html +122 -0
  738. data/doc/api/more/files/lib/facets/more/preinitialize_rb.html +115 -0
  739. data/doc/api/more/files/lib/facets/more/progressbar_rb.html +111 -0
  740. data/doc/api/more/files/lib/facets/more/promoteself_rb.html +111 -0
  741. data/doc/api/more/files/lib/facets/more/quaternion_rb.html +150 -0
  742. data/doc/api/more/files/lib/facets/more/recorder_rb.html +115 -0
  743. data/doc/api/more/files/lib/facets/more/reference_rb.html +115 -0
  744. data/doc/api/more/files/lib/facets/more/rexmlbuilder_rb.html +116 -0
  745. data/doc/api/more/files/lib/facets/more/rtals_rb.html +115 -0
  746. data/doc/api/more/files/lib/facets/more/semaphore_rb.html +111 -0
  747. data/doc/api/more/files/lib/facets/more/snapshot_rb.html +121 -0
  748. data/doc/api/more/files/lib/facets/more/stateparser_rb.html +115 -0
  749. data/doc/api/more/files/lib/facets/more/statichash_rb.html +133 -0
  750. data/doc/api/more/files/lib/facets/more/syncarray_rb.html +115 -0
  751. data/doc/api/more/files/lib/facets/more/synchash_rb.html +115 -0
  752. data/doc/api/more/files/lib/facets/more/system_rb.html +123 -0
  753. data/doc/api/more/files/lib/facets/more/tagiterator_rb.html +111 -0
  754. data/doc/api/more/files/lib/facets/more/taskable_rb.html +118 -0
  755. data/doc/api/more/files/lib/facets/more/timer_rb.html +127 -0
  756. data/doc/api/more/files/lib/facets/more/times_rb.html +127 -0
  757. data/doc/api/more/files/lib/facets/more/tracepoint_rb.html +131 -0
  758. data/doc/api/more/files/lib/facets/more/tuple_rb.html +122 -0
  759. data/doc/api/more/files/lib/facets/more/typecast_rb.html +133 -0
  760. data/doc/api/more/files/lib/facets/more/uninheritable_rb.html +111 -0
  761. data/doc/api/more/files/lib/facets/more/units_rb.html +118 -0
  762. data/doc/api/more/files/lib/facets/more/xmlbuilder_rb.html +116 -0
  763. data/doc/api/more/files/lib/facets/more/xmlhelper_rb.html +111 -0
  764. data/doc/api/more/files/lib/facets/more/xoxo_rb.html +125 -0
  765. data/doc/api/more/files/lib/facets/more/yamlstruct_rb.html +123 -0
  766. data/doc/api/more/fr_class_index.html +196 -0
  767. data/doc/api/more/fr_file_index.html +136 -0
  768. data/doc/api/more/fr_method_index.html +1284 -0
  769. data/doc/api/more/index.html +26 -0
  770. data/doc/api/more/rdoc-style.css +175 -0
  771. data/{note → doc}/history/ANN-0.6.0 +0 -0
  772. data/{note → doc}/history/ANN-0.6.1 +0 -0
  773. data/{note → doc}/history/ANN-0.6.3 +0 -0
  774. data/{note → doc}/history/ANN-0.7.0 +0 -0
  775. data/{note → doc}/history/ANN-0.8.1 +0 -0
  776. data/{note → doc}/history/INTRO +0 -0
  777. data/{note → doc}/history/README +0 -0
  778. data/{note → doc}/history/README-OLD +0 -0
  779. data/{note → doc/scrap}/Rakefile.old +0 -0
  780. data/{web → doc/web}/documentation.html +2 -2
  781. data/{web → doc/web}/images/abc.png +0 -0
  782. data/{web → doc/web}/images/abc1.png +0 -0
  783. data/{web → doc/web}/images/apple_core.jpg +0 -0
  784. data/{web → doc/web}/images/apples3.jpg +0 -0
  785. data/{web → doc/web}/images/core.jpg +0 -0
  786. data/{web → doc/web}/images/favicon.ico +0 -0
  787. data/{web → doc/web}/images/gray.jpg +0 -0
  788. data/{web → doc/web}/images/ruby-lg.png +0 -0
  789. data/{web → doc/web}/images/ruby.gif +0 -0
  790. data/{web → doc/web}/images/three_apples.jpg +0 -0
  791. data/{web → doc/web}/images/yellow_fade.jpg +0 -0
  792. data/{web → doc/web}/images/yellow_fade2.jpg +0 -0
  793. data/{web → doc/web}/index.html +0 -0
  794. data/{web → doc/web}/style.css +0 -0
  795. data/forge/more/actionplan.rb +21 -0
  796. data/forge/more/aspect.rb +95 -0
  797. data/lib/facet/module/alias_method_chain.rb +1 -0
  798. data/lib/facet/nilclass/status.rb +1 -0
  799. data/lib/facets/core/enumerable/cascade.rb +16 -0
  800. data/lib/facets/core/hash/variablize_keys.rb +54 -2
  801. data/lib/facets/core/module/alias_method_chain.rb +37 -0
  802. data/lib/facets/core/nilclass/status.rb +24 -0
  803. data/lib/facets/more/basicobject.rb +75 -44
  804. data/lib/facets/more/builderobject.rb +1 -1
  805. data/lib/facets/more/cookie.rb +7 -7
  806. data/lib/facets/more/functor.rb +9 -4
  807. data/meta/calibre/ProjectInfo.annotation +46 -0
  808. data/meta/calibre/ProjectInfo.ansicode +33 -0
  809. data/meta/calibre/ProjectInfo.asociation +34 -0
  810. data/meta/calibre/ProjectInfo.basicobject +36 -0
  811. data/meta/calibre/ProjectInfo.bbcode +34 -0
  812. data/meta/calibre/ProjectInfo.binaryreader +35 -0
  813. data/meta/calibre/ProjectInfo.bitmask +33 -0
  814. data/meta/calibre/ProjectInfo.classinherit +36 -0
  815. data/meta/calibre/ProjectInfo.classmethods +36 -0
  816. data/meta/calibre/ProjectInfo.cloneable +33 -0
  817. data/meta/calibre/ProjectInfo.consoleapp +35 -0
  818. data/meta/calibre/ProjectInfo.coroutine +37 -0
  819. data/meta/calibre/ProjectInfo.crypt +33 -0
  820. data/meta/calibre/ProjectInfo.dictionary +40 -0
  821. data/meta/calibre/ProjectInfo.downloader +39 -0
  822. data/meta/calibre/ProjectInfo.enumerablepass +35 -0
  823. data/meta/calibre/ProjectInfo.expirable +37 -0
  824. data/meta/calibre/ProjectInfo.floatstring +35 -0
  825. data/meta/calibre/ProjectInfo.functor +40 -0
  826. data/meta/calibre/ProjectInfo.heap +33 -0
  827. data/meta/calibre/ProjectInfo.inheritor +36 -0
  828. data/meta/calibre/ProjectInfo.interval +36 -0
  829. data/meta/calibre/ProjectInfo.lisp +38 -0
  830. data/meta/calibre/ProjectInfo.lrucache +34 -0
  831. data/meta/calibre/ProjectInfo.mathconstants +41 -0
  832. data/meta/calibre/ProjectInfo.methodprobe +38 -0
  833. data/meta/calibre/ProjectInfo.mock +34 -0
  834. data/meta/calibre/ProjectInfo.multiton +36 -0
  835. data/meta/calibre/ProjectInfo.nackclass +33 -0
  836. data/meta/calibre/ProjectInfo.nilcomparable +35 -0
  837. data/meta/calibre/ProjectInfo.nullclass +35 -0
  838. data/meta/calibre/ProjectInfo.one +37 -0
  839. data/meta/calibre/ProjectInfo.openobject +39 -0
  840. data/meta/calibre/ProjectInfo.paramix +38 -0
  841. data/meta/calibre/ProjectInfo.pool +33 -0
  842. data/meta/calibre/ProjectInfo.progressbar +37 -0
  843. data/meta/calibre/ProjectInfo.reference +36 -0
  844. data/meta/calibre/ProjectInfo.semaphore +36 -0
  845. data/meta/calibre/ProjectInfo.stateparser +39 -0
  846. data/meta/calibre/ProjectInfo.statichash +33 -0
  847. data/meta/calibre/ProjectInfo.system +34 -0
  848. data/meta/calibre/ProjectInfo.tagiterator +36 -0
  849. data/meta/calibre/ProjectInfo.timer +35 -0
  850. data/meta/calibre/ProjectInfo.tracepoint +37 -0
  851. data/meta/calibre/ProjectInfo.tuple +36 -0
  852. data/meta/calibre/ProjectInfo.uniheritable +34 -0
  853. data/meta/calibre/ProjectInfo.units +34 -0
  854. data/meta/calibre/ProjectInfo.yamlstruct +34 -0
  855. data/meta/data +36 -0
  856. data/meta/tasks/calibre.rb +15 -0
  857. data/test/lib/facets/core/array/test_at_rand.rb +1 -1
  858. data/test/lib/facets/core/array/test_delete_unless.rb +1 -1
  859. data/test/lib/facets/core/array/test_delete_values.rb +1 -1
  860. data/test/lib/facets/core/array/test_delete_values_at.rb +1 -1
  861. data/test/lib/facets/core/array/test_first.rb +1 -1
  862. data/test/lib/facets/core/array/test_head.rb +1 -1
  863. data/test/lib/facets/core/array/test_last_index.rb +1 -1
  864. data/test/lib/facets/core/array/test_merge.rb +1 -1
  865. data/test/lib/facets/core/array/test_mid.rb +1 -1
  866. data/test/lib/facets/core/array/test_middle.rb +1 -1
  867. data/test/lib/facets/core/array/test_op_fetch.rb +1 -1
  868. data/test/lib/facets/core/array/test_op_store.rb +1 -1
  869. data/test/lib/facets/core/array/test_pick.rb +1 -1
  870. data/test/lib/facets/core/array/test_pos.rb +1 -1
  871. data/test/lib/facets/core/array/test_pot.rb +1 -1
  872. data/test/lib/facets/core/array/test_pull.rb +1 -1
  873. data/test/lib/facets/core/array/test_rand_index.rb +1 -1
  874. data/test/lib/facets/core/array/test_rand_subset.rb +1 -1
  875. data/test/lib/facets/core/array/test_range.rb +1 -1
  876. data/test/lib/facets/core/array/test_rotate.rb +1 -1
  877. data/test/lib/facets/core/array/test_select.rb +1 -1
  878. data/test/lib/facets/core/array/test_shuffle.rb +1 -1
  879. data/test/lib/facets/core/array/test_thru.rb +1 -1
  880. data/test/lib/facets/core/array/test_to_b.rb +1 -1
  881. data/test/lib/facets/core/array/test_to_h.rb +1 -1
  882. data/test/lib/facets/core/array/test_to_hash.rb +1 -1
  883. data/test/lib/facets/core/binding/self/test_of_caller.rb +1 -1
  884. data/test/lib/facets/core/binding/test___LINE__.rb +1 -1
  885. data/test/lib/facets/core/binding/test_call_stack.rb +1 -1
  886. data/test/lib/facets/core/binding/test_called.rb +1 -1
  887. data/test/lib/facets/core/binding/test_caller.rb +1 -1
  888. data/test/lib/facets/core/binding/test_defined.rb +1 -1
  889. data/test/lib/facets/core/binding/test_eval.rb +1 -1
  890. data/test/lib/facets/core/binding/test_local_variables.rb +1 -1
  891. data/test/lib/facets/core/binding/test_method_name.rb +1 -1
  892. data/test/lib/facets/core/binding/test_op_fetch.rb +1 -1
  893. data/test/lib/facets/core/binding/test_op_store.rb +1 -1
  894. data/test/lib/facets/core/binding/test_self.rb +1 -1
  895. data/test/lib/facets/core/class/test_cattr.rb +1 -1
  896. data/test/lib/facets/core/class/test_descendents.rb +1 -1
  897. data/test/lib/facets/core/class/test_method_name.rb +1 -1
  898. data/test/lib/facets/core/class/test_remove_descendents.rb +1 -1
  899. data/test/lib/facets/core/class/test_unix_path.rb +1 -1
  900. data/test/lib/facets/core/comparable/test_at_least.rb +1 -1
  901. data/test/lib/facets/core/comparable/test_clip.rb +1 -1
  902. data/test/lib/facets/core/comparable/test_cmp.rb +1 -1
  903. data/test/lib/facets/core/continuation/self/test_create.rb +1 -1
  904. data/test/lib/facets/core/date/test_days_in_month.rb +1 -1
  905. data/test/lib/facets/core/date/test_days_of_month.rb +1 -1
  906. data/test/lib/facets/core/date/test_stamp.rb +1 -1
  907. data/test/lib/facets/core/date/test_to_date.rb +1 -1
  908. data/test/lib/facets/core/date/test_to_s.rb +1 -1
  909. data/test/lib/facets/core/date/test_to_time.rb +1 -1
  910. data/test/lib/facets/core/dir/self/test_ancestor.rb +1 -1
  911. data/test/lib/facets/core/dir/self/test_ascend.rb +1 -1
  912. data/test/lib/facets/core/enumerable/self/test_combinations.rb +1 -1
  913. data/test/lib/facets/core/enumerable/self/test_cross.rb +1 -1
  914. data/test/lib/facets/core/enumerable/test_collect_with_index.rb +1 -1
  915. data/test/lib/facets/core/enumerable/test_commonality.rb +1 -1
  916. data/test/lib/facets/core/enumerable/test_compact_collect.rb +1 -1
  917. data/test/lib/facets/core/enumerable/test_count.rb +1 -1
  918. data/test/lib/facets/core/enumerable/test_cross.rb +1 -1
  919. data/test/lib/facets/core/enumerable/test_each_combination.rb +1 -1
  920. data/test/lib/facets/core/enumerable/test_each_pair.rb +1 -1
  921. data/test/lib/facets/core/enumerable/test_each_slice.rb +1 -1
  922. data/test/lib/facets/core/enumerable/test_each_unique_pair.rb +1 -1
  923. data/test/lib/facets/core/enumerable/test_entropy.rb +1 -1
  924. data/test/lib/facets/core/enumerable/test_every.rb +1 -1
  925. data/test/lib/facets/core/enumerable/test_ew.rb +1 -1
  926. data/test/lib/facets/core/enumerable/test_filter_collect.rb +1 -1
  927. data/test/lib/facets/core/enumerable/test_find_collisions.rb +1 -1
  928. data/test/lib/facets/core/enumerable/test_frequency.rb +1 -1
  929. data/test/lib/facets/core/enumerable/test_graph.rb +1 -1
  930. data/test/lib/facets/core/enumerable/test_ideal_entropy.rb +1 -1
  931. data/test/lib/facets/core/enumerable/test_none.rb +1 -1
  932. data/test/lib/facets/core/enumerable/test_occur.rb +1 -1
  933. data/test/lib/facets/core/enumerable/test_one.rb +1 -1
  934. data/test/lib/facets/core/enumerable/test_op_pow.rb +1 -1
  935. data/test/lib/facets/core/enumerable/test_partition_by.rb +1 -1
  936. data/test/lib/facets/core/enumerable/test_permute.rb +1 -1
  937. data/test/lib/facets/core/enumerable/test_probability.rb +1 -1
  938. data/test/lib/facets/core/enumerable/test_to_h.rb +1 -1
  939. data/test/lib/facets/core/enumerable/test_uniq_by.rb +1 -1
  940. data/test/lib/facets/core/file/self/test_create.rb +1 -1
  941. data/test/lib/facets/core/file/self/test_open_as_string.rb +1 -1
  942. data/test/lib/facets/core/file/self/test_read_list.rb +1 -1
  943. data/test/lib/facets/core/file/self/test_sanitize.rb +1 -1
  944. data/test/lib/facets/core/file/self/test_split_all.rb +1 -1
  945. data/test/lib/facets/core/float/test_round_at.rb +1 -1
  946. data/test/lib/facets/core/float/test_round_to.rb +1 -1
  947. data/test/lib/facets/core/hash/self/test_zipnew.rb +1 -1
  948. data/test/lib/facets/core/hash/test_alias.rb +1 -1
  949. data/test/lib/facets/core/hash/test_assert_has_keys.rb +1 -1
  950. data/test/lib/facets/core/hash/test_assert_has_only_keys.rb +1 -1
  951. data/test/lib/facets/core/hash/test_at.rb +1 -1
  952. data/test/lib/facets/core/hash/test_collate.rb +1 -1
  953. data/test/lib/facets/core/hash/test_each.rb +1 -1
  954. data/test/lib/facets/core/hash/test_each_with_index.rb +1 -1
  955. data/test/lib/facets/core/hash/test_each_with_key.rb +1 -1
  956. data/test/lib/facets/core/hash/test_graph.rb +1 -1
  957. data/test/lib/facets/core/hash/test_has_keys.rb +1 -1
  958. data/test/lib/facets/core/hash/test_has_only_keys.rb +1 -1
  959. data/test/lib/facets/core/hash/test_inverse.rb +1 -1
  960. data/test/lib/facets/core/hash/test_keys_to_s.rb +1 -1
  961. data/test/lib/facets/core/hash/test_keys_to_sym.rb +1 -1
  962. data/test/lib/facets/core/hash/test_op_fetch.rb +1 -1
  963. data/test/lib/facets/core/hash/test_op_lshift.rb +1 -1
  964. data/test/lib/facets/core/hash/test_rand_key.rb +1 -1
  965. data/test/lib/facets/core/hash/test_rand_pair.rb +1 -1
  966. data/test/lib/facets/core/hash/test_rand_value.rb +1 -1
  967. data/test/lib/facets/core/hash/test_replace_each.rb +1 -1
  968. data/test/lib/facets/core/hash/test_shuffle.rb +1 -1
  969. data/test/lib/facets/core/hash/test_slice.rb +1 -1
  970. data/test/lib/facets/core/hash/test_swap.rb +1 -1
  971. data/test/lib/facets/core/hash/test_swapkey.rb +1 -1
  972. data/test/lib/facets/core/hash/test_to_h.rb +1 -1
  973. data/test/lib/facets/core/hash/test_to_ostruct.rb +1 -1
  974. data/test/lib/facets/core/hash/test_to_ostruct_recurse.rb +1 -1
  975. data/test/lib/facets/core/hash/test_traverse.rb +1 -1
  976. data/test/lib/facets/core/hash/test_update_each.rb +1 -1
  977. data/test/lib/facets/core/hash/test_update_keys.rb +1 -1
  978. data/test/lib/facets/core/hash/test_update_values.rb +1 -1
  979. data/test/lib/facets/core/hash/test_weave.rb +1 -1
  980. data/test/lib/facets/core/integer/test_factorial.rb +1 -1
  981. data/test/lib/facets/core/integer/test_multiple.rb +1 -1
  982. data/test/lib/facets/core/integer/test_ordinal.rb +1 -1
  983. data/test/lib/facets/core/integer/test_times_collect.rb +1 -1
  984. data/test/lib/facets/core/kernel/test___class__.rb +1 -1
  985. data/test/lib/facets/core/kernel/test___method__.rb +1 -1
  986. data/test/lib/facets/core/kernel/test_as.rb +1 -1
  987. data/test/lib/facets/core/kernel/test_assign_from.rb +1 -1
  988. data/test/lib/facets/core/kernel/test_assign_with.rb +1 -1
  989. data/test/lib/facets/core/kernel/test_bool.rb +1 -1
  990. data/test/lib/facets/core/kernel/test_bug.rb +1 -1
  991. data/test/lib/facets/core/kernel/test_call_stack.rb +1 -1
  992. data/test/lib/facets/core/kernel/test_called.rb +1 -1
  993. data/test/lib/facets/core/kernel/test_constant.rb +1 -1
  994. data/test/lib/facets/core/kernel/test_copy.rb +1 -1
  995. data/test/lib/facets/core/kernel/test_deep_copy.rb +1 -1
  996. data/test/lib/facets/core/kernel/test_demo.rb +1 -1
  997. data/test/lib/facets/core/kernel/test_fn.rb +1 -1
  998. data/test/lib/facets/core/kernel/test_generate_method_name.rb +1 -1
  999. data/test/lib/facets/core/kernel/test_get_by_id.rb +1 -1
  1000. data/test/lib/facets/core/kernel/test_here.rb +1 -1
  1001. data/test/lib/facets/core/kernel/test_in.rb +1 -1
  1002. data/test/lib/facets/core/kernel/test_maybe.rb +1 -1
  1003. data/test/lib/facets/core/kernel/test_metaclass.rb +1 -1
  1004. data/test/lib/facets/core/kernel/test_method.rb +1 -1
  1005. data/test/lib/facets/core/kernel/test_methods.rb +1 -1
  1006. data/test/lib/facets/core/kernel/test_new.rb +1 -1
  1007. data/test/lib/facets/core/kernel/test_object_class.rb +1 -1
  1008. data/test/lib/facets/core/kernel/test_object_hexid.rb +1 -1
  1009. data/test/lib/facets/core/kernel/test_quaclass.rb +1 -1
  1010. data/test/lib/facets/core/kernel/test_require_all.rb +1 -1
  1011. data/test/lib/facets/core/kernel/test_require_esc.rb +1 -1
  1012. data/test/lib/facets/core/kernel/test_require_facet.rb +1 -1
  1013. data/test/lib/facets/core/kernel/test_resc.rb +1 -1
  1014. data/test/lib/facets/core/kernel/test_returning.rb +1 -1
  1015. data/test/lib/facets/core/kernel/test_send_as.rb +1 -1
  1016. data/test/lib/facets/core/kernel/test_set_from.rb +1 -1
  1017. data/test/lib/facets/core/kernel/test_set_with.rb +1 -1
  1018. data/test/lib/facets/core/kernel/test_silently.rb +1 -1
  1019. data/test/lib/facets/core/kernel/test_singleton.rb +1 -1
  1020. data/test/lib/facets/core/kernel/test_singleton_class.rb +1 -1
  1021. data/test/lib/facets/core/kernel/test_superior.rb +1 -1
  1022. data/test/lib/facets/core/kernel/test_supermethod.rb +1 -1
  1023. data/test/lib/facets/core/kernel/test_this.rb +1 -1
  1024. data/test/lib/facets/core/kernel/test_to_b.rb +1 -1
  1025. data/test/lib/facets/core/kernel/test_to_bool.rb +1 -1
  1026. data/test/lib/facets/core/kernel/test_uri.rb +1 -1
  1027. data/test/lib/facets/core/kernel/test_val.rb +1 -1
  1028. data/test/lib/facets/core/kernel/test_with_accessor.rb +1 -1
  1029. data/test/lib/facets/core/matchdata/test_match.rb +1 -1
  1030. data/test/lib/facets/core/matchdata/test_matchtree.rb +1 -1
  1031. data/test/lib/facets/core/module/test_abstract.rb +1 -1
  1032. data/test/lib/facets/core/module/test_alias_module_function.rb +1 -1
  1033. data/test/lib/facets/core/module/test_ancestor.rb +1 -1
  1034. data/test/lib/facets/core/module/test_basename.rb +1 -1
  1035. data/test/lib/facets/core/module/test_by_name.rb +1 -1
  1036. data/test/lib/facets/core/module/test_class_extension.rb +1 -1
  1037. data/test/lib/facets/core/module/test_clone_using.rb +1 -1
  1038. data/test/lib/facets/core/module/test_dirname.rb +1 -1
  1039. data/test/lib/facets/core/module/test_equate_on.rb +1 -1
  1040. data/test/lib/facets/core/module/test_generate_instance_method_name.rb +1 -1
  1041. data/test/lib/facets/core/module/test_include_as.rb +1 -1
  1042. data/test/lib/facets/core/module/test_initializer.rb +1 -1
  1043. data/test/lib/facets/core/module/test_instance_methods.rb +1 -1
  1044. data/test/lib/facets/core/module/test_integrate.rb +1 -1
  1045. data/test/lib/facets/core/module/test_memoize.rb +1 -1
  1046. data/test/lib/facets/core/module/test_modspace.rb +1 -1
  1047. data/test/lib/facets/core/module/test_namespace.rb +1 -1
  1048. data/test/lib/facets/core/module/test_nesting.rb +1 -1
  1049. data/test/lib/facets/core/module/test_nodef.rb +1 -1
  1050. data/test/lib/facets/core/module/test_on_included.rb +1 -1
  1051. data/test/lib/facets/core/module/test_redef.rb +1 -1
  1052. data/test/lib/facets/core/module/test_redefine_method.rb +1 -1
  1053. data/test/lib/facets/core/module/test_redirect.rb +1 -1
  1054. data/test/lib/facets/core/module/test_redirect_method.rb +1 -1
  1055. data/test/lib/facets/core/module/test_remove.rb +1 -1
  1056. data/test/lib/facets/core/module/test_rename.rb +1 -1
  1057. data/test/lib/facets/core/module/test_rename_method.rb +1 -1
  1058. data/test/lib/facets/core/module/test_revisal.rb +1 -1
  1059. data/test/lib/facets/core/module/test_shadow_method.rb +1 -1
  1060. data/test/lib/facets/core/module/test_sort_on.rb +1 -1
  1061. data/test/lib/facets/core/module/test_this.rb +1 -1
  1062. data/test/lib/facets/core/module/test_wrap.rb +1 -1
  1063. data/test/lib/facets/core/module/test_wrap_method.rb +1 -1
  1064. data/test/lib/facets/core/nilclass/test_blank.rb +1 -1
  1065. data/test/lib/facets/core/nilclass/test_empty.rb +1 -1
  1066. data/test/lib/facets/core/nilclass/test_include.rb +1 -1
  1067. data/test/lib/facets/core/nilclass/test_op_fetch.rb +1 -1
  1068. data/test/lib/facets/core/nilclass/test_size.rb +1 -1
  1069. data/test/lib/facets/core/nilclass/test_to_h.rb +1 -1
  1070. data/test/lib/facets/core/numeric/test_approx.rb +1 -1
  1071. data/test/lib/facets/core/numeric/test_ceil_multiple.rb +1 -1
  1072. data/test/lib/facets/core/numeric/test_succ.rb +1 -1
  1073. data/test/lib/facets/core/numeric/test_to_b.rb +1 -1
  1074. data/test/lib/facets/core/ostruct/test___merge__.rb +1 -1
  1075. data/test/lib/facets/core/ostruct/test___update__.rb +1 -1
  1076. data/test/lib/facets/core/ostruct/test_op_fetch.rb +1 -1
  1077. data/test/lib/facets/core/ostruct/test_op_store.rb +1 -1
  1078. data/test/lib/facets/core/proc/test_compose.rb +1 -1
  1079. data/test/lib/facets/core/proc/test_to_method.rb +1 -1
  1080. data/test/lib/facets/core/range/test_to_r.rb +1 -1
  1081. data/test/lib/facets/core/range/test_to_range.rb +1 -1
  1082. data/test/lib/facets/core/range/test_umbrella.rb +1 -1
  1083. data/test/lib/facets/core/range/test_within.rb +1 -1
  1084. data/test/lib/facets/core/regexp/test_arity.rb +1 -1
  1085. data/test/lib/facets/core/regexp/test_to_re.rb +1 -1
  1086. data/test/lib/facets/core/regexp/test_to_regexp.rb +1 -1
  1087. data/test/lib/facets/core/string/self/test_interpolate.rb +1 -1
  1088. data/test/lib/facets/core/string/self/test_patterns.rb +1 -1
  1089. data/test/lib/facets/core/string/self/test_rand_letter.rb +1 -1
  1090. data/test/lib/facets/core/string/test_align_center.rb +1 -1
  1091. data/test/lib/facets/core/string/test_at_rand.rb +1 -1
  1092. data/test/lib/facets/core/string/test_basename.rb +1 -1
  1093. data/test/lib/facets/core/string/test_blank.rb +1 -1
  1094. data/test/lib/facets/core/string/test_bracket.rb +1 -1
  1095. data/test/lib/facets/core/string/test_camelcase.rb +1 -1
  1096. data/test/lib/facets/core/string/test_camelize.rb +1 -1
  1097. data/test/lib/facets/core/string/test_capitalized.rb +1 -1
  1098. data/test/lib/facets/core/string/test_chars.rb +1 -1
  1099. data/test/lib/facets/core/string/test_cmp.rb +1 -1
  1100. data/test/lib/facets/core/string/test_demodulize.rb +1 -1
  1101. data/test/lib/facets/core/string/test_downcase.rb +1 -1
  1102. data/test/lib/facets/core/string/test_dresner.rb +1 -1
  1103. data/test/lib/facets/core/string/test_each_char.rb +1 -1
  1104. data/test/lib/facets/core/string/test_each_word.rb +1 -1
  1105. data/test/lib/facets/core/string/test_first.rb +1 -1
  1106. data/test/lib/facets/core/string/test_fold.rb +1 -1
  1107. data/test/lib/facets/core/string/test_humanize.rb +1 -1
  1108. data/test/lib/facets/core/string/test_indent.rb +1 -1
  1109. data/test/lib/facets/core/string/test_index_all.rb +1 -1
  1110. data/test/lib/facets/core/string/test_last.rb +1 -1
  1111. data/test/lib/facets/core/string/test_line_wrap.rb +1 -1
  1112. data/test/lib/facets/core/string/test_lines.rb +1 -1
  1113. data/test/lib/facets/core/string/test_lowercase.rb +1 -1
  1114. data/test/lib/facets/core/string/test_margin.rb +1 -1
  1115. data/test/lib/facets/core/string/test_methodize.rb +1 -1
  1116. data/test/lib/facets/core/string/test_modulize.rb +1 -1
  1117. data/test/lib/facets/core/string/test_mscan.rb +1 -1
  1118. data/test/lib/facets/core/string/test_natcmp.rb +1 -1
  1119. data/test/lib/facets/core/string/test_nchar.rb +1 -1
  1120. data/test/lib/facets/core/string/test_pathize.rb +1 -1
  1121. data/test/lib/facets/core/string/test_pop.rb +1 -1
  1122. data/test/lib/facets/core/string/test_pot.rb +1 -1
  1123. data/test/lib/facets/core/string/test_push.rb +1 -1
  1124. data/test/lib/facets/core/string/test_quote.rb +1 -1
  1125. data/test/lib/facets/core/string/test_rand_byte.rb +1 -1
  1126. data/test/lib/facets/core/string/test_rand_index.rb +1 -1
  1127. data/test/lib/facets/core/string/test_range.rb +1 -1
  1128. data/test/lib/facets/core/string/test_range_all.rb +1 -1
  1129. data/test/lib/facets/core/string/test_range_of_line.rb +1 -1
  1130. data/test/lib/facets/core/string/test_regesc.rb +1 -1
  1131. data/test/lib/facets/core/string/test_shatter.rb +1 -1
  1132. data/test/lib/facets/core/string/test_shift.rb +1 -1
  1133. data/test/lib/facets/core/string/test_shuffle.rb +1 -1
  1134. data/test/lib/facets/core/string/test_similarity.rb +1 -1
  1135. data/test/lib/facets/core/string/test_singular.rb +1 -1
  1136. data/test/lib/facets/core/string/test_soundex.rb +1 -1
  1137. data/test/lib/facets/core/string/test_succ.rb +1 -1
  1138. data/test/lib/facets/core/string/test_to_a.rb +1 -1
  1139. data/test/lib/facets/core/string/test_to_b.rb +1 -1
  1140. data/test/lib/facets/core/string/test_to_const.rb +1 -1
  1141. data/test/lib/facets/core/string/test_to_date.rb +1 -1
  1142. data/test/lib/facets/core/string/test_to_proc.rb +1 -1
  1143. data/test/lib/facets/core/string/test_to_re.rb +1 -1
  1144. data/test/lib/facets/core/string/test_to_time.rb +1 -1
  1145. data/test/lib/facets/core/string/test_unix_crypt.rb +1 -1
  1146. data/test/lib/facets/core/string/test_unpack.rb +1 -1
  1147. data/test/lib/facets/core/string/test_unshift.rb +1 -1
  1148. data/test/lib/facets/core/string/test_upcase.rb +1 -1
  1149. data/test/lib/facets/core/string/test_whitespace.rb +1 -1
  1150. data/test/lib/facets/core/string/test_word_filter.rb +1 -1
  1151. data/test/lib/facets/core/string/test_word_wrap.rb +1 -1
  1152. data/test/lib/facets/core/string/test_words.rb +1 -1
  1153. data/test/lib/facets/core/symbol/test_camelcase.rb +1 -1
  1154. data/test/lib/facets/core/symbol/test_camelize.rb +1 -1
  1155. data/test/lib/facets/core/symbol/test_capitalize.rb +1 -1
  1156. data/test/lib/facets/core/symbol/test_capitalized.rb +1 -1
  1157. data/test/lib/facets/core/symbol/test_downcase.rb +1 -1
  1158. data/test/lib/facets/core/symbol/test_not.rb +1 -1
  1159. data/test/lib/facets/core/symbol/test_pad.rb +1 -1
  1160. data/test/lib/facets/core/symbol/test_succ.rb +1 -1
  1161. data/test/lib/facets/core/symbol/test_to_const.rb +1 -1
  1162. data/test/lib/facets/core/symbol/test_to_proc.rb +1 -1
  1163. data/test/lib/facets/core/symbol/test_to_str.rb +1 -1
  1164. data/test/lib/facets/core/symbol/test_underscore.rb +1 -1
  1165. data/test/lib/facets/core/symbol/test_upcase.rb +1 -1
  1166. data/test/lib/facets/core/time/test_change.rb +1 -1
  1167. data/test/lib/facets/core/time/test_elapse.rb +1 -1
  1168. data/test/lib/facets/core/time/test_stamp.rb +1 -1
  1169. data/test/lib/facets/core/time/test_to_date.rb +1 -1
  1170. data/test/lib/facets/core/time/test_to_s.rb +1 -1
  1171. data/test/lib/facets/core/time/test_to_time.rb +1 -1
  1172. data/test/lib/facets/more/test_annattr.rb +1 -1
  1173. data/test/lib/facets/more/test_annotation.rb +1 -1
  1174. data/test/lib/facets/more/test_ansicode.rb +1 -1
  1175. data/test/lib/facets/more/test_association.rb +1 -1
  1176. data/test/lib/facets/more/test_basicobject.rb +21 -12
  1177. data/test/lib/facets/more/test_bbcode.rb +1 -1
  1178. data/test/lib/facets/more/test_binaryreader.rb +1 -1
  1179. data/test/lib/facets/more/test_bitmask.rb +1 -1
  1180. data/test/lib/facets/more/test_bytes.rb +1 -1
  1181. data/test/lib/facets/more/test_classmethods.rb +1 -1
  1182. data/test/lib/facets/more/test_command.rb +1 -1
  1183. data/test/lib/facets/more/test_coroutine.rb +1 -1
  1184. data/test/lib/facets/more/test_crypt.rb +1 -1
  1185. data/test/lib/facets/more/test_dictionary.rb +1 -1
  1186. data/test/lib/facets/more/test_elementor.rb +1 -1
  1187. data/test/lib/facets/more/test_enumerablepass.rb +1 -1
  1188. data/test/lib/facets/more/test_floatstring.rb +1 -1
  1189. data/test/lib/facets/more/test_functor.rb +1 -1
  1190. data/test/lib/facets/more/test_htmlbuilder.rb +1 -1
  1191. data/test/lib/facets/more/test_inheritor.rb +1 -1
  1192. data/test/lib/facets/more/test_interval.rb +1 -1
  1193. data/test/lib/facets/more/test_json.rb +1 -1
  1194. data/test/lib/facets/more/test_lisp.rb +1 -1
  1195. data/test/lib/facets/more/test_lisp_format.rb +1 -1
  1196. data/test/lib/facets/more/test_lrucache.rb +1 -1
  1197. data/test/lib/facets/more/test_mathconstants.rb +1 -1
  1198. data/test/lib/facets/more/test_methodprobe.rb +1 -1
  1199. data/test/lib/facets/more/test_multipliers.rb +1 -1
  1200. data/test/lib/facets/more/test_multiton.rb +1 -1
  1201. data/test/lib/facets/more/test_nackclass.rb +1 -1
  1202. data/test/lib/facets/more/test_nilcomparable.rb +1 -1
  1203. data/test/lib/facets/more/test_opencascade.rb +1 -1
  1204. data/test/lib/facets/more/test_openobject.rb +1 -1
  1205. data/test/lib/facets/more/test_overload.rb +1 -1
  1206. data/test/lib/facets/more/test_paramix.rb +1 -1
  1207. data/test/lib/facets/more/test_pqueue.rb +1 -1
  1208. data/test/lib/facets/more/test_preinitialize.rb +1 -1
  1209. data/test/lib/facets/more/test_promoteself.rb +1 -1
  1210. data/test/lib/facets/more/test_recorder.rb +1 -1
  1211. data/test/lib/facets/more/test_snapshot.rb +1 -1
  1212. data/test/lib/facets/more/test_statichash.rb +1 -1
  1213. data/test/lib/facets/more/test_syncarray.rb +1 -1
  1214. data/test/lib/facets/more/test_synchash.rb +1 -1
  1215. data/test/lib/facets/more/test_tagiterator.rb +1 -1
  1216. data/test/lib/facets/more/test_taskable.rb +1 -1
  1217. data/test/lib/facets/more/test_timer.rb +1 -1
  1218. data/test/lib/facets/more/test_times.rb +1 -1
  1219. data/test/lib/facets/more/test_tuple.rb +1 -1
  1220. data/test/lib/facets/more/test_typecast.rb +1 -1
  1221. data/test/lib/facets/more/test_uninheritable.rb +1 -1
  1222. data/test/lib/facets/more/test_units.rb +1 -1
  1223. data/test/lib/facets/more/test_xmlbuilder.rb +1 -1
  1224. data/test/lib/facets/more/test_xmlhelper.rb +1 -1
  1225. data/test/lib/facets/more/test_xoxo.rb +1 -1
  1226. data/test/lib/facets/more/test_yamlstruct.rb +1 -1
  1227. metadata +2575 -1678
  1228. data/lib/facet/hash/keys_to_iv.rb +0 -1
  1229. data/lib/facets/core/hash/keys_to_iv.rb +0 -60
@@ -0,0 +1,517 @@
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
+ <html>
6
+ <head>
7
+ <title>File: COPYING</title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
10
+
11
+ <script language="JavaScript" type="text/javascript">
12
+ // <![CDATA[
13
+
14
+ function toggleSource( id )
15
+ {
16
+ var elem
17
+ var link
18
+
19
+ if( document.getElementById )
20
+ {
21
+ elem = document.getElementById( id )
22
+ link = document.getElementById( "l_" + id )
23
+ }
24
+ else if ( document.all )
25
+ {
26
+ elem = eval( "document.all." + id )
27
+ link = eval( "document.all.l_" + id )
28
+ }
29
+ else
30
+ return false;
31
+
32
+ if( elem.style.display == "block" )
33
+ {
34
+ elem.style.display = "none"
35
+ link.innerHTML = "show source"
36
+ }
37
+ else
38
+ {
39
+ elem.style.display = "block"
40
+ link.innerHTML = "hide source"
41
+ }
42
+ }
43
+
44
+ function openCode( url )
45
+ {
46
+ window.open( url, "SOURCE_CODE", "width=400,height=400,scrollbars=yes" )
47
+ }
48
+ // ]]>
49
+ </script>
50
+ </head>
51
+
52
+ <body>
53
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
54
+ <tr><td>
55
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
56
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />COPYING</td>
57
+ <td align="right">
58
+ <table border='0' cellspacing="0" cellpadding="2">
59
+ <tr>
60
+ <td>Path:</td>
61
+ <td>COPYING
62
+ </td>
63
+ </tr>
64
+ <tr>
65
+ <td>Modified:</td>
66
+ <td>Fri Oct 28 14:52:15 EDT 2005</td>
67
+ </tr>
68
+ </table>
69
+ </td></tr>
70
+ </table>
71
+ </td></tr>
72
+ </table><br>
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+ <div id="content">
77
+
78
+ <div class="description"><pre>
79
+ THE RUBY LICENSE
80
+ (http://www.ruby-lang.org/en/LICENSE.txt)
81
+ </pre>
82
+ <p>
83
+ You may redistribute this software and/or modify it under either the terms
84
+ of the GPL (see below), or the conditions below:
85
+ </p>
86
+ <pre>
87
+ 1. You may make and give away verbatim copies of the source form of the
88
+ software without restriction, provided that you duplicate all of the
89
+ original copyright notices and associated disclaimers.
90
+
91
+ 2. You may modify your copy of the software in any way, provided that
92
+ you do at least ONE of the following:
93
+
94
+ a) place your modifications in the Public Domain or otherwise
95
+ make them Freely Available, such as by posting said
96
+ modifications to Usenet or an equivalent medium, or by allowing
97
+ the author to include your modifications in the software.
98
+
99
+ b) use the modified software only within your corporation or
100
+ organization.
101
+
102
+ c) rename any non-standard executables so the names do not conflict
103
+ with standard executables, which must also be provided.
104
+
105
+ d) make other distribution arrangements with the author.
106
+
107
+ 3. You may distribute the software in object code or executable
108
+ form, provided that you do at least ONE of the following:
109
+
110
+ a) distribute the executables and library files of the software,
111
+ together with instructions (in the manual page or equivalent)
112
+ on where to get the original distribution.
113
+
114
+ b) accompany the distribution with the machine-readable source of
115
+ the software.
116
+
117
+ c) give non-standard executables non-standard names, with
118
+ instructions on where to get the original software distribution.
119
+
120
+ d) make other distribution arrangements with the author.
121
+
122
+ 4. You may modify and include the part of the software into any other
123
+ software (possibly commercial). But some files in the distribution
124
+ are not written by the author, so that they are not under these terms.
125
+
126
+ For the list of those files and their copying conditions, see the
127
+ file LEGAL.
128
+
129
+ 5. The scripts and library files supplied as input to or produced as
130
+ output from the software do not automatically fall under the
131
+ copyright of the software, but belong to whomever generated them,
132
+ and may be sold commercially, and may be aggregated with this
133
+ software.
134
+
135
+ 6. THIS SOFTWARE IS PROVIDED &quot;AS IS&quot; AND WITHOUT ANY EXPRESS OR
136
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
137
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
138
+ PURPOSE.
139
+ </pre>
140
+ <hr size="10"></hr><pre>
141
+ GNU GENERAL PUBLIC LICENSE
142
+ Version 2, June 1991
143
+ </pre>
144
+ <p>
145
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
146
+ </p>
147
+ <pre>
148
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
149
+ </pre>
150
+ <p>
151
+ Everyone is permitted to copy and distribute verbatim copies of this
152
+ license document, but changing it is not allowed.
153
+ </p>
154
+ <pre>
155
+ Preamble
156
+ </pre>
157
+ <p>
158
+ The licenses for most software are designed to take away your freedom to
159
+ share and change it. By contrast, the GNU General Public License is
160
+ intended to guarantee your freedom to share and change free
161
+ software&#8212;to make sure the software is free for all its users. This
162
+ General Public License applies to most of the Free Software
163
+ Foundation&#8217;s software and to any other program whose authors commit
164
+ to using it. (Some other Free Software Foundation software is covered by
165
+ the GNU Library General Public License instead.) You can apply it to your
166
+ programs, too.
167
+ </p>
168
+ <p>
169
+ When we speak of free software, we are referring to freedom, not price. Our
170
+ General Public Licenses are designed to make sure that you have the freedom
171
+ to distribute copies of free software (and charge for this service if you
172
+ wish), that you receive source code or can get it if you want it, that you
173
+ can change the software or use pieces of it in new free programs; and that
174
+ you know you can do these things.
175
+ </p>
176
+ <p>
177
+ To protect your rights, we need to make restrictions that forbid anyone to
178
+ deny you these rights or to ask you to surrender the rights. These
179
+ restrictions translate to certain responsibilities for you if you
180
+ distribute copies of the software, or if you modify it.
181
+ </p>
182
+ <p>
183
+ For example, if you distribute copies of such a program, whether gratis or
184
+ for a fee, you must give the recipients all the rights that you have. You
185
+ must make sure that they, too, receive or can get the source code. And you
186
+ must show them these terms so they know their rights.
187
+ </p>
188
+ <p>
189
+ We protect your rights with two steps: (1) copyright the software, and (2)
190
+ offer you this license which gives you legal permission to copy, distribute
191
+ and/or modify the software.
192
+ </p>
193
+ <p>
194
+ Also, for each author&#8217;s protection and ours, we want to make certain
195
+ that everyone understands that there is no warranty for this free software.
196
+ If the software is modified by someone else and passed on, we want its
197
+ recipients to know that what they have is not the original, so that any
198
+ problems introduced by others will not reflect on the original
199
+ authors&#8217; reputations.
200
+ </p>
201
+ <p>
202
+ Finally, any free program is threatened constantly by software patents. We
203
+ wish to avoid the danger that redistributors of a free program will
204
+ individually obtain patent licenses, in effect making the program
205
+ proprietary. To prevent this, we have made it clear that any patent must be
206
+ licensed for everyone&#8217;s free use or not licensed at all.
207
+ </p>
208
+ <pre>
209
+ The precise terms and conditions for copying, distribution and
210
+ </pre>
211
+ <p>
212
+ modification follow.
213
+ </p>
214
+ <pre>
215
+ GNU GENERAL PUBLIC LICENSE
216
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
217
+
218
+ 0. This License applies to any program or other work which contains
219
+ </pre>
220
+ <p>
221
+ a notice placed by the copyright holder saying it may be distributed under
222
+ the terms of this General Public License. The &quot;Program&quot;, below,
223
+ refers to any such program or work, and a &quot;work based on the
224
+ Program&quot; means either the Program or any derivative work under
225
+ copyright law: that is to say, a work containing the Program or a portion
226
+ of it, either verbatim or with modifications and/or translated into another
227
+ language. (Hereinafter, translation is included without limitation in the
228
+ term &quot;modification&quot;.) Each licensee is addressed as
229
+ &quot;you&quot;.
230
+ </p>
231
+ <p>
232
+ Activities other than copying, distribution and modification are not
233
+ covered by this License; they are outside its scope. The act of running the
234
+ Program is not restricted, and the output from the Program is covered only
235
+ if its contents constitute a work based on the Program (independent of
236
+ having been made by running the Program). Whether that is true depends on
237
+ what the Program does.
238
+ </p>
239
+ <pre>
240
+ 1. You may copy and distribute verbatim copies of the Program's
241
+ source code as you receive it, in any medium, provided that you
242
+ conspicuously and appropriately publish on each copy an appropriate
243
+ copyright notice and disclaimer of warranty; keep intact all the
244
+ notices that refer to this License and to the absence of any warranty;
245
+ and give any other recipients of the Program a copy of this License
246
+ along with the Program.
247
+
248
+ You may charge a fee for the physical act of transferring a copy, and
249
+ you may at your option offer warranty protection in exchange for a fee.
250
+
251
+ 2. You may modify your copy or copies of the Program or any portion
252
+ of it, thus forming a work based on the Program, and copy and
253
+ distribute such modifications or work under the terms of Section 1
254
+ above, provided that you also meet all of these conditions:
255
+
256
+ a) You must cause the modified files to carry prominent notices
257
+ stating that you changed the files and the date of any change.
258
+
259
+ b) You must cause any work that you distribute or publish, that in
260
+ whole or in part contains or is derived from the Program or any
261
+ part thereof, to be licensed as a whole at no charge to all third
262
+ parties under the terms of this License.
263
+
264
+ c) If the modified program normally reads commands interactively
265
+ when run, you must cause it, when started running for such
266
+ interactive use in the most ordinary way, to print or display an
267
+ announcement including an appropriate copyright notice and a
268
+ notice that there is no warranty (or else, saying that you provide
269
+ a warranty) and that users may redistribute the program under
270
+ these conditions, and telling the user how to view a copy of this
271
+ License. (Exception: if the Program itself is interactive but
272
+ does not normally print such an announcement, your work based on
273
+ the Program is not required to print an announcement.)
274
+
275
+ These requirements apply to the modified work as a whole. If
276
+ identifiable sections of that work are not derived from the Program,
277
+ and can be reasonably considered independent and separate works in
278
+ themselves, then this License, and its terms, do not apply to those
279
+ sections when you distribute them as separate works. But when you
280
+ distribute the same sections as part of a whole which is a work based
281
+ on the Program, the distribution of the whole must be on the terms of
282
+ this License, whose permissions for other licensees extend to the
283
+ entire whole, and thus to each and every part regardless of who wrote it.
284
+
285
+ Thus, it is not the intent of this section to claim rights or contest
286
+ your rights to work written entirely by you; rather, the intent is to
287
+ exercise the right to control the distribution of derivative or
288
+ collective works based on the Program.
289
+
290
+ In addition, mere aggregation of another work not based on the Program
291
+ with the Program (or with a work based on the Program) on a volume of
292
+ a storage or distribution medium does not bring the other work under
293
+ the scope of this License.
294
+
295
+ 3. You may copy and distribute the Program (or a work based on it,
296
+ under Section 2) in object code or executable form under the terms of
297
+ Sections 1 and 2 above provided that you also do one of the following:
298
+
299
+ a) Accompany it with the complete corresponding machine-readable
300
+ source code, which must be distributed under the terms of Sections
301
+ 1 and 2 above on a medium customarily used for software interchange; or,
302
+
303
+ b) Accompany it with a written offer, valid for at least three
304
+ years, to give any third party, for a charge no more than your
305
+ cost of physically performing source distribution, a complete
306
+ machine-readable copy of the corresponding source code, to be
307
+ distributed under the terms of Sections 1 and 2 above on a medium
308
+ customarily used for software interchange; or,
309
+
310
+ c) Accompany it with the information you received as to the offer
311
+ to distribute corresponding source code. (This alternative is
312
+ allowed only for noncommercial distribution and only if you
313
+ received the program in object code or executable form with such
314
+ an offer, in accord with Subsection b above.)
315
+
316
+ The source code for a work means the preferred form of the work for
317
+ making modifications to it. For an executable work, complete source
318
+ code means all the source code for all modules it contains, plus any
319
+ associated interface definition files, plus the scripts used to
320
+ control compilation and installation of the executable. However, as a
321
+ special exception, the source code distributed need not include
322
+ anything that is normally distributed (in either source or binary
323
+ form) with the major components (compiler, kernel, and so on) of the
324
+ operating system on which the executable runs, unless that component
325
+ itself accompanies the executable.
326
+
327
+ If distribution of executable or object code is made by offering
328
+ access to copy from a designated place, then offering equivalent
329
+ access to copy the source code from the same place counts as
330
+ distribution of the source code, even though third parties are not
331
+ compelled to copy the source along with the object code.
332
+
333
+ 4. You may not copy, modify, sublicense, or distribute the Program
334
+ except as expressly provided under this License. Any attempt
335
+ otherwise to copy, modify, sublicense or distribute the Program is
336
+ void, and will automatically terminate your rights under this License.
337
+ However, parties who have received copies, or rights, from you under
338
+ this License will not have their licenses terminated so long as such
339
+ parties remain in full compliance.
340
+
341
+ 5. You are not required to accept this License, since you have not
342
+ signed it. However, nothing else grants you permission to modify or
343
+ distribute the Program or its derivative works. These actions are
344
+ prohibited by law if you do not accept this License. Therefore, by
345
+ modifying or distributing the Program (or any work based on the
346
+ Program), you indicate your acceptance of this License to do so, and
347
+ all its terms and conditions for copying, distributing or modifying
348
+ the Program or works based on it.
349
+
350
+ 6. Each time you redistribute the Program (or any work based on the
351
+ Program), the recipient automatically receives a license from the
352
+ original licensor to copy, distribute or modify the Program subject to
353
+ these terms and conditions. You may not impose any further
354
+ restrictions on the recipients' exercise of the rights granted herein.
355
+ You are not responsible for enforcing compliance by third parties to
356
+ this License.
357
+
358
+ 7. If, as a consequence of a court judgment or allegation of patent
359
+ infringement or for any other reason (not limited to patent issues),
360
+ conditions are imposed on you (whether by court order, agreement or
361
+ otherwise) that contradict the conditions of this License, they do not
362
+ excuse you from the conditions of this License. If you cannot
363
+ distribute so as to satisfy simultaneously your obligations under this
364
+ License and any other pertinent obligations, then as a consequence you
365
+ may not distribute the Program at all. For example, if a patent
366
+ license would not permit royalty-free redistribution of the Program by
367
+ all those who receive copies directly or indirectly through you, then
368
+ the only way you could satisfy both it and this License would be to
369
+ refrain entirely from distribution of the Program.
370
+
371
+ If any portion of this section is held invalid or unenforceable under
372
+ any particular circumstance, the balance of the section is intended to
373
+ apply and the section as a whole is intended to apply in other
374
+ circumstances.
375
+
376
+ It is not the purpose of this section to induce you to infringe any
377
+ patents or other property right claims or to contest validity of any
378
+ such claims; this section has the sole purpose of protecting the
379
+ integrity of the free software distribution system, which is
380
+ implemented by public license practices. Many people have made
381
+ generous contributions to the wide range of software distributed
382
+ through that system in reliance on consistent application of that
383
+ system; it is up to the author/donor to decide if he or she is willing
384
+ to distribute software through any other system and a licensee cannot
385
+ impose that choice.
386
+
387
+ This section is intended to make thoroughly clear what is believed to
388
+ be a consequence of the rest of this License.
389
+
390
+ 8. If the distribution and/or use of the Program is restricted in
391
+ certain countries either by patents or by copyrighted interfaces, the
392
+ original copyright holder who places the Program under this License
393
+ may add an explicit geographical distribution limitation excluding
394
+ those countries, so that distribution is permitted only in or among
395
+ countries not thus excluded. In such case, this License incorporates
396
+ the limitation as if written in the body of this License.
397
+
398
+ 9. The Free Software Foundation may publish revised and/or new versions
399
+ of the General Public License from time to time. Such new versions will
400
+ be similar in spirit to the present version, but may differ in detail to
401
+ address new problems or concerns.
402
+
403
+ Each version is given a distinguishing version number. If the Program
404
+ specifies a version number of this License which applies to it and &quot;any
405
+ later version&quot;, you have the option of following the terms and conditions
406
+ either of that version or of any later version published by the Free
407
+ Software Foundation. If the Program does not specify a version number of
408
+ this License, you may choose any version ever published by the Free Software
409
+ Foundation.
410
+
411
+ 10. If you wish to incorporate parts of the Program into other free
412
+ programs whose distribution conditions are different, write to the author
413
+ to ask for permission. For software which is copyrighted by the Free
414
+ Software Foundation, write to the Free Software Foundation; we sometimes
415
+ make exceptions for this. Our decision will be guided by the two goals
416
+ of preserving the free status of all derivatives of our free software and
417
+ of promoting the sharing and reuse of software generally.
418
+
419
+ NO WARRANTY
420
+
421
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
422
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
423
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
424
+ PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
425
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
426
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
427
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
428
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
429
+ REPAIR OR CORRECTION.
430
+
431
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
432
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
433
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
434
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
435
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
436
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
437
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
438
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
439
+ POSSIBILITY OF SUCH DAMAGES.
440
+
441
+ END OF TERMS AND CONDITIONS
442
+
443
+ How to Apply These Terms to Your New Programs
444
+
445
+ If you develop a new program, and you want it to be of the greatest
446
+ possible use to the public, the best way to achieve this is to make it
447
+ free software which everyone can redistribute and change under these terms.
448
+
449
+ To do so, attach the following notices to the program. It is safest
450
+ to attach them to the start of each source file to most effectively
451
+ convey the exclusion of warranty; and each file should have at least
452
+ the &quot;copyright&quot; line and a pointer to where the full notice is found.
453
+
454
+ &lt;one line to give the program's name and a brief idea of what it does.&gt;
455
+ Copyright (C) &lt;year&gt; &lt;name of author&gt;
456
+
457
+ This program is free software; you can redistribute it and/or modify
458
+ it under the terms of the GNU General Public License as published by
459
+ the Free Software Foundation; either version 2 of the License, or
460
+ (at your option) any later version.
461
+
462
+ This program is distributed in the hope that it will be useful,
463
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
464
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
465
+ GNU General Public License for more details.
466
+
467
+ You should have received a copy of the GNU General Public License
468
+ along with this program; if not, write to the Free Software
469
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
470
+
471
+ Also add information on how to contact you by electronic and paper mail.
472
+
473
+ If the program is interactive, make it output a short notice like this
474
+ when it starts in an interactive mode:
475
+
476
+ Gnomovision version 69, Copyright (C) year name of author
477
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
478
+ This is free software, and you are welcome to redistribute it
479
+ under certain conditions; type `show c' for details.
480
+
481
+ The hypothetical commands `show w' and `show c' should show the appropriate
482
+ parts of the General Public License. Of course, the commands you use may
483
+ be called something other than `show w' and `show c'; they could even be
484
+ mouse-clicks or menu items--whatever suits your program.
485
+
486
+ You should also get your employer (if you work as a programmer) or your
487
+ school, if any, to sign a &quot;copyright disclaimer&quot; for the program, if
488
+ necessary. Here is a sample; alter the names:
489
+
490
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
491
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
492
+
493
+ &lt;signature of Ty Coon&gt;, 1 April 1989
494
+ Ty Coon, President of Vice
495
+
496
+ This General Public License does not permit incorporating your program into
497
+ proprietary programs. If your program is a subroutine library, you may
498
+ consider it more useful to permit linking proprietary applications with the
499
+ library. If this is what you want to do, use the GNU Library General
500
+ Public License instead of this License.
501
+ </pre>
502
+ </div>
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+ </div>
513
+
514
+ </div>
515
+
516
+ </body>
517
+ </html>