facets 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1206) hide show
  1. data/{test/FIXTURE → FIXTURE}/filelist/testfile.txt +0 -0
  2. data/{test/FIXTURE → FIXTURE}/filelist/testfile2.txt +0 -0
  3. data/{test/FIXTURE → FIXTURE}/ls_r/A.txt +0 -0
  4. data/{test/FIXTURE → FIXTURE}/ls_r/A/B.txt +0 -0
  5. data/{test/FIXTURE → FIXTURE}/ls_r/A/B/C.txt +0 -0
  6. data/{test/FIXTURE → FIXTURE}/test_file.txt +0 -0
  7. data/{test/FIXTURE → FIXTURE}/test_file2.txt +0 -0
  8. data/ProjectInfo +15 -2
  9. data/Reapfile +1 -1
  10. data/data/roll/facets/Libspec +17 -0
  11. data/forge/core/class/to_module.rb +3 -0
  12. data/forge/core/module/inherit.rb +79 -39
  13. data/forge/core/module/inherit0.rb +59 -0
  14. data/forge/core/module/to_module.rb +37 -0
  15. data/{lib/facets → forge}/core/string/frequency.rb +1 -0
  16. data/{lib/facets → forge}/core/string/probability.rb +1 -0
  17. data/forge/core/string/to_arr.rb +57 -0
  18. data/forge/more/capsule2.rb +152 -0
  19. data/{lib/facets → forge}/more/classinherit.rb +0 -2
  20. data/forge/more/clean.rb +35 -0
  21. data/forge/more/codepack.rb +16 -10
  22. data/lib/facet/command.rb +1 -0
  23. data/lib/facet/config/datadir.rb +1 -0
  24. data/lib/facet/file/self/rootname.rb +1 -0
  25. data/lib/facet/kernel/__callee__.rb +1 -0
  26. data/lib/facet/kernel/__method__.rb +1 -0
  27. data/lib/facet/kernel/quaclass.rb +1 -0
  28. data/lib/facet/kernel/singleton_class.rb +1 -0
  29. data/lib/facet/module/class_extension.rb +1 -0
  30. data/lib/facets/core/config/datadir.rb +20 -0
  31. data/lib/facets/core/file/self/rootname.rb +22 -0
  32. data/lib/facets/core/hash/to_ostruct_recurse.rb +4 -0
  33. data/lib/facets/core/kernel/__callee__.rb +2 -0
  34. data/lib/facets/core/kernel/__method__.rb +45 -0
  35. data/lib/facets/core/kernel/quaclass.rb +36 -0
  36. data/lib/facets/core/kernel/singleton_class.rb +36 -0
  37. data/lib/facets/core/module/class_extension.rb +153 -0
  38. data/lib/facets/core/symbol/to_proc.rb +12 -3
  39. data/lib/facets/more/annattr.rb +1 -0
  40. data/lib/facets/more/annotation.rb +12 -9
  41. data/lib/facets/more/basicobject.rb +8 -0
  42. data/lib/facets/more/classmethods.rb +17 -20
  43. data/lib/facets/more/command.rb +307 -0
  44. data/lib/facets/more/inheritor.rb +7 -3
  45. data/lib/facets/more/tuple.rb +61 -13
  46. data/lib/facets/more/typecast.rb +59 -58
  47. data/note/CHANGELOG +13 -0
  48. data/test/lib/facets/core/array/test_at_rand.rb +1 -1
  49. data/test/lib/facets/core/array/test_delete_unless.rb +1 -1
  50. data/test/lib/facets/core/array/test_delete_values.rb +1 -1
  51. data/test/lib/facets/core/array/test_delete_values_at.rb +1 -1
  52. data/test/lib/facets/core/array/test_first.rb +1 -1
  53. data/test/lib/facets/core/array/test_head.rb +1 -1
  54. data/test/lib/facets/core/array/test_last_index.rb +1 -1
  55. data/test/lib/facets/core/array/test_merge.rb +1 -1
  56. data/test/lib/facets/core/array/test_mid.rb +1 -1
  57. data/test/lib/facets/core/array/test_middle.rb +1 -1
  58. data/test/lib/facets/core/array/test_op_fetch.rb +1 -1
  59. data/test/lib/facets/core/array/test_op_store.rb +1 -1
  60. data/test/lib/facets/core/array/test_pick.rb +1 -1
  61. data/test/lib/facets/core/array/test_pos.rb +1 -1
  62. data/test/lib/facets/core/array/test_pot.rb +1 -1
  63. data/test/lib/facets/core/array/test_pull.rb +1 -1
  64. data/test/lib/facets/core/array/test_rand_index.rb +1 -1
  65. data/test/lib/facets/core/array/test_rand_subset.rb +1 -1
  66. data/test/lib/facets/core/array/test_range.rb +1 -1
  67. data/test/lib/facets/core/array/test_rotate.rb +1 -1
  68. data/test/lib/facets/core/array/test_select.rb +1 -1
  69. data/test/lib/facets/core/array/test_shuffle.rb +1 -1
  70. data/test/lib/facets/core/array/test_thru.rb +1 -1
  71. data/test/lib/facets/core/array/test_to_b.rb +1 -1
  72. data/test/lib/facets/core/array/test_to_h.rb +1 -1
  73. data/test/lib/facets/core/array/test_to_hash.rb +1 -1
  74. data/test/lib/facets/core/binding/self/test_of_caller.rb +1 -1
  75. data/test/lib/facets/core/binding/test___LINE__.rb +1 -1
  76. data/test/lib/facets/core/binding/test_call_stack.rb +1 -1
  77. data/test/lib/facets/core/binding/test_called.rb +1 -1
  78. data/test/lib/facets/core/binding/test_caller.rb +1 -1
  79. data/test/lib/facets/core/binding/test_defined.rb +1 -1
  80. data/test/lib/facets/core/binding/test_eval.rb +1 -1
  81. data/test/lib/facets/core/binding/test_local_variables.rb +1 -1
  82. data/test/lib/facets/core/binding/test_method_name.rb +1 -1
  83. data/test/lib/facets/core/binding/test_op_fetch.rb +1 -1
  84. data/test/lib/facets/core/binding/test_op_store.rb +1 -1
  85. data/test/lib/facets/core/binding/test_self.rb +1 -1
  86. data/test/lib/facets/core/class/test_cattr.rb +1 -1
  87. data/test/lib/facets/core/class/test_descendents.rb +1 -1
  88. data/test/lib/facets/core/class/test_method_name.rb +1 -1
  89. data/test/lib/facets/core/class/test_remove_descendents.rb +1 -1
  90. data/test/lib/facets/core/class/test_unix_path.rb +1 -1
  91. data/test/lib/facets/core/comparable/test_at_least.rb +1 -1
  92. data/test/lib/facets/core/comparable/test_clip.rb +1 -1
  93. data/test/lib/facets/core/comparable/test_cmp.rb +1 -1
  94. data/test/lib/facets/core/continuation/self/test_create.rb +1 -1
  95. data/test/lib/facets/core/date/test_days_in_month.rb +1 -1
  96. data/test/lib/facets/core/date/test_days_of_month.rb +1 -1
  97. data/test/lib/facets/core/date/test_stamp.rb +1 -1
  98. data/test/lib/facets/core/date/test_to_date.rb +1 -1
  99. data/test/lib/facets/core/date/test_to_s.rb +1 -1
  100. data/test/lib/facets/core/date/test_to_time.rb +1 -1
  101. data/test/lib/facets/core/dir/self/test_ancestor.rb +1 -1
  102. data/test/lib/facets/core/dir/self/test_ascend.rb +1 -1
  103. data/test/lib/facets/core/enumerable/self/test_combinations.rb +1 -1
  104. data/test/lib/facets/core/enumerable/self/test_cross.rb +1 -1
  105. data/test/lib/facets/core/enumerable/test_collect_with_index.rb +1 -1
  106. data/test/lib/facets/core/enumerable/test_commonality.rb +1 -1
  107. data/test/lib/facets/core/enumerable/test_compact_collect.rb +1 -1
  108. data/test/lib/facets/core/enumerable/test_count.rb +1 -1
  109. data/test/lib/facets/core/enumerable/test_cross.rb +1 -1
  110. data/test/lib/facets/core/enumerable/test_each_combination.rb +1 -1
  111. data/test/lib/facets/core/enumerable/test_each_pair.rb +1 -1
  112. data/test/lib/facets/core/enumerable/test_each_slice.rb +1 -1
  113. data/test/lib/facets/core/enumerable/test_each_unique_pair.rb +1 -1
  114. data/test/lib/facets/core/enumerable/test_entropy.rb +1 -1
  115. data/test/lib/facets/core/enumerable/test_every.rb +1 -1
  116. data/test/lib/facets/core/enumerable/test_ew.rb +1 -1
  117. data/test/lib/facets/core/enumerable/test_filter_collect.rb +1 -1
  118. data/test/lib/facets/core/enumerable/test_find_collisions.rb +1 -1
  119. data/test/lib/facets/core/enumerable/test_frequency.rb +1 -1
  120. data/test/lib/facets/core/enumerable/test_graph.rb +1 -1
  121. data/test/lib/facets/core/enumerable/test_ideal_entropy.rb +1 -1
  122. data/test/lib/facets/core/enumerable/test_none.rb +1 -1
  123. data/test/lib/facets/core/enumerable/test_occur.rb +1 -1
  124. data/test/lib/facets/core/enumerable/test_one.rb +1 -1
  125. data/test/lib/facets/core/enumerable/test_op_pow.rb +1 -1
  126. data/test/lib/facets/core/enumerable/test_partition_by.rb +1 -1
  127. data/test/lib/facets/core/enumerable/test_permute.rb +1 -1
  128. data/test/lib/facets/core/enumerable/test_probability.rb +1 -1
  129. data/test/lib/facets/core/enumerable/test_to_h.rb +1 -1
  130. data/test/lib/facets/core/enumerable/test_uniq_by.rb +1 -1
  131. data/test/lib/facets/core/file/self/test_create.rb +1 -1
  132. data/test/lib/facets/core/file/self/test_open_as_string.rb +1 -1
  133. data/test/lib/facets/core/file/self/test_read_list.rb +1 -1
  134. data/test/lib/facets/core/file/self/test_sanitize.rb +1 -1
  135. data/test/lib/facets/core/file/self/test_split_all.rb +1 -1
  136. data/test/lib/facets/core/float/test_round_at.rb +1 -1
  137. data/test/lib/facets/core/float/test_round_to.rb +1 -1
  138. data/test/lib/facets/core/hash/self/test_zipnew.rb +1 -1
  139. data/test/lib/facets/core/hash/test_alias.rb +1 -1
  140. data/test/lib/facets/core/hash/test_assert_has_keys.rb +1 -1
  141. data/test/lib/facets/core/hash/test_assert_has_only_keys.rb +1 -1
  142. data/test/lib/facets/core/hash/test_at.rb +1 -1
  143. data/test/lib/facets/core/hash/test_collate.rb +1 -1
  144. data/test/lib/facets/core/hash/test_each.rb +1 -1
  145. data/test/lib/facets/core/hash/test_each_with_index.rb +1 -1
  146. data/test/lib/facets/core/hash/test_each_with_key.rb +1 -1
  147. data/test/lib/facets/core/hash/test_graph.rb +1 -1
  148. data/test/lib/facets/core/hash/test_has_keys.rb +1 -1
  149. data/test/lib/facets/core/hash/test_has_only_keys.rb +1 -1
  150. data/test/lib/facets/core/hash/test_inverse.rb +1 -1
  151. data/test/lib/facets/core/hash/test_keys_to_s.rb +1 -1
  152. data/test/lib/facets/core/hash/test_keys_to_sym.rb +1 -1
  153. data/test/lib/facets/core/hash/test_op_fetch.rb +1 -1
  154. data/test/lib/facets/core/hash/test_op_lshift.rb +1 -1
  155. data/test/lib/facets/core/hash/test_rand_key.rb +1 -1
  156. data/test/lib/facets/core/hash/test_rand_pair.rb +1 -1
  157. data/test/lib/facets/core/hash/test_rand_value.rb +1 -1
  158. data/test/lib/facets/core/hash/test_replace_each.rb +1 -1
  159. data/test/lib/facets/core/hash/test_shuffle.rb +1 -1
  160. data/test/lib/facets/core/hash/test_slice.rb +1 -1
  161. data/test/lib/facets/core/hash/test_swap.rb +1 -1
  162. data/test/lib/facets/core/hash/test_swapkey.rb +1 -1
  163. data/test/lib/facets/core/hash/test_to_h.rb +1 -1
  164. data/test/lib/facets/core/hash/test_to_ostruct.rb +1 -1
  165. data/test/lib/facets/core/hash/test_to_ostruct_recurse.rb +1 -1
  166. data/test/lib/facets/core/hash/test_traverse.rb +1 -1
  167. data/test/lib/facets/core/hash/test_update_each.rb +1 -1
  168. data/test/lib/facets/core/hash/test_update_keys.rb +1 -1
  169. data/test/lib/facets/core/hash/test_update_values.rb +1 -1
  170. data/test/lib/facets/core/hash/test_weave.rb +1 -1
  171. data/test/lib/facets/core/integer/test_factorial.rb +1 -1
  172. data/test/lib/facets/core/integer/test_multiple.rb +1 -1
  173. data/test/lib/facets/core/integer/test_ordinal.rb +1 -1
  174. data/test/lib/facets/core/integer/test_times_collect.rb +1 -1
  175. data/test/lib/facets/core/kernel/test___class__.rb +1 -1
  176. data/test/lib/facets/core/kernel/test___method__.rb +26 -0
  177. data/test/lib/facets/core/kernel/test_as.rb +1 -1
  178. data/test/lib/facets/core/kernel/test_assign_from.rb +1 -1
  179. data/test/lib/facets/core/kernel/test_assign_with.rb +1 -1
  180. data/test/lib/facets/core/kernel/test_bool.rb +1 -1
  181. data/test/lib/facets/core/kernel/test_bug.rb +1 -1
  182. data/test/lib/facets/core/kernel/test_call_stack.rb +1 -1
  183. data/test/lib/facets/core/kernel/test_called.rb +1 -1
  184. data/test/lib/facets/core/kernel/test_constant.rb +1 -1
  185. data/test/lib/facets/core/kernel/test_copy.rb +1 -1
  186. data/test/lib/facets/core/kernel/test_deep_copy.rb +1 -1
  187. data/test/lib/facets/core/kernel/test_demo.rb +1 -1
  188. data/test/lib/facets/core/kernel/test_fn.rb +1 -1
  189. data/test/lib/facets/core/kernel/test_generate_method_name.rb +1 -1
  190. data/test/lib/facets/core/kernel/test_get_by_id.rb +1 -1
  191. data/test/lib/facets/core/kernel/test_here.rb +1 -1
  192. data/test/lib/facets/core/kernel/test_in.rb +1 -1
  193. data/test/lib/facets/core/kernel/test_maybe.rb +1 -1
  194. data/test/lib/facets/core/kernel/test_metaclass.rb +1 -1
  195. data/test/lib/facets/core/kernel/test_method.rb +1 -1
  196. data/test/lib/facets/core/kernel/test_methods.rb +1 -1
  197. data/test/lib/facets/core/kernel/test_new.rb +1 -1
  198. data/test/lib/facets/core/kernel/test_object_class.rb +1 -1
  199. data/test/lib/facets/core/kernel/test_object_hexid.rb +1 -1
  200. data/test/lib/facets/core/kernel/test_quaclass.rb +27 -0
  201. data/test/lib/facets/core/kernel/test_require_all.rb +1 -1
  202. data/test/lib/facets/core/kernel/test_require_esc.rb +1 -1
  203. data/test/lib/facets/core/kernel/test_require_facet.rb +1 -1
  204. data/test/lib/facets/core/kernel/test_resc.rb +1 -1
  205. data/test/lib/facets/core/kernel/test_returning.rb +1 -1
  206. data/test/lib/facets/core/kernel/test_send_as.rb +1 -1
  207. data/test/lib/facets/core/kernel/test_set_from.rb +1 -1
  208. data/test/lib/facets/core/kernel/test_set_with.rb +1 -1
  209. data/test/lib/facets/core/kernel/test_silently.rb +1 -1
  210. data/test/lib/facets/core/kernel/test_singleton.rb +1 -1
  211. data/test/lib/facets/core/kernel/test_singleton_class.rb +27 -0
  212. data/test/lib/facets/core/kernel/test_superior.rb +1 -1
  213. data/test/lib/facets/core/kernel/test_supermethod.rb +1 -1
  214. data/test/lib/facets/core/kernel/test_this.rb +1 -1
  215. data/test/lib/facets/core/kernel/test_to_b.rb +1 -1
  216. data/test/lib/facets/core/kernel/test_to_bool.rb +1 -1
  217. data/test/lib/facets/core/kernel/test_uri.rb +1 -1
  218. data/test/lib/facets/core/kernel/test_val.rb +1 -1
  219. data/test/lib/facets/core/kernel/test_with_accessor.rb +1 -1
  220. data/test/lib/facets/core/matchdata/test_match.rb +1 -1
  221. data/test/lib/facets/core/matchdata/test_matchtree.rb +1 -1
  222. data/test/lib/facets/core/module/test_abstract.rb +1 -1
  223. data/test/lib/facets/core/module/test_alias_module_function.rb +1 -1
  224. data/test/lib/facets/core/module/test_ancestor.rb +1 -1
  225. data/test/lib/facets/core/module/test_basename.rb +1 -1
  226. data/test/lib/facets/core/module/test_by_name.rb +1 -1
  227. data/test/lib/facets/{more/test_classinherit.rb → core/module/test_class_extension.rb} +13 -8
  228. data/test/lib/facets/core/module/test_clone_using.rb +1 -1
  229. data/test/lib/facets/core/module/test_dirname.rb +1 -1
  230. data/test/lib/facets/core/module/test_equate_on.rb +1 -1
  231. data/test/lib/facets/core/module/test_generate_instance_method_name.rb +1 -1
  232. data/test/lib/facets/core/module/test_include_as.rb +1 -1
  233. data/test/lib/facets/core/module/test_initializer.rb +1 -1
  234. data/test/lib/facets/core/module/test_instance_methods.rb +1 -1
  235. data/test/lib/facets/core/module/test_integrate.rb +1 -1
  236. data/test/lib/facets/core/module/test_memoize.rb +1 -1
  237. data/test/lib/facets/core/module/test_modspace.rb +1 -1
  238. data/test/lib/facets/core/module/test_namespace.rb +1 -1
  239. data/test/lib/facets/core/module/test_nesting.rb +1 -1
  240. data/test/lib/facets/core/module/test_nodef.rb +1 -1
  241. data/test/lib/facets/core/module/test_on_included.rb +1 -1
  242. data/test/lib/facets/core/module/test_redef.rb +1 -1
  243. data/test/lib/facets/core/module/test_redefine_method.rb +1 -1
  244. data/test/lib/facets/core/module/test_redirect.rb +1 -1
  245. data/test/lib/facets/core/module/test_redirect_method.rb +1 -1
  246. data/test/lib/facets/core/module/test_remove.rb +1 -1
  247. data/test/lib/facets/core/module/test_rename.rb +1 -1
  248. data/test/lib/facets/core/module/test_rename_method.rb +1 -1
  249. data/test/lib/facets/core/module/test_revisal.rb +1 -1
  250. data/test/lib/facets/core/module/test_shadow_method.rb +1 -1
  251. data/test/lib/facets/core/module/test_sort_on.rb +1 -1
  252. data/test/lib/facets/core/module/test_this.rb +1 -1
  253. data/test/lib/facets/core/module/test_wrap.rb +1 -1
  254. data/test/lib/facets/core/module/test_wrap_method.rb +1 -1
  255. data/test/lib/facets/core/nilclass/test_blank.rb +1 -1
  256. data/test/lib/facets/core/nilclass/test_empty.rb +1 -1
  257. data/test/lib/facets/core/nilclass/test_include.rb +1 -1
  258. data/test/lib/facets/core/nilclass/test_op_fetch.rb +1 -1
  259. data/test/lib/facets/core/nilclass/test_size.rb +1 -1
  260. data/test/lib/facets/core/nilclass/test_to_h.rb +1 -1
  261. data/test/lib/facets/core/numeric/test_approx.rb +1 -1
  262. data/test/lib/facets/core/numeric/test_ceil_multiple.rb +1 -1
  263. data/test/lib/facets/core/numeric/test_succ.rb +1 -1
  264. data/test/lib/facets/core/numeric/test_to_b.rb +1 -1
  265. data/test/lib/facets/core/ostruct/test___merge__.rb +1 -1
  266. data/test/lib/facets/core/ostruct/test___update__.rb +1 -1
  267. data/test/lib/facets/core/ostruct/test_op_fetch.rb +1 -1
  268. data/test/lib/facets/core/ostruct/test_op_store.rb +1 -1
  269. data/test/lib/facets/core/proc/test_compose.rb +1 -1
  270. data/test/lib/facets/core/proc/test_to_method.rb +1 -1
  271. data/test/lib/facets/core/range/test_to_r.rb +1 -1
  272. data/test/lib/facets/core/range/test_to_range.rb +1 -1
  273. data/test/lib/facets/core/range/test_umbrella.rb +1 -1
  274. data/test/lib/facets/core/range/test_within.rb +1 -1
  275. data/test/lib/facets/core/regexp/test_arity.rb +1 -1
  276. data/test/lib/facets/core/regexp/test_to_re.rb +1 -1
  277. data/test/lib/facets/core/regexp/test_to_regexp.rb +1 -1
  278. data/test/lib/facets/core/string/self/test_interpolate.rb +1 -1
  279. data/test/lib/facets/core/string/self/test_patterns.rb +1 -1
  280. data/test/lib/facets/core/string/self/test_rand_letter.rb +1 -1
  281. data/test/lib/facets/core/string/test_align_center.rb +1 -1
  282. data/test/lib/facets/core/string/test_at_rand.rb +1 -1
  283. data/test/lib/facets/core/string/test_basename.rb +1 -1
  284. data/test/lib/facets/core/string/test_blank.rb +1 -1
  285. data/test/lib/facets/core/string/test_bracket.rb +1 -1
  286. data/test/lib/facets/core/string/test_camelcase.rb +1 -1
  287. data/test/lib/facets/core/string/test_camelize.rb +1 -1
  288. data/test/lib/facets/core/string/test_capitalized.rb +1 -1
  289. data/test/lib/facets/core/string/test_chars.rb +1 -1
  290. data/test/lib/facets/core/string/test_cmp.rb +1 -1
  291. data/test/lib/facets/core/string/test_demodulize.rb +1 -1
  292. data/test/lib/facets/core/string/test_downcase.rb +1 -1
  293. data/test/lib/facets/core/string/test_dresner.rb +1 -1
  294. data/test/lib/facets/core/string/test_each_char.rb +1 -1
  295. data/test/lib/facets/core/string/test_each_word.rb +1 -1
  296. data/test/lib/facets/core/string/test_first.rb +1 -1
  297. data/test/lib/facets/core/string/test_fold.rb +1 -1
  298. data/test/lib/facets/core/string/test_humanize.rb +1 -1
  299. data/test/lib/facets/core/string/test_indent.rb +1 -1
  300. data/test/lib/facets/core/string/test_index_all.rb +1 -1
  301. data/test/lib/facets/core/string/test_last.rb +1 -1
  302. data/test/lib/facets/core/string/test_line_wrap.rb +1 -1
  303. data/test/lib/facets/core/string/test_lines.rb +1 -1
  304. data/test/lib/facets/core/string/test_lowercase.rb +1 -1
  305. data/test/lib/facets/core/string/test_margin.rb +1 -1
  306. data/test/lib/facets/core/string/test_methodize.rb +1 -1
  307. data/test/lib/facets/core/string/test_modulize.rb +1 -1
  308. data/test/lib/facets/core/string/test_mscan.rb +1 -1
  309. data/test/lib/facets/core/string/test_natcmp.rb +1 -1
  310. data/test/lib/facets/core/string/test_nchar.rb +1 -1
  311. data/test/lib/facets/core/string/test_pathize.rb +1 -1
  312. data/test/lib/facets/core/string/test_pop.rb +1 -1
  313. data/test/lib/facets/core/string/test_pot.rb +1 -1
  314. data/test/lib/facets/core/string/test_push.rb +1 -1
  315. data/test/lib/facets/core/string/test_quote.rb +1 -1
  316. data/test/lib/facets/core/string/test_rand_byte.rb +1 -1
  317. data/test/lib/facets/core/string/test_rand_index.rb +1 -1
  318. data/test/lib/facets/core/string/test_range.rb +1 -1
  319. data/test/lib/facets/core/string/test_range_all.rb +1 -1
  320. data/test/lib/facets/core/string/test_range_of_line.rb +1 -1
  321. data/test/lib/facets/core/string/test_regesc.rb +1 -1
  322. data/test/lib/facets/core/string/test_shatter.rb +1 -1
  323. data/test/lib/facets/core/string/test_shift.rb +1 -1
  324. data/test/lib/facets/core/string/test_shuffle.rb +1 -1
  325. data/test/lib/facets/core/string/test_similarity.rb +1 -1
  326. data/test/lib/facets/core/string/test_singular.rb +1 -1
  327. data/test/lib/facets/core/string/test_soundex.rb +1 -1
  328. data/test/lib/facets/core/string/test_succ.rb +1 -1
  329. data/test/lib/facets/core/string/test_to_a.rb +1 -1
  330. data/test/lib/facets/core/string/test_to_b.rb +1 -1
  331. data/test/lib/facets/core/string/test_to_const.rb +1 -1
  332. data/test/lib/facets/core/string/test_to_date.rb +1 -1
  333. data/test/lib/facets/core/string/test_to_proc.rb +1 -1
  334. data/test/lib/facets/core/string/test_to_re.rb +1 -1
  335. data/test/lib/facets/core/string/test_to_time.rb +1 -1
  336. data/test/lib/facets/core/string/test_unix_crypt.rb +1 -1
  337. data/test/lib/facets/core/string/test_unpack.rb +1 -1
  338. data/test/lib/facets/core/string/test_unshift.rb +1 -1
  339. data/test/lib/facets/core/string/test_upcase.rb +1 -1
  340. data/test/lib/facets/core/string/test_whitespace.rb +1 -1
  341. data/test/lib/facets/core/string/test_word_filter.rb +1 -1
  342. data/test/lib/facets/core/string/test_word_wrap.rb +1 -1
  343. data/test/lib/facets/core/string/test_words.rb +1 -1
  344. data/test/lib/facets/core/symbol/test_camelcase.rb +1 -1
  345. data/test/lib/facets/core/symbol/test_camelize.rb +1 -1
  346. data/test/lib/facets/core/symbol/test_capitalize.rb +1 -1
  347. data/test/lib/facets/core/symbol/test_capitalized.rb +1 -1
  348. data/test/lib/facets/core/symbol/test_downcase.rb +1 -1
  349. data/test/lib/facets/core/symbol/test_not.rb +1 -1
  350. data/test/lib/facets/core/symbol/test_pad.rb +1 -1
  351. data/test/lib/facets/core/symbol/test_succ.rb +1 -1
  352. data/test/lib/facets/core/symbol/test_to_const.rb +1 -1
  353. data/test/lib/facets/core/symbol/test_to_proc.rb +8 -2
  354. data/test/lib/facets/core/symbol/test_to_str.rb +1 -1
  355. data/test/lib/facets/core/symbol/test_underscore.rb +1 -1
  356. data/test/lib/facets/core/symbol/test_upcase.rb +1 -1
  357. data/test/lib/facets/core/time/test_change.rb +1 -1
  358. data/test/lib/facets/core/time/test_elapse.rb +1 -1
  359. data/test/lib/facets/core/time/test_stamp.rb +1 -1
  360. data/test/lib/facets/core/time/test_to_date.rb +1 -1
  361. data/test/lib/facets/core/time/test_to_s.rb +1 -1
  362. data/test/lib/facets/core/time/test_to_time.rb +1 -1
  363. data/test/lib/facets/more/test_annattr.rb +1 -1
  364. data/test/lib/facets/more/test_annotation.rb +1 -1
  365. data/test/lib/facets/more/test_ansicode.rb +1 -1
  366. data/test/lib/facets/more/test_association.rb +1 -1
  367. data/test/lib/facets/more/test_basicobject.rb +1 -1
  368. data/test/lib/facets/more/test_bbcode.rb +1 -1
  369. data/test/lib/facets/more/test_binaryreader.rb +1 -1
  370. data/test/lib/facets/more/test_bitmask.rb +1 -1
  371. data/test/lib/facets/more/test_bytes.rb +1 -1
  372. data/test/lib/facets/more/test_classmethods.rb +8 -4
  373. data/test/lib/facets/more/test_command.rb +38 -0
  374. data/test/lib/facets/more/test_coroutine.rb +1 -1
  375. data/test/lib/facets/more/test_crypt.rb +1 -1
  376. data/test/lib/facets/more/test_dictionary.rb +1 -1
  377. data/test/lib/facets/more/test_elementor.rb +1 -1
  378. data/test/lib/facets/more/test_enumerablepass.rb +1 -1
  379. data/test/lib/facets/more/test_floatstring.rb +1 -1
  380. data/test/lib/facets/more/test_functor.rb +1 -1
  381. data/test/lib/facets/more/test_htmlbuilder.rb +1 -1
  382. data/test/lib/facets/more/test_inheritor.rb +1 -1
  383. data/test/lib/facets/more/test_interval.rb +1 -1
  384. data/test/lib/facets/more/test_json.rb +1 -1
  385. data/test/lib/facets/more/test_lisp.rb +1 -1
  386. data/test/lib/facets/more/test_lisp_format.rb +1 -1
  387. data/test/lib/facets/more/test_lrucache.rb +1 -1
  388. data/test/lib/facets/more/test_mathconstants.rb +1 -1
  389. data/test/lib/facets/more/test_methodprobe.rb +1 -1
  390. data/test/lib/facets/more/test_multipliers.rb +1 -1
  391. data/test/lib/facets/more/test_multiton.rb +1 -1
  392. data/test/lib/facets/more/test_nackclass.rb +1 -1
  393. data/test/lib/facets/more/test_nilcomparable.rb +1 -1
  394. data/test/lib/facets/more/test_opencascade.rb +1 -1
  395. data/test/lib/facets/more/test_openobject.rb +1 -1
  396. data/test/lib/facets/more/test_overload.rb +1 -1
  397. data/test/lib/facets/more/test_paramix.rb +1 -1
  398. data/test/lib/facets/more/test_pqueue.rb +1 -1
  399. data/test/lib/facets/more/test_preinitialize.rb +1 -1
  400. data/test/lib/facets/more/test_promoteself.rb +1 -1
  401. data/test/lib/facets/more/test_recorder.rb +1 -1
  402. data/test/lib/facets/more/test_snapshot.rb +1 -1
  403. data/test/lib/facets/more/test_statichash.rb +1 -1
  404. data/test/lib/facets/more/test_syncarray.rb +1 -1
  405. data/test/lib/facets/more/test_synchash.rb +1 -1
  406. data/test/lib/facets/more/test_tagiterator.rb +1 -1
  407. data/test/lib/facets/more/test_taskable.rb +1 -1
  408. data/test/lib/facets/more/test_timer.rb +1 -1
  409. data/test/lib/facets/more/test_times.rb +1 -1
  410. data/test/lib/facets/more/test_tuple.rb +10 -2
  411. data/test/lib/facets/more/test_typecast.rb +7 -4
  412. data/test/lib/facets/more/test_uninheritable.rb +1 -1
  413. data/test/lib/facets/more/test_units.rb +1 -1
  414. data/test/lib/facets/more/test_xmlbuilder.rb +1 -1
  415. data/test/lib/facets/more/test_xmlhelper.rb +1 -1
  416. data/test/lib/facets/more/test_xoxo.rb +1 -1
  417. data/test/lib/facets/more/test_yamlstruct.rb +1 -1
  418. metadata +1660 -2489
  419. data/lib/facet/classinherit.rb +0 -1
  420. data/lib/facet/consoleapp.rb +0 -1
  421. data/lib/facet/gem/self/gemdir.rb +0 -1
  422. data/lib/facet/kernel/me.rb +0 -1
  423. data/lib/facet/kernel/method_name.rb +0 -1
  424. data/lib/facet/kernel/methodname.rb +0 -1
  425. data/lib/facet/module/inherit.rb +0 -1
  426. data/lib/facet/module/singleton_to_module.rb +0 -1
  427. data/lib/facet/string/frequency.rb +0 -1
  428. data/lib/facet/string/probability.rb +0 -1
  429. data/lib/facets/core/gem/self/gemdir.rb +0 -12
  430. data/lib/facets/core/kernel/me.rb +0 -18
  431. data/lib/facets/core/kernel/method_name.rb +0 -2
  432. data/lib/facets/core/kernel/methodname.rb +0 -49
  433. data/lib/facets/core/module/inherit.rb +0 -70
  434. data/lib/facets/core/module/singleton_to_module.rb +0 -23
  435. data/lib/facets/more/consoleapp.rb +0 -167
  436. data/test/lib/facets/core/kernel/test_methodname.rb +0 -31
  437. data/test/lib/facets/core/module/test_inherit.rb +0 -58
  438. data/test/lib/facets/core/string/test_frequency.rb +0 -28
  439. data/test/lib/facets/core/string/test_probability.rb +0 -28
  440. data/test/lib/facets/more/test_annotatedattr.rb +0 -39
  441. data/web/doc/api/core/classes/Array.html +0 -1356
  442. data/web/doc/api/core/classes/Binding.html +0 -538
  443. data/web/doc/api/core/classes/Class.html +0 -475
  444. data/web/doc/api/core/classes/Comparable.html +0 -231
  445. data/web/doc/api/core/classes/Continuation.html +0 -168
  446. data/web/doc/api/core/classes/Date.html +0 -219
  447. data/web/doc/api/core/classes/Dir.html +0 -208
  448. data/web/doc/api/core/classes/Enumerable.html +0 -1435
  449. data/web/doc/api/core/classes/FalseClass.html +0 -115
  450. data/web/doc/api/core/classes/File.html +0 -349
  451. data/web/doc/api/core/classes/FileUtils.html +0 -468
  452. data/web/doc/api/core/classes/Float.html +0 -157
  453. data/web/doc/api/core/classes/Gem.html +0 -171
  454. data/web/doc/api/core/classes/Hash.html +0 -1657
  455. data/web/doc/api/core/classes/Integer.html +0 -353
  456. data/web/doc/api/core/classes/Kernal.html +0 -86
  457. data/web/doc/api/core/classes/Kernel.html +0 -1972
  458. data/web/doc/api/core/classes/Logger.html +0 -157
  459. data/web/doc/api/core/classes/MatchData.html +0 -195
  460. data/web/doc/api/core/classes/Module.html +0 -1712
  461. data/web/doc/api/core/classes/NackClass.html +0 -92
  462. data/web/doc/api/core/classes/NilClass.html +0 -332
  463. data/web/doc/api/core/classes/Numeric.html +0 -306
  464. data/web/doc/api/core/classes/Object.html +0 -332
  465. data/web/doc/api/core/classes/OpenStruct.html +0 -315
  466. data/web/doc/api/core/classes/Pathname.html +0 -154
  467. data/web/doc/api/core/classes/Proc.html +0 -154
  468. data/web/doc/api/core/classes/Range.html +0 -235
  469. data/web/doc/api/core/classes/Regexp.html +0 -185
  470. data/web/doc/api/core/classes/ScriptBug.html +0 -92
  471. data/web/doc/api/core/classes/String.html +0 -3286
  472. data/web/doc/api/core/classes/Symbol.html +0 -463
  473. data/web/doc/api/core/classes/Time.html +0 -307
  474. data/web/doc/api/core/classes/TrueClass.html +0 -115
  475. data/web/doc/api/core/classes/UnboundMethod.html +0 -121
  476. data/web/doc/api/core/created.rid +0 -1
  477. data/web/doc/api/core/files/AUTHORS.html +0 -206
  478. data/web/doc/api/core/files/COPYING.html +0 -517
  479. data/web/doc/api/core/files/README.html +0 -386
  480. data/web/doc/api/core/files/WARNING.html +0 -151
  481. data/web/doc/api/core/files/lib/facets/core/all_rb.html +0 -96
  482. data/web/doc/api/core/files/lib/facets/core/array/at_rand_rb.html +0 -92
  483. data/web/doc/api/core/files/lib/facets/core/array/body_rb.html +0 -100
  484. data/web/doc/api/core/files/lib/facets/core/array/delete_unless_rb.html +0 -92
  485. data/web/doc/api/core/files/lib/facets/core/array/delete_values_at_rb.html +0 -92
  486. data/web/doc/api/core/files/lib/facets/core/array/delete_values_rb.html +0 -92
  487. data/web/doc/api/core/files/lib/facets/core/array/each_with_key_rb.html +0 -92
  488. data/web/doc/api/core/files/lib/facets/core/array/first_rb.html +0 -96
  489. data/web/doc/api/core/files/lib/facets/core/array/foot_rb.html +0 -100
  490. data/web/doc/api/core/files/lib/facets/core/array/head_rb.html +0 -92
  491. data/web/doc/api/core/files/lib/facets/core/array/join_sentence_rb.html +0 -92
  492. data/web/doc/api/core/files/lib/facets/core/array/last_index_rb.html +0 -92
  493. data/web/doc/api/core/files/lib/facets/core/array/last_rb.html +0 -100
  494. data/web/doc/api/core/files/lib/facets/core/array/merge_rb.html +0 -92
  495. data/web/doc/api/core/files/lib/facets/core/array/mid_rb.html +0 -92
  496. data/web/doc/api/core/files/lib/facets/core/array/middle_rb.html +0 -92
  497. data/web/doc/api/core/files/lib/facets/core/array/op_fetch_rb.html +0 -92
  498. data/web/doc/api/core/files/lib/facets/core/array/op_mod_rb.html +0 -92
  499. data/web/doc/api/core/files/lib/facets/core/array/op_store_rb.html +0 -96
  500. data/web/doc/api/core/files/lib/facets/core/array/pick_rb.html +0 -92
  501. data/web/doc/api/core/files/lib/facets/core/array/pos_rb.html +0 -92
  502. data/web/doc/api/core/files/lib/facets/core/array/pot_rb.html +0 -92
  503. data/web/doc/api/core/files/lib/facets/core/array/pull_rb.html +0 -92
  504. data/web/doc/api/core/files/lib/facets/core/array/rand_index_rb.html +0 -92
  505. data/web/doc/api/core/files/lib/facets/core/array/rand_subset_rb.html +0 -92
  506. data/web/doc/api/core/files/lib/facets/core/array/range_rb.html +0 -92
  507. data/web/doc/api/core/files/lib/facets/core/array/rotate_rb.html +0 -92
  508. data/web/doc/api/core/files/lib/facets/core/array/select_rb.html +0 -92
  509. data/web/doc/api/core/files/lib/facets/core/array/shuffle_rb.html +0 -92
  510. data/web/doc/api/core/files/lib/facets/core/array/store_rb.html +0 -92
  511. data/web/doc/api/core/files/lib/facets/core/array/tail_rb.html +0 -100
  512. data/web/doc/api/core/files/lib/facets/core/array/thru_rb.html +0 -92
  513. data/web/doc/api/core/files/lib/facets/core/array/to_b_rb.html +0 -92
  514. data/web/doc/api/core/files/lib/facets/core/array/to_h_rb.html +0 -92
  515. data/web/doc/api/core/files/lib/facets/core/array/to_hash_rb.html +0 -92
  516. data/web/doc/api/core/files/lib/facets/core/array/unzip_rb.html +0 -92
  517. data/web/doc/api/core/files/lib/facets/core/binding/__DIR___rb.html +0 -100
  518. data/web/doc/api/core/files/lib/facets/core/binding/__FILE___rb.html +0 -100
  519. data/web/doc/api/core/files/lib/facets/core/binding/__LINE___rb.html +0 -96
  520. data/web/doc/api/core/files/lib/facets/core/binding/call_stack_rb.html +0 -97
  521. data/web/doc/api/core/files/lib/facets/core/binding/called_rb.html +0 -96
  522. data/web/doc/api/core/files/lib/facets/core/binding/caller_rb.html +0 -96
  523. data/web/doc/api/core/files/lib/facets/core/binding/defined_rb.html +0 -96
  524. data/web/doc/api/core/files/lib/facets/core/binding/eval_rb.html +0 -92
  525. data/web/doc/api/core/files/lib/facets/core/binding/local_variables_rb.html +0 -96
  526. data/web/doc/api/core/files/lib/facets/core/binding/method_name_rb.html +0 -96
  527. data/web/doc/api/core/files/lib/facets/core/binding/op_fetch_rb.html +0 -97
  528. data/web/doc/api/core/files/lib/facets/core/binding/op_store_rb.html +0 -97
  529. data/web/doc/api/core/files/lib/facets/core/binding/self/of_caller_rb.html +0 -96
  530. data/web/doc/api/core/files/lib/facets/core/binding/self_rb.html +0 -96
  531. data/web/doc/api/core/files/lib/facets/core/binding_rb.html +0 -109
  532. data/web/doc/api/core/files/lib/facets/core/class/by_name_rb.html +0 -96
  533. data/web/doc/api/core/files/lib/facets/core/class/cattr_accessor_rb.html +0 -100
  534. data/web/doc/api/core/files/lib/facets/core/class/cattr_rb.html +0 -92
  535. data/web/doc/api/core/files/lib/facets/core/class/cattr_reader_rb.html +0 -100
  536. data/web/doc/api/core/files/lib/facets/core/class/cattr_writer_rb.html +0 -100
  537. data/web/doc/api/core/files/lib/facets/core/class/descendents_rb.html +0 -92
  538. data/web/doc/api/core/files/lib/facets/core/class/method_name_rb.html +0 -92
  539. data/web/doc/api/core/files/lib/facets/core/class/remove_descendents_rb.html +0 -96
  540. data/web/doc/api/core/files/lib/facets/core/class/remove_subclasses_rb.html +0 -100
  541. data/web/doc/api/core/files/lib/facets/core/class/subclasses_rb.html +0 -100
  542. data/web/doc/api/core/files/lib/facets/core/class/to_proc_rb.html +0 -98
  543. data/web/doc/api/core/files/lib/facets/core/class/unix_path_rb.html +0 -92
  544. data/web/doc/api/core/files/lib/facets/core/comparable/at_least_rb.html +0 -92
  545. data/web/doc/api/core/files/lib/facets/core/comparable/at_most_rb.html +0 -100
  546. data/web/doc/api/core/files/lib/facets/core/comparable/cap_rb.html +0 -100
  547. data/web/doc/api/core/files/lib/facets/core/comparable/clip_rb.html +0 -92
  548. data/web/doc/api/core/files/lib/facets/core/comparable/cmp_rb.html +0 -92
  549. data/web/doc/api/core/files/lib/facets/core/continuation/self/create_rb.html +0 -148
  550. data/web/doc/api/core/files/lib/facets/core/date/days_in_month_rb.html +0 -96
  551. data/web/doc/api/core/files/lib/facets/core/date/days_of_month_rb.html +0 -96
  552. data/web/doc/api/core/files/lib/facets/core/date/stamp_rb.html +0 -96
  553. data/web/doc/api/core/files/lib/facets/core/date/to_date_rb.html +0 -96
  554. data/web/doc/api/core/files/lib/facets/core/date/to_s_rb.html +0 -96
  555. data/web/doc/api/core/files/lib/facets/core/date/to_time_rb.html +0 -96
  556. data/web/doc/api/core/files/lib/facets/core/dir/self/ancestor_rb.html +0 -92
  557. data/web/doc/api/core/files/lib/facets/core/dir/self/ascend_rb.html +0 -92
  558. data/web/doc/api/core/files/lib/facets/core/dir/self/descend_rb.html +0 -92
  559. data/web/doc/api/core/files/lib/facets/core/dir/self/ls_r_rb.html +0 -92
  560. data/web/doc/api/core/files/lib/facets/core/dir/self/recurse_rb.html +0 -100
  561. data/web/doc/api/core/files/lib/facets/core/enumerable/accumulate_rb.html +0 -96
  562. data/web/doc/api/core/files/lib/facets/core/enumerable/collect_if_rb.html +0 -92
  563. data/web/doc/api/core/files/lib/facets/core/enumerable/collect_with_counter_rb.html +0 -100
  564. data/web/doc/api/core/files/lib/facets/core/enumerable/collect_with_index_rb.html +0 -92
  565. data/web/doc/api/core/files/lib/facets/core/enumerable/commonality_rb.html +0 -92
  566. data/web/doc/api/core/files/lib/facets/core/enumerable/compact_collect_rb.html +0 -96
  567. data/web/doc/api/core/files/lib/facets/core/enumerable/compact_map_rb.html +0 -100
  568. data/web/doc/api/core/files/lib/facets/core/enumerable/count_rb.html +0 -92
  569. data/web/doc/api/core/files/lib/facets/core/enumerable/cross_rb.html +0 -96
  570. data/web/doc/api/core/files/lib/facets/core/enumerable/each_by_rb.html +0 -100
  571. data/web/doc/api/core/files/lib/facets/core/enumerable/each_combination_rb.html +0 -92
  572. data/web/doc/api/core/files/lib/facets/core/enumerable/each_pair_rb.html +0 -92
  573. data/web/doc/api/core/files/lib/facets/core/enumerable/each_permutation_rb.html +0 -100
  574. data/web/doc/api/core/files/lib/facets/core/enumerable/each_slice_rb.html +0 -92
  575. data/web/doc/api/core/files/lib/facets/core/enumerable/each_unique_pair_rb.html +0 -96
  576. data/web/doc/api/core/files/lib/facets/core/enumerable/each_with_counter_rb.html +0 -92
  577. data/web/doc/api/core/files/lib/facets/core/enumerable/elementwise_rb.html +0 -100
  578. data/web/doc/api/core/files/lib/facets/core/enumerable/entropy_rb.html +0 -97
  579. data/web/doc/api/core/files/lib/facets/core/enumerable/every_rb.html +0 -96
  580. data/web/doc/api/core/files/lib/facets/core/enumerable/ew_rb.html +0 -96
  581. data/web/doc/api/core/files/lib/facets/core/enumerable/filter_collect_rb.html +0 -92
  582. data/web/doc/api/core/files/lib/facets/core/enumerable/filter_map_rb.html +0 -100
  583. data/web/doc/api/core/files/lib/facets/core/enumerable/find_collisions_rb.html +0 -96
  584. data/web/doc/api/core/files/lib/facets/core/enumerable/frequency_rb.html +0 -92
  585. data/web/doc/api/core/files/lib/facets/core/enumerable/graph_rb.html +0 -96
  586. data/web/doc/api/core/files/lib/facets/core/enumerable/ideal_entropy_rb.html +0 -92
  587. data/web/doc/api/core/files/lib/facets/core/enumerable/map_if_rb.html +0 -100
  588. data/web/doc/api/core/files/lib/facets/core/enumerable/map_with_counter_rb.html +0 -100
  589. data/web/doc/api/core/files/lib/facets/core/enumerable/map_with_index_rb.html +0 -100
  590. data/web/doc/api/core/files/lib/facets/core/enumerable/mode_rb.html +0 -92
  591. data/web/doc/api/core/files/lib/facets/core/enumerable/none_rb.html +0 -92
  592. data/web/doc/api/core/files/lib/facets/core/enumerable/nonuniq_rb.html +0 -92
  593. data/web/doc/api/core/files/lib/facets/core/enumerable/occur_rb.html +0 -92
  594. data/web/doc/api/core/files/lib/facets/core/enumerable/one_rb.html +0 -92
  595. data/web/doc/api/core/files/lib/facets/core/enumerable/op_pow_rb.html +0 -96
  596. data/web/doc/api/core/files/lib/facets/core/enumerable/partition_by_rb.html +0 -92
  597. data/web/doc/api/core/files/lib/facets/core/enumerable/permute_rb.html +0 -96
  598. data/web/doc/api/core/files/lib/facets/core/enumerable/probability_rb.html +0 -92
  599. data/web/doc/api/core/files/lib/facets/core/enumerable/project_rb.html +0 -92
  600. data/web/doc/api/core/files/lib/facets/core/enumerable/self/combinations_rb.html +0 -92
  601. data/web/doc/api/core/files/lib/facets/core/enumerable/self/cross_rb.html +0 -96
  602. data/web/doc/api/core/files/lib/facets/core/enumerable/to_h_rb.html +0 -92
  603. data/web/doc/api/core/files/lib/facets/core/enumerable/uniq_by_rb.html +0 -92
  604. data/web/doc/api/core/files/lib/facets/core/enumerable/where_rb.html +0 -92
  605. data/web/doc/api/core/files/lib/facets/core/file/self/append_rb.html +0 -96
  606. data/web/doc/api/core/files/lib/facets/core/file/self/create_rb.html +0 -92
  607. data/web/doc/api/core/files/lib/facets/core/file/self/open_as_string_rb.html +0 -118
  608. data/web/doc/api/core/files/lib/facets/core/file/self/read_binary_rb.html +0 -96
  609. data/web/doc/api/core/files/lib/facets/core/file/self/read_list_rb.html +0 -97
  610. data/web/doc/api/core/files/lib/facets/core/file/self/sanitize_rb.html +0 -96
  611. data/web/doc/api/core/files/lib/facets/core/file/self/split_all_rb.html +0 -101
  612. data/web/doc/api/core/files/lib/facets/core/file/self/write_rb.html +0 -96
  613. data/web/doc/api/core/files/lib/facets/core/fileutils/head_rb.html +0 -100
  614. data/web/doc/api/core/files/lib/facets/core/fileutils/safe_ln_rb.html +0 -96
  615. data/web/doc/api/core/files/lib/facets/core/fileutils/slice_rb.html +0 -96
  616. data/web/doc/api/core/files/lib/facets/core/fileutils/split_all_rb.html +0 -92
  617. data/web/doc/api/core/files/lib/facets/core/fileutils/tail_rb.html +0 -100
  618. data/web/doc/api/core/files/lib/facets/core/fileutils/wc_rb.html +0 -96
  619. data/web/doc/api/core/files/lib/facets/core/fileutils/whereis_rb.html +0 -96
  620. data/web/doc/api/core/files/lib/facets/core/fileutils/which_rb.html +0 -96
  621. data/web/doc/api/core/files/lib/facets/core/float/approx_rb.html +0 -100
  622. data/web/doc/api/core/files/lib/facets/core/float/round_at_rb.html +0 -96
  623. data/web/doc/api/core/files/lib/facets/core/float/round_off_rb.html +0 -92
  624. data/web/doc/api/core/files/lib/facets/core/float/round_to_rb.html +0 -96
  625. data/web/doc/api/core/files/lib/facets/core/gem/self/active_rb.html +0 -92
  626. data/web/doc/api/core/files/lib/facets/core/gem/self/gemdir_rb.html +0 -96
  627. data/web/doc/api/core/files/lib/facets/core/gem/self/gempath_rb.html +0 -96
  628. data/web/doc/api/core/files/lib/facets/core/gem/self/gemspec_rb.html +0 -96
  629. data/web/doc/api/core/files/lib/facets/core/hash/alias_rb.html +0 -92
  630. data/web/doc/api/core/files/lib/facets/core/hash/assert_has_keys_rb.html +0 -96
  631. data/web/doc/api/core/files/lib/facets/core/hash/assert_has_only_keys_rb.html +0 -96
  632. data/web/doc/api/core/files/lib/facets/core/hash/at_rb.html +0 -92
  633. data/web/doc/api/core/files/lib/facets/core/hash/collate_rb.html +0 -92
  634. data/web/doc/api/core/files/lib/facets/core/hash/delete_unless_rb.html +0 -96
  635. data/web/doc/api/core/files/lib/facets/core/hash/each_rb.html +0 -92
  636. data/web/doc/api/core/files/lib/facets/core/hash/each_with_index_rb.html +0 -97
  637. data/web/doc/api/core/files/lib/facets/core/hash/each_with_key_rb.html +0 -92
  638. data/web/doc/api/core/files/lib/facets/core/hash/graph_rb.html +0 -96
  639. data/web/doc/api/core/files/lib/facets/core/hash/has_keys_rb.html +0 -92
  640. data/web/doc/api/core/files/lib/facets/core/hash/has_only_keys_rb.html +0 -92
  641. data/web/doc/api/core/files/lib/facets/core/hash/inverse_rb.html +0 -92
  642. data/web/doc/api/core/files/lib/facets/core/hash/join_rb.html +0 -92
  643. data/web/doc/api/core/files/lib/facets/core/hash/keys_to_iv_rb.html +0 -92
  644. data/web/doc/api/core/files/lib/facets/core/hash/keys_to_s_rb.html +0 -92
  645. data/web/doc/api/core/files/lib/facets/core/hash/keys_to_sym_rb.html +0 -92
  646. data/web/doc/api/core/files/lib/facets/core/hash/op_fetch_rb.html +0 -96
  647. data/web/doc/api/core/files/lib/facets/core/hash/op_lshift_rb.html +0 -92
  648. data/web/doc/api/core/files/lib/facets/core/hash/op_store_rb.html +0 -100
  649. data/web/doc/api/core/files/lib/facets/core/hash/rand_key_rb.html +0 -92
  650. data/web/doc/api/core/files/lib/facets/core/hash/rand_pair_rb.html +0 -96
  651. data/web/doc/api/core/files/lib/facets/core/hash/rand_value_rb.html +0 -96
  652. data/web/doc/api/core/files/lib/facets/core/hash/replace_each_rb.html +0 -92
  653. data/web/doc/api/core/files/lib/facets/core/hash/self/zipnew_rb.html +0 -92
  654. data/web/doc/api/core/files/lib/facets/core/hash/shuffle_rb.html +0 -96
  655. data/web/doc/api/core/files/lib/facets/core/hash/slice_rb.html +0 -92
  656. data/web/doc/api/core/files/lib/facets/core/hash/stringify_keys_rb.html +0 -100
  657. data/web/doc/api/core/files/lib/facets/core/hash/swap_rb.html +0 -92
  658. data/web/doc/api/core/files/lib/facets/core/hash/swapkey_rb.html +0 -92
  659. data/web/doc/api/core/files/lib/facets/core/hash/symoblize_keys_rb.html +0 -100
  660. data/web/doc/api/core/files/lib/facets/core/hash/to_h_rb.html +0 -92
  661. data/web/doc/api/core/files/lib/facets/core/hash/to_ostruct_rb.html +0 -96
  662. data/web/doc/api/core/files/lib/facets/core/hash/to_ostruct_recurse_rb.html +0 -97
  663. data/web/doc/api/core/files/lib/facets/core/hash/to_proc_rb.html +0 -92
  664. data/web/doc/api/core/files/lib/facets/core/hash/traverse_rb.html +0 -92
  665. data/web/doc/api/core/files/lib/facets/core/hash/update_each_rb.html +0 -92
  666. data/web/doc/api/core/files/lib/facets/core/hash/update_keys_rb.html +0 -92
  667. data/web/doc/api/core/files/lib/facets/core/hash/update_values_rb.html +0 -92
  668. data/web/doc/api/core/files/lib/facets/core/hash/variablize_keys_rb.html +0 -100
  669. data/web/doc/api/core/files/lib/facets/core/hash/weave_rb.html +0 -92
  670. data/web/doc/api/core/files/lib/facets/core/inflect_rb.html +0 -117
  671. data/web/doc/api/core/files/lib/facets/core/integer/even_rb.html +0 -100
  672. data/web/doc/api/core/files/lib/facets/core/integer/fac_rb.html +0 -100
  673. data/web/doc/api/core/files/lib/facets/core/integer/fact_rb.html +0 -100
  674. data/web/doc/api/core/files/lib/facets/core/integer/factorial_rb.html +0 -92
  675. data/web/doc/api/core/files/lib/facets/core/integer/multiple_rb.html +0 -92
  676. data/web/doc/api/core/files/lib/facets/core/integer/odd_rb.html +0 -100
  677. data/web/doc/api/core/files/lib/facets/core/integer/ordinal_rb.html +0 -92
  678. data/web/doc/api/core/files/lib/facets/core/integer/times_collect_rb.html +0 -92
  679. data/web/doc/api/core/files/lib/facets/core/integer/times_map_rb.html +0 -100
  680. data/web/doc/api/core/files/lib/facets/core/kernel/__DIR___rb.html +0 -92
  681. data/web/doc/api/core/files/lib/facets/core/kernel/__class___rb.html +0 -92
  682. data/web/doc/api/core/files/lib/facets/core/kernel/__get___rb.html +0 -92
  683. data/web/doc/api/core/files/lib/facets/core/kernel/__self___rb.html +0 -96
  684. data/web/doc/api/core/files/lib/facets/core/kernel/__set___rb.html +0 -100
  685. data/web/doc/api/core/files/lib/facets/core/kernel/adhoc_rb.html +0 -99
  686. data/web/doc/api/core/files/lib/facets/core/kernel/as_rb.html +0 -96
  687. data/web/doc/api/core/files/lib/facets/core/kernel/assign_from_rb.html +0 -96
  688. data/web/doc/api/core/files/lib/facets/core/kernel/assign_with_rb.html +0 -97
  689. data/web/doc/api/core/files/lib/facets/core/kernel/autoreload_files_rb.html +0 -100
  690. data/web/doc/api/core/files/lib/facets/core/kernel/autoreload_glob_rb.html +0 -100
  691. data/web/doc/api/core/files/lib/facets/core/kernel/autoreload_rb.html +0 -92
  692. data/web/doc/api/core/files/lib/facets/core/kernel/bool_rb.html +0 -92
  693. data/web/doc/api/core/files/lib/facets/core/kernel/bug_rb.html +0 -92
  694. data/web/doc/api/core/files/lib/facets/core/kernel/cache_rb.html +0 -92
  695. data/web/doc/api/core/files/lib/facets/core/kernel/call_stack_rb.html +0 -92
  696. data/web/doc/api/core/files/lib/facets/core/kernel/called_rb.html +0 -92
  697. data/web/doc/api/core/files/lib/facets/core/kernel/complete_rb.html +0 -92
  698. data/web/doc/api/core/files/lib/facets/core/kernel/constant_rb.html +0 -92
  699. data/web/doc/api/core/files/lib/facets/core/kernel/copy_rb.html +0 -92
  700. data/web/doc/api/core/files/lib/facets/core/kernel/deep_copy_rb.html +0 -92
  701. data/web/doc/api/core/files/lib/facets/core/kernel/demo_rb.html +0 -92
  702. data/web/doc/api/core/files/lib/facets/core/kernel/eigenclass_rb.html +0 -103
  703. data/web/doc/api/core/files/lib/facets/core/kernel/false_rb.html +0 -100
  704. data/web/doc/api/core/files/lib/facets/core/kernel/fn_rb.html +0 -92
  705. data/web/doc/api/core/files/lib/facets/core/kernel/generate_method_name_rb.html +0 -92
  706. data/web/doc/api/core/files/lib/facets/core/kernel/get_by_id_rb.html +0 -92
  707. data/web/doc/api/core/files/lib/facets/core/kernel/here_rb.html +0 -92
  708. data/web/doc/api/core/files/lib/facets/core/kernel/in_rb.html +0 -92
  709. data/web/doc/api/core/files/lib/facets/core/kernel/instance_assign_rb.html +0 -92
  710. data/web/doc/api/core/files/lib/facets/core/kernel/instvar_rb.html +0 -92
  711. data/web/doc/api/core/files/lib/facets/core/kernel/is_rb.html +0 -96
  712. data/web/doc/api/core/files/lib/facets/core/kernel/maybe_rb.html +0 -92
  713. data/web/doc/api/core/files/lib/facets/core/kernel/me_rb.html +0 -92
  714. data/web/doc/api/core/files/lib/facets/core/kernel/metaclass_rb.html +0 -92
  715. data/web/doc/api/core/files/lib/facets/core/kernel/method_name_rb.html +0 -100
  716. data/web/doc/api/core/files/lib/facets/core/kernel/method_rb.html +0 -92
  717. data/web/doc/api/core/files/lib/facets/core/kernel/methodname_rb.html +0 -92
  718. data/web/doc/api/core/files/lib/facets/core/kernel/methods_rb.html +0 -96
  719. data/web/doc/api/core/files/lib/facets/core/kernel/nack_rb.html +0 -98
  720. data/web/doc/api/core/files/lib/facets/core/kernel/new_rb.html +0 -92
  721. data/web/doc/api/core/files/lib/facets/core/kernel/object_class_rb.html +0 -92
  722. data/web/doc/api/core/files/lib/facets/core/kernel/object_hexid_rb.html +0 -92
  723. data/web/doc/api/core/files/lib/facets/core/kernel/op_esc_rb.html +0 -92
  724. data/web/doc/api/core/files/lib/facets/core/kernel/own_rb.html +0 -92
  725. data/web/doc/api/core/files/lib/facets/core/kernel/p_rb.html +0 -92
  726. data/web/doc/api/core/files/lib/facets/core/kernel/pp_exception_rb.html +0 -92
  727. data/web/doc/api/core/files/lib/facets/core/kernel/require_all_rb.html +0 -92
  728. data/web/doc/api/core/files/lib/facets/core/kernel/require_esc_rb.html +0 -96
  729. data/web/doc/api/core/files/lib/facets/core/kernel/require_facet_rb.html +0 -96
  730. data/web/doc/api/core/files/lib/facets/core/kernel/require_local_rb.html +0 -92
  731. data/web/doc/api/core/files/lib/facets/core/kernel/resc_rb.html +0 -92
  732. data/web/doc/api/core/files/lib/facets/core/kernel/respond_rb.html +0 -92
  733. data/web/doc/api/core/files/lib/facets/core/kernel/returning_rb.html +0 -92
  734. data/web/doc/api/core/files/lib/facets/core/kernel/send_as_rb.html +0 -92
  735. data/web/doc/api/core/files/lib/facets/core/kernel/set_from_rb.html +0 -96
  736. data/web/doc/api/core/files/lib/facets/core/kernel/set_with_rb.html +0 -96
  737. data/web/doc/api/core/files/lib/facets/core/kernel/silence_warnings_rb.html +0 -100
  738. data/web/doc/api/core/files/lib/facets/core/kernel/silently_rb.html +0 -92
  739. data/web/doc/api/core/files/lib/facets/core/kernel/singleton_rb.html +0 -92
  740. data/web/doc/api/core/files/lib/facets/core/kernel/superior_rb.html +0 -92
  741. data/web/doc/api/core/files/lib/facets/core/kernel/supermethod_rb.html +0 -92
  742. data/web/doc/api/core/files/lib/facets/core/kernel/this_rb.html +0 -92
  743. data/web/doc/api/core/files/lib/facets/core/kernel/to_b_rb.html +0 -92
  744. data/web/doc/api/core/files/lib/facets/core/kernel/to_bool_rb.html +0 -92
  745. data/web/doc/api/core/files/lib/facets/core/kernel/true_rb.html +0 -100
  746. data/web/doc/api/core/files/lib/facets/core/kernel/unuri_rb.html +0 -100
  747. data/web/doc/api/core/files/lib/facets/core/kernel/uri_rb.html +0 -96
  748. data/web/doc/api/core/files/lib/facets/core/kernel/val_rb.html +0 -92
  749. data/web/doc/api/core/files/lib/facets/core/kernel/warn_with_line_rb.html +0 -92
  750. data/web/doc/api/core/files/lib/facets/core/kernel/with_accessor_rb.html +0 -92
  751. data/web/doc/api/core/files/lib/facets/core/kernel/with_reader_rb.html +0 -100
  752. data/web/doc/api/core/files/lib/facets/core/kernel/with_writer_rb.html +0 -100
  753. data/web/doc/api/core/files/lib/facets/core/logger/format_message_rb.html +0 -96
  754. data/web/doc/api/core/files/lib/facets/core/logger/format_rb.html +0 -96
  755. data/web/doc/api/core/files/lib/facets/core/matchdata/match_rb.html +0 -92
  756. data/web/doc/api/core/files/lib/facets/core/matchdata/matchset_rb.html +0 -100
  757. data/web/doc/api/core/files/lib/facets/core/matchdata/matchtree_rb.html +0 -92
  758. data/web/doc/api/core/files/lib/facets/core/module/abstract_rb.html +0 -105
  759. data/web/doc/api/core/files/lib/facets/core/module/alias_module_function_rb.html +0 -92
  760. data/web/doc/api/core/files/lib/facets/core/module/ancestor_rb.html +0 -92
  761. data/web/doc/api/core/files/lib/facets/core/module/attr_query_rb.html +0 -96
  762. data/web/doc/api/core/files/lib/facets/core/module/attr_rb.html +0 -92
  763. data/web/doc/api/core/files/lib/facets/core/module/attr_setter_rb.html +0 -92
  764. data/web/doc/api/core/files/lib/facets/core/module/attr_tester_rb.html +0 -96
  765. data/web/doc/api/core/files/lib/facets/core/module/attr_validator_rb.html +0 -92
  766. data/web/doc/api/core/files/lib/facets/core/module/basename_rb.html +0 -92
  767. data/web/doc/api/core/files/lib/facets/core/module/by_name_rb.html +0 -96
  768. data/web/doc/api/core/files/lib/facets/core/module/class_rb.html +0 -92
  769. data/web/doc/api/core/files/lib/facets/core/module/clone_removing_rb.html +0 -100
  770. data/web/doc/api/core/files/lib/facets/core/module/clone_renaming_rb.html +0 -100
  771. data/web/doc/api/core/files/lib/facets/core/module/clone_using_rb.html +0 -92
  772. data/web/doc/api/core/files/lib/facets/core/module/dirname_rb.html +0 -92
  773. data/web/doc/api/core/files/lib/facets/core/module/equate_on_rb.html +0 -92
  774. data/web/doc/api/core/files/lib/facets/core/module/generate_instance_method_name_rb.html +0 -92
  775. data/web/doc/api/core/files/lib/facets/core/module/include_as_rb.html +0 -96
  776. data/web/doc/api/core/files/lib/facets/core/module/inherit_rb.html +0 -96
  777. data/web/doc/api/core/files/lib/facets/core/module/initializer_rb.html +0 -92
  778. data/web/doc/api/core/files/lib/facets/core/module/instance_methods_rb.html +0 -96
  779. data/web/doc/api/core/files/lib/facets/core/module/integrate_rb.html +0 -104
  780. data/web/doc/api/core/files/lib/facets/core/module/is_rb.html +0 -96
  781. data/web/doc/api/core/files/lib/facets/core/module/memoize_rb.html +0 -92
  782. data/web/doc/api/core/files/lib/facets/core/module/modspace_rb.html +0 -97
  783. data/web/doc/api/core/files/lib/facets/core/module/namespace_rb.html +0 -96
  784. data/web/doc/api/core/files/lib/facets/core/module/nesting_rb.html +0 -92
  785. data/web/doc/api/core/files/lib/facets/core/module/nodef_rb.html +0 -92
  786. data/web/doc/api/core/files/lib/facets/core/module/on_included_rb.html +0 -92
  787. data/web/doc/api/core/files/lib/facets/core/module/redef_rb.html +0 -96
  788. data/web/doc/api/core/files/lib/facets/core/module/redefine_method_rb.html +0 -92
  789. data/web/doc/api/core/files/lib/facets/core/module/redirect_method_rb.html +0 -92
  790. data/web/doc/api/core/files/lib/facets/core/module/redirect_rb.html +0 -96
  791. data/web/doc/api/core/files/lib/facets/core/module/remove_rb.html +0 -92
  792. data/web/doc/api/core/files/lib/facets/core/module/rename_method_rb.html +0 -92
  793. data/web/doc/api/core/files/lib/facets/core/module/rename_rb.html +0 -96
  794. data/web/doc/api/core/files/lib/facets/core/module/revisal_rb.html +0 -100
  795. data/web/doc/api/core/files/lib/facets/core/module/shadow_all_rb.html +0 -96
  796. data/web/doc/api/core/files/lib/facets/core/module/shadow_method_rb.html +0 -92
  797. data/web/doc/api/core/files/lib/facets/core/module/singleton_to_module_rb.html +0 -92
  798. data/web/doc/api/core/files/lib/facets/core/module/sort_on_rb.html +0 -92
  799. data/web/doc/api/core/files/lib/facets/core/module/this_rb.html +0 -96
  800. data/web/doc/api/core/files/lib/facets/core/module/wrap_method_rb.html +0 -92
  801. data/web/doc/api/core/files/lib/facets/core/module/wrap_rb.html +0 -96
  802. data/web/doc/api/core/files/lib/facets/core/nil_as_emptiness_rb.html +0 -116
  803. data/web/doc/api/core/files/lib/facets/core/nilclass/blank_rb.html +0 -92
  804. data/web/doc/api/core/files/lib/facets/core/nilclass/empty_rb.html +0 -92
  805. data/web/doc/api/core/files/lib/facets/core/nilclass/include_rb.html +0 -92
  806. data/web/doc/api/core/files/lib/facets/core/nilclass/length_rb.html +0 -100
  807. data/web/doc/api/core/files/lib/facets/core/nilclass/op_cmp_rb.html +0 -92
  808. data/web/doc/api/core/files/lib/facets/core/nilclass/op_fetch_rb.html +0 -92
  809. data/web/doc/api/core/files/lib/facets/core/nilclass/size_rb.html +0 -92
  810. data/web/doc/api/core/files/lib/facets/core/nilclass/succ_rb.html +0 -92
  811. data/web/doc/api/core/files/lib/facets/core/nilclass/to_h_rb.html +0 -92
  812. data/web/doc/api/core/files/lib/facets/core/numeric/approx_rb.html +0 -92
  813. data/web/doc/api/core/files/lib/facets/core/numeric/ceil_multiple_rb.html +0 -92
  814. data/web/doc/api/core/files/lib/facets/core/numeric/pred_rb.html +0 -100
  815. data/web/doc/api/core/files/lib/facets/core/numeric/succ_rb.html +0 -92
  816. data/web/doc/api/core/files/lib/facets/core/numeric/to_b_rb.html +0 -92
  817. data/web/doc/api/core/files/lib/facets/core/ostruct/__merge___rb.html +0 -97
  818. data/web/doc/api/core/files/lib/facets/core/ostruct/__table___rb.html +0 -92
  819. data/web/doc/api/core/files/lib/facets/core/ostruct/__update___rb.html +0 -98
  820. data/web/doc/api/core/files/lib/facets/core/ostruct/instance_rb.html +0 -96
  821. data/web/doc/api/core/files/lib/facets/core/ostruct/op_fetch_rb.html +0 -96
  822. data/web/doc/api/core/files/lib/facets/core/ostruct/op_store_rb.html +0 -96
  823. data/web/doc/api/core/files/lib/facets/core/ostruct/to_h_rb.html +0 -92
  824. data/web/doc/api/core/files/lib/facets/core/ostruct_rb.html +0 -102
  825. data/web/doc/api/core/files/lib/facets/core/pathname/ascend_rb.html +0 -96
  826. data/web/doc/api/core/files/lib/facets/core/pathname/descend_rb.html +0 -96
  827. data/web/doc/api/core/files/lib/facets/core/proc/compose_rb.html +0 -92
  828. data/web/doc/api/core/files/lib/facets/core/proc/op_mul_rb.html +0 -100
  829. data/web/doc/api/core/files/lib/facets/core/proc/to_method_rb.html +0 -133
  830. data/web/doc/api/core/files/lib/facets/core/random_rb.html +0 -111
  831. data/web/doc/api/core/files/lib/facets/core/range/to_r_rb.html +0 -92
  832. data/web/doc/api/core/files/lib/facets/core/range/to_range_rb.html +0 -92
  833. data/web/doc/api/core/files/lib/facets/core/range/umbrella_rb.html +0 -92
  834. data/web/doc/api/core/files/lib/facets/core/range/within_rb.html +0 -96
  835. data/web/doc/api/core/files/lib/facets/core/regexp/arity_rb.html +0 -92
  836. data/web/doc/api/core/files/lib/facets/core/regexp/to_re_rb.html +0 -92
  837. data/web/doc/api/core/files/lib/facets/core/regexp/to_regexp_rb.html +0 -92
  838. data/web/doc/api/core/files/lib/facets/core/string/align_center_rb.html +0 -92
  839. data/web/doc/api/core/files/lib/facets/core/string/align_left_rb.html +0 -100
  840. data/web/doc/api/core/files/lib/facets/core/string/align_right_rb.html +0 -100
  841. data/web/doc/api/core/files/lib/facets/core/string/at_rand_rb.html +0 -98
  842. data/web/doc/api/core/files/lib/facets/core/string/at_rb.html +0 -92
  843. data/web/doc/api/core/files/lib/facets/core/string/basename_rb.html +0 -92
  844. data/web/doc/api/core/files/lib/facets/core/string/blank_rb.html +0 -92
  845. data/web/doc/api/core/files/lib/facets/core/string/bracket_rb.html +0 -92
  846. data/web/doc/api/core/files/lib/facets/core/string/brief_rb.html +0 -92
  847. data/web/doc/api/core/files/lib/facets/core/string/bytes_rb.html +0 -92
  848. data/web/doc/api/core/files/lib/facets/core/string/camelcase_rb.html +0 -92
  849. data/web/doc/api/core/files/lib/facets/core/string/camelize_rb.html +0 -92
  850. data/web/doc/api/core/files/lib/facets/core/string/capitalized_rb.html +0 -92
  851. data/web/doc/api/core/files/lib/facets/core/string/chars_rb.html +0 -92
  852. data/web/doc/api/core/files/lib/facets/core/string/cmp_rb.html +0 -92
  853. data/web/doc/api/core/files/lib/facets/core/string/demodulize_rb.html +0 -96
  854. data/web/doc/api/core/files/lib/facets/core/string/dequote_rb.html +0 -92
  855. data/web/doc/api/core/files/lib/facets/core/string/downcase_rb.html +0 -92
  856. data/web/doc/api/core/files/lib/facets/core/string/dresner_rb.html +0 -92
  857. data/web/doc/api/core/files/lib/facets/core/string/each_char_rb.html +0 -92
  858. data/web/doc/api/core/files/lib/facets/core/string/each_word_rb.html +0 -92
  859. data/web/doc/api/core/files/lib/facets/core/string/ends_with_rb.html +0 -100
  860. data/web/doc/api/core/files/lib/facets/core/string/first_char_rb.html +0 -96
  861. data/web/doc/api/core/files/lib/facets/core/string/first_rb.html +0 -98
  862. data/web/doc/api/core/files/lib/facets/core/string/fold_rb.html +0 -92
  863. data/web/doc/api/core/files/lib/facets/core/string/format_rb.html +0 -96
  864. data/web/doc/api/core/files/lib/facets/core/string/frequency_rb.html +0 -97
  865. data/web/doc/api/core/files/lib/facets/core/string/humanize_rb.html +0 -92
  866. data/web/doc/api/core/files/lib/facets/core/string/indent_rb.html +0 -92
  867. data/web/doc/api/core/files/lib/facets/core/string/index_all_rb.html +0 -92
  868. data/web/doc/api/core/files/lib/facets/core/string/last_char_rb.html +0 -96
  869. data/web/doc/api/core/files/lib/facets/core/string/last_rb.html +0 -98
  870. data/web/doc/api/core/files/lib/facets/core/string/line_wrap_rb.html +0 -92
  871. data/web/doc/api/core/files/lib/facets/core/string/lines_rb.html +0 -92
  872. data/web/doc/api/core/files/lib/facets/core/string/lowercase_rb.html +0 -96
  873. data/web/doc/api/core/files/lib/facets/core/string/margin_rb.html +0 -92
  874. data/web/doc/api/core/files/lib/facets/core/string/methodize_rb.html +0 -92
  875. data/web/doc/api/core/files/lib/facets/core/string/modulize_rb.html +0 -92
  876. data/web/doc/api/core/files/lib/facets/core/string/mscan_rb.html +0 -92
  877. data/web/doc/api/core/files/lib/facets/core/string/natcmp_rb.html +0 -92
  878. data/web/doc/api/core/files/lib/facets/core/string/nchar_rb.html +0 -92
  879. data/web/doc/api/core/files/lib/facets/core/string/ordinal_rb.html +0 -96
  880. data/web/doc/api/core/files/lib/facets/core/string/pathize_rb.html +0 -92
  881. data/web/doc/api/core/files/lib/facets/core/string/plural_rb.html +0 -100
  882. data/web/doc/api/core/files/lib/facets/core/string/pop_rb.html +0 -92
  883. data/web/doc/api/core/files/lib/facets/core/string/pot_rb.html +0 -92
  884. data/web/doc/api/core/files/lib/facets/core/string/probability_rb.html +0 -97
  885. data/web/doc/api/core/files/lib/facets/core/string/pull_rb.html +0 -92
  886. data/web/doc/api/core/files/lib/facets/core/string/push_rb.html +0 -92
  887. data/web/doc/api/core/files/lib/facets/core/string/quote_rb.html +0 -96
  888. data/web/doc/api/core/files/lib/facets/core/string/rand_byte_rb.html +0 -92
  889. data/web/doc/api/core/files/lib/facets/core/string/rand_index_rb.html +0 -92
  890. data/web/doc/api/core/files/lib/facets/core/string/range_all_rb.html +0 -96
  891. data/web/doc/api/core/files/lib/facets/core/string/range_of_line_rb.html +0 -92
  892. data/web/doc/api/core/files/lib/facets/core/string/range_rb.html +0 -92
  893. data/web/doc/api/core/files/lib/facets/core/string/regesc_rb.html +0 -92
  894. data/web/doc/api/core/files/lib/facets/core/string/self/format_rb.html +0 -92
  895. data/web/doc/api/core/files/lib/facets/core/string/self/interpolate_rb.html +0 -92
  896. data/web/doc/api/core/files/lib/facets/core/string/self/patterns_rb.html +0 -92
  897. data/web/doc/api/core/files/lib/facets/core/string/self/rand_letter_rb.html +0 -92
  898. data/web/doc/api/core/files/lib/facets/core/string/self/random_rb.html +0 -99
  899. data/web/doc/api/core/files/lib/facets/core/string/shatter_rb.html +0 -92
  900. data/web/doc/api/core/files/lib/facets/core/string/shell_escape_rb.html +0 -92
  901. data/web/doc/api/core/files/lib/facets/core/string/shift_rb.html +0 -92
  902. data/web/doc/api/core/files/lib/facets/core/string/shuffle_rb.html +0 -96
  903. data/web/doc/api/core/files/lib/facets/core/string/similarity_rb.html +0 -92
  904. data/web/doc/api/core/files/lib/facets/core/string/singular_rb.html +0 -92
  905. data/web/doc/api/core/files/lib/facets/core/string/soundex_rb.html +0 -92
  906. data/web/doc/api/core/files/lib/facets/core/string/starts_with_rb.html +0 -92
  907. data/web/doc/api/core/files/lib/facets/core/string/succ_rb.html +0 -92
  908. data/web/doc/api/core/files/lib/facets/core/string/tab_rb.html +0 -100
  909. data/web/doc/api/core/files/lib/facets/core/string/tabto_rb.html +0 -100
  910. data/web/doc/api/core/files/lib/facets/core/string/to_a_rb.html +0 -92
  911. data/web/doc/api/core/files/lib/facets/core/string/to_b_rb.html +0 -92
  912. data/web/doc/api/core/files/lib/facets/core/string/to_const_rb.html +0 -92
  913. data/web/doc/api/core/files/lib/facets/core/string/to_date_rb.html +0 -97
  914. data/web/doc/api/core/files/lib/facets/core/string/to_proc_rb.html +0 -92
  915. data/web/doc/api/core/files/lib/facets/core/string/to_re_rb.html +0 -92
  916. data/web/doc/api/core/files/lib/facets/core/string/to_rx_rb.html +0 -100
  917. data/web/doc/api/core/files/lib/facets/core/string/to_time_rb.html +0 -96
  918. data/web/doc/api/core/files/lib/facets/core/string/unbracket_rb.html +0 -96
  919. data/web/doc/api/core/files/lib/facets/core/string/underscore_rb.html +0 -92
  920. data/web/doc/api/core/files/lib/facets/core/string/unix_crypt_rb.html +0 -96
  921. data/web/doc/api/core/files/lib/facets/core/string/unpack_rb.html +0 -92
  922. data/web/doc/api/core/files/lib/facets/core/string/unshift_rb.html +0 -92
  923. data/web/doc/api/core/files/lib/facets/core/string/upcase_rb.html +0 -92
  924. data/web/doc/api/core/files/lib/facets/core/string/uppercase_rb.html +0 -100
  925. data/web/doc/api/core/files/lib/facets/core/string/whitespace_rb.html +0 -96
  926. data/web/doc/api/core/files/lib/facets/core/string/word_filter_rb.html +0 -92
  927. data/web/doc/api/core/files/lib/facets/core/string/word_wrap_rb.html +0 -92
  928. data/web/doc/api/core/files/lib/facets/core/string/words_rb.html +0 -92
  929. data/web/doc/api/core/files/lib/facets/core/string_as_array_rb.html +0 -109
  930. data/web/doc/api/core/files/lib/facets/core/symbol/camelcase_rb.html +0 -96
  931. data/web/doc/api/core/files/lib/facets/core/symbol/camelize_rb.html +0 -96
  932. data/web/doc/api/core/files/lib/facets/core/symbol/capitalize_rb.html +0 -96
  933. data/web/doc/api/core/files/lib/facets/core/symbol/capitalized_rb.html +0 -97
  934. data/web/doc/api/core/files/lib/facets/core/symbol/downcase_rb.html +0 -96
  935. data/web/doc/api/core/files/lib/facets/core/symbol/not_rb.html +0 -92
  936. data/web/doc/api/core/files/lib/facets/core/symbol/pad_rb.html +0 -92
  937. data/web/doc/api/core/files/lib/facets/core/symbol/succ_rb.html +0 -92
  938. data/web/doc/api/core/files/lib/facets/core/symbol/to_const_rb.html +0 -96
  939. data/web/doc/api/core/files/lib/facets/core/symbol/to_proc_rb.html +0 -92
  940. data/web/doc/api/core/files/lib/facets/core/symbol/to_str_rb.html +0 -92
  941. data/web/doc/api/core/files/lib/facets/core/symbol/underscore_rb.html +0 -96
  942. data/web/doc/api/core/files/lib/facets/core/symbol/upcase_rb.html +0 -96
  943. data/web/doc/api/core/files/lib/facets/core/time/change_rb.html +0 -92
  944. data/web/doc/api/core/files/lib/facets/core/time/elapse_rb.html +0 -92
  945. data/web/doc/api/core/files/lib/facets/core/time/self/days_extrema_rb.html +0 -114
  946. data/web/doc/api/core/files/lib/facets/core/time/self/stamp_rb.html +0 -100
  947. data/web/doc/api/core/files/lib/facets/core/time/stamp_rb.html +0 -92
  948. data/web/doc/api/core/files/lib/facets/core/time/to_date_rb.html +0 -96
  949. data/web/doc/api/core/files/lib/facets/core/time/to_s_rb.html +0 -96
  950. data/web/doc/api/core/files/lib/facets/core/time/to_time_rb.html +0 -92
  951. data/web/doc/api/core/files/lib/facets/core/unboundmethod/name_rb.html +0 -92
  952. data/web/doc/api/core/fr_class_index.html +0 -80
  953. data/web/doc/api/core/fr_file_index.html +0 -521
  954. data/web/doc/api/core/fr_method_index.html +0 -555
  955. data/web/doc/api/core/index.html +0 -26
  956. data/web/doc/api/core/rdoc-style.css +0 -175
  957. data/web/doc/api/more/classes/Annotation.html +0 -258
  958. data/web/doc/api/more/classes/Array.html +0 -362
  959. data/web/doc/api/more/classes/Aspect.html +0 -159
  960. data/web/doc/api/more/classes/Aspects.html +0 -240
  961. data/web/doc/api/more/classes/Aspects/ClassMethods.html +0 -254
  962. data/web/doc/api/more/classes/Association.html +0 -289
  963. data/web/doc/api/more/classes/BBCode.html +0 -531
  964. data/web/doc/api/more/classes/BasicObject.html +0 -260
  965. data/web/doc/api/more/classes/BasicObject/Self.html +0 -142
  966. data/web/doc/api/more/classes/BinaryReader.html +0 -535
  967. data/web/doc/api/more/classes/BinaryReader/ByteOrder.html +0 -225
  968. data/web/doc/api/more/classes/BuilderObject.html +0 -248
  969. data/web/doc/api/more/classes/Class.html +0 -201
  970. data/web/doc/api/more/classes/Client.html +0 -1251
  971. data/web/doc/api/more/classes/Cloneable.html +0 -133
  972. data/web/doc/api/more/classes/Console.html +0 -105
  973. data/web/doc/api/more/classes/Console/ANSICode.html +0 -488
  974. data/web/doc/api/more/classes/Console/Command.html +0 -275
  975. data/web/doc/api/more/classes/Console/ProgressBar.html +0 -640
  976. data/web/doc/api/more/classes/Coroutine.html +0 -284
  977. data/web/doc/api/more/classes/Crypt.html +0 -270
  978. data/web/doc/api/more/classes/DebugSocket.html +0 -242
  979. data/web/doc/api/more/classes/Dictionary.html +0 -974
  980. data/web/doc/api/more/classes/Downloader.html +0 -515
  981. data/web/doc/api/more/classes/Downloader/Checksum.html +0 -96
  982. data/web/doc/api/more/classes/Downloader/Mirror.html +0 -134
  983. data/web/doc/api/more/classes/Elementor.html +0 -202
  984. data/web/doc/api/more/classes/Enumerable.html +0 -86
  985. data/web/doc/api/more/classes/EnumerablePass.html +0 -217
  986. data/web/doc/api/more/classes/Expirable.html +0 -197
  987. data/web/doc/api/more/classes/FalseClass.html +0 -119
  988. data/web/doc/api/more/classes/FileList.html +0 -971
  989. data/web/doc/api/more/classes/Float.html +0 -140
  990. data/web/doc/api/more/classes/FloatString.html +0 -413
  991. data/web/doc/api/more/classes/Functor.html +0 -203
  992. data/web/doc/api/more/classes/HTMLBuilder.html +0 -132
  993. data/web/doc/api/more/classes/HTMLHelper.html +0 -189
  994. data/web/doc/api/more/classes/HTTP.html +0 -154
  995. data/web/doc/api/more/classes/HTTP/BadResponseError.html +0 -94
  996. data/web/doc/api/more/classes/HTTP/Error.html +0 -96
  997. data/web/doc/api/more/classes/HTTP/Message.html +0 -633
  998. data/web/doc/api/more/classes/HTTP/Message/Body.html +0 -299
  999. data/web/doc/api/more/classes/HTTP/Message/Headers.html +0 -641
  1000. data/web/doc/api/more/classes/HTTP/Status.html +0 -148
  1001. data/web/doc/api/more/classes/HTTPAccess.html +0 -115
  1002. data/web/doc/api/more/classes/Hash.html +0 -257
  1003. data/web/doc/api/more/classes/HashBuilder.html +0 -216
  1004. data/web/doc/api/more/classes/Heap.html +0 -535
  1005. data/web/doc/api/more/classes/Heap/EmptyHeapException.html +0 -92
  1006. data/web/doc/api/more/classes/Heap/Max.html +0 -133
  1007. data/web/doc/api/more/classes/Heap/Min.html +0 -133
  1008. data/web/doc/api/more/classes/IORedirect.html +0 -225
  1009. data/web/doc/api/more/classes/Integer.html +0 -298
  1010. data/web/doc/api/more/classes/Interval.html +0 -853
  1011. data/web/doc/api/more/classes/InvalidNackError.html +0 -117
  1012. data/web/doc/api/more/classes/JSON.html +0 -410
  1013. data/web/doc/api/more/classes/JSON/Parser.html +0 -374
  1014. data/web/doc/api/more/classes/JSON/State.html +0 -280
  1015. data/web/doc/api/more/classes/Kernel.html +0 -400
  1016. data/web/doc/api/more/classes/LRUCache.html +0 -461
  1017. data/web/doc/api/more/classes/LRUCache/Item.html +0 -114
  1018. data/web/doc/api/more/classes/LRUCache/Sentinel.html +0 -102
  1019. data/web/doc/api/more/classes/Lazy.html +0 -96
  1020. data/web/doc/api/more/classes/Lazy/Future.html +0 -100
  1021. data/web/doc/api/more/classes/Lazy/Promise.html +0 -114
  1022. data/web/doc/api/more/classes/Lazy/PromiseSafe.html +0 -99
  1023. data/web/doc/api/more/classes/Lisp.html +0 -846
  1024. data/web/doc/api/more/classes/Lisp/DottedPair.html +0 -289
  1025. data/web/doc/api/more/classes/Lisp/Format.html +0 -147
  1026. data/web/doc/api/more/classes/Math.html +0 -110
  1027. data/web/doc/api/more/classes/Math/Constants.html +0 -691
  1028. data/web/doc/api/more/classes/Math/Constants/CGS.html +0 -584
  1029. data/web/doc/api/more/classes/Method.html +0 -170
  1030. data/web/doc/api/more/classes/Method/Probe.html +0 -267
  1031. data/web/doc/api/more/classes/Mock.html +0 -276
  1032. data/web/doc/api/more/classes/Module.html +0 -691
  1033. data/web/doc/api/more/classes/Multiton.html +0 -256
  1034. data/web/doc/api/more/classes/NackClass.html +0 -245
  1035. data/web/doc/api/more/classes/NilClass.html +0 -238
  1036. data/web/doc/api/more/classes/NullClass.html +0 -202
  1037. data/web/doc/api/more/classes/Numeric.html +0 -1104
  1038. data/web/doc/api/more/classes/ORMSupport.html +0 -357
  1039. data/web/doc/api/more/classes/Object.html +0 -323
  1040. data/web/doc/api/more/classes/OpenCascade.html +0 -230
  1041. data/web/doc/api/more/classes/OpenObject.html +0 -552
  1042. data/web/doc/api/more/classes/PQueue.html +0 -471
  1043. data/web/doc/api/more/classes/PathList.html +0 -162
  1044. data/web/doc/api/more/classes/PathList/Finder.html +0 -137
  1045. data/web/doc/api/more/classes/Pool.html +0 -207
  1046. data/web/doc/api/more/classes/Proc.html +0 -140
  1047. data/web/doc/api/more/classes/PromoteSelf.html +0 -138
  1048. data/web/doc/api/more/classes/Quaternion.html +0 -1497
  1049. data/web/doc/api/more/classes/REXMLBuilder.html +0 -357
  1050. data/web/doc/api/more/classes/REXMLBuilder/REXMLUtil.html +0 -396
  1051. data/web/doc/api/more/classes/Recorder.html +0 -208
  1052. data/web/doc/api/more/classes/Reference.html +0 -201
  1053. data/web/doc/api/more/classes/RubyOneLiners.html +0 -139
  1054. data/web/doc/api/more/classes/RubyTals.html +0 -316
  1055. data/web/doc/api/more/classes/SSLSocketWrap.html +0 -410
  1056. data/web/doc/api/more/classes/Semaphore.html +0 -264
  1057. data/web/doc/api/more/classes/SimpleStringIO.html +0 -139
  1058. data/web/doc/api/more/classes/Snapshot.html +0 -191
  1059. data/web/doc/api/more/classes/StateMachine.html +0 -248
  1060. data/web/doc/api/more/classes/StateParser.html +0 -276
  1061. data/web/doc/api/more/classes/StateParser/Constants.html +0 -109
  1062. data/web/doc/api/more/classes/StateParser/Marker.html +0 -269
  1063. data/web/doc/api/more/classes/StateParser/State.html +0 -448
  1064. data/web/doc/api/more/classes/StaticHash.html +0 -144
  1065. data/web/doc/api/more/classes/String.html +0 -278
  1066. data/web/doc/api/more/classes/StringIO.html +0 -123
  1067. data/web/doc/api/more/classes/Struct.html +0 -134
  1068. data/web/doc/api/more/classes/Symbol.html +0 -116
  1069. data/web/doc/api/more/classes/SyncArray.html +0 -131
  1070. data/web/doc/api/more/classes/SyncHash.html +0 -135
  1071. data/web/doc/api/more/classes/SyncHash/Delegator.html +0 -213
  1072. data/web/doc/api/more/classes/SyncHash/Inheritor.html +0 -213
  1073. data/web/doc/api/more/classes/System.html +0 -1055
  1074. data/web/doc/api/more/classes/TSort.html +0 -123
  1075. data/web/doc/api/more/classes/TagIterator.html +0 -706
  1076. data/web/doc/api/more/classes/Task.html +0 -237
  1077. data/web/doc/api/more/classes/Task/Graph.html +0 -165
  1078. data/web/doc/api/more/classes/Taskable.html +0 -300
  1079. data/web/doc/api/more/classes/Time.html +0 -746
  1080. data/web/doc/api/more/classes/Timer.html +0 -471
  1081. data/web/doc/api/more/classes/Timer/Dummy.html +0 -141
  1082. data/web/doc/api/more/classes/TracePoint.html +0 -453
  1083. data/web/doc/api/more/classes/TrueClass.html +0 -118
  1084. data/web/doc/api/more/classes/Tuple.html +0 -861
  1085. data/web/doc/api/more/classes/URI.html +0 -107
  1086. data/web/doc/api/more/classes/Uninheritable.html +0 -130
  1087. data/web/doc/api/more/classes/Units.html +0 -191
  1088. data/web/doc/api/more/classes/Units/Config.html +0 -120
  1089. data/web/doc/api/more/classes/Units/Converter.html +0 -808
  1090. data/web/doc/api/more/classes/Units/Converter/ExchangeRate.html +0 -155
  1091. data/web/doc/api/more/classes/Units/Converter/ExchangeRate/CachedXMethods.html +0 -143
  1092. data/web/doc/api/more/classes/Units/Converter/ExchangeRate/XMethods.html +0 -197
  1093. data/web/doc/api/more/classes/Units/Unit.html +0 -434
  1094. data/web/doc/api/more/classes/Units/Value.html +0 -331
  1095. data/web/doc/api/more/classes/ValueHolder.html +0 -167
  1096. data/web/doc/api/more/classes/WebAgent.html +0 -103
  1097. data/web/doc/api/more/classes/WebAgent/Cookie.html +0 -513
  1098. data/web/doc/api/more/classes/WebAgent/CookieManager.html +0 -515
  1099. data/web/doc/api/more/classes/WebAgent/CookieManager/Error.html +0 -96
  1100. data/web/doc/api/more/classes/WebAgent/CookieManager/ErrorOverrideOK.html +0 -94
  1101. data/web/doc/api/more/classes/WebAgent/CookieManager/NoDotError.html +0 -94
  1102. data/web/doc/api/more/classes/WebAgent/CookieManager/SpecialError.html +0 -94
  1103. data/web/doc/api/more/classes/WebAgent/CookieUtils.html +0 -171
  1104. data/web/doc/api/more/classes/XMLBuilder.html +0 -132
  1105. data/web/doc/api/more/classes/XMLHelper.html +0 -428
  1106. data/web/doc/api/more/classes/XOXO.html +0 -252
  1107. data/web/doc/api/more/classes/YAMLStruct.html +0 -166
  1108. data/web/doc/api/more/created.rid +0 -1
  1109. data/web/doc/api/more/files/AUTHORS.html +0 -206
  1110. data/web/doc/api/more/files/COPYING.html +0 -517
  1111. data/web/doc/api/more/files/README.html +0 -389
  1112. data/web/doc/api/more/files/WARNING.html +0 -151
  1113. data/web/doc/api/more/files/lib/facets/more/annattr_rb.html +0 -115
  1114. data/web/doc/api/more/files/lib/facets/more/annotation_rb.html +0 -118
  1115. data/web/doc/api/more/files/lib/facets/more/ansicode_rb.html +0 -128
  1116. data/web/doc/api/more/files/lib/facets/more/aspects_rb.html +0 -115
  1117. data/web/doc/api/more/files/lib/facets/more/association_rb.html +0 -111
  1118. data/web/doc/api/more/files/lib/facets/more/basicobject_rb.html +0 -129
  1119. data/web/doc/api/more/files/lib/facets/more/bbcode_rb.html +0 -111
  1120. data/web/doc/api/more/files/lib/facets/more/binaryreader_rb.html +0 -111
  1121. data/web/doc/api/more/files/lib/facets/more/bitmask_rb.html +0 -111
  1122. data/web/doc/api/more/files/lib/facets/more/blankslate_rb.html +0 -113
  1123. data/web/doc/api/more/files/lib/facets/more/builderobject_rb.html +0 -115
  1124. data/web/doc/api/more/files/lib/facets/more/bytes_rb.html +0 -131
  1125. data/web/doc/api/more/files/lib/facets/more/classinherit_rb.html +0 -111
  1126. data/web/doc/api/more/files/lib/facets/more/classmethods_rb.html +0 -121
  1127. data/web/doc/api/more/files/lib/facets/more/cloneable_rb.html +0 -132
  1128. data/web/doc/api/more/files/lib/facets/more/consoleapp_rb.html +0 -131
  1129. data/web/doc/api/more/files/lib/facets/more/cookie_rb.html +0 -133
  1130. data/web/doc/api/more/files/lib/facets/more/coroutine_rb.html +0 -111
  1131. data/web/doc/api/more/files/lib/facets/more/crypt_rb.html +0 -146
  1132. data/web/doc/api/more/files/lib/facets/more/dictionary_rb.html +0 -123
  1133. data/web/doc/api/more/files/lib/facets/more/downloader_rb.html +0 -124
  1134. data/web/doc/api/more/files/lib/facets/more/elementor_rb.html +0 -115
  1135. data/web/doc/api/more/files/lib/facets/more/enumerablepass_rb.html +0 -115
  1136. data/web/doc/api/more/files/lib/facets/more/expirable_rb.html +0 -111
  1137. data/web/doc/api/more/files/lib/facets/more/filelist_rb.html +0 -128
  1138. data/web/doc/api/more/files/lib/facets/more/floatstring_rb.html +0 -115
  1139. data/web/doc/api/more/files/lib/facets/more/functor_rb.html +0 -115
  1140. data/web/doc/api/more/files/lib/facets/more/hashbuilder_rb.html +0 -115
  1141. data/web/doc/api/more/files/lib/facets/more/heap_rb.html +0 -131
  1142. data/web/doc/api/more/files/lib/facets/more/htmlbuilder_rb.html +0 -116
  1143. data/web/doc/api/more/files/lib/facets/more/htmlhelper_rb.html +0 -119
  1144. data/web/doc/api/more/files/lib/facets/more/http_rb.html +0 -116
  1145. data/web/doc/api/more/files/lib/facets/more/httpaccess_rb.html +0 -137
  1146. data/web/doc/api/more/files/lib/facets/more/inheritor_rb.html +0 -115
  1147. data/web/doc/api/more/files/lib/facets/more/interval_rb.html +0 -120
  1148. data/web/doc/api/more/files/lib/facets/more/ioredirect_rb.html +0 -116
  1149. data/web/doc/api/more/files/lib/facets/more/json_rb.html +0 -141
  1150. data/web/doc/api/more/files/lib/facets/more/lazy_rb.html +0 -111
  1151. data/web/doc/api/more/files/lib/facets/more/lisp_format_rb.html +0 -129
  1152. data/web/doc/api/more/files/lib/facets/more/lisp_rb.html +0 -119
  1153. data/web/doc/api/more/files/lib/facets/more/lrucache_rb.html +0 -111
  1154. data/web/doc/api/more/files/lib/facets/more/mathconstants_rb.html +0 -121
  1155. data/web/doc/api/more/files/lib/facets/more/methodprobe_rb.html +0 -111
  1156. data/web/doc/api/more/files/lib/facets/more/mock_rb.html +0 -208
  1157. data/web/doc/api/more/files/lib/facets/more/multipliers_rb.html +0 -115
  1158. data/web/doc/api/more/files/lib/facets/more/multiton_rb.html +0 -114
  1159. data/web/doc/api/more/files/lib/facets/more/nackclass_rb.html +0 -151
  1160. data/web/doc/api/more/files/lib/facets/more/nilcomparable_rb.html +0 -118
  1161. data/web/doc/api/more/files/lib/facets/more/nullclass_rb.html +0 -111
  1162. data/web/doc/api/more/files/lib/facets/more/one_rb.html +0 -158
  1163. data/web/doc/api/more/files/lib/facets/more/opencascade_rb.html +0 -129
  1164. data/web/doc/api/more/files/lib/facets/more/openobject_rb.html +0 -120
  1165. data/web/doc/api/more/files/lib/facets/more/orderedhash_rb.html +0 -113
  1166. data/web/doc/api/more/files/lib/facets/more/ormsupport_rb.html +0 -125
  1167. data/web/doc/api/more/files/lib/facets/more/overload_rb.html +0 -111
  1168. data/web/doc/api/more/files/lib/facets/more/paramix_rb.html +0 -118
  1169. data/web/doc/api/more/files/lib/facets/more/pathlist_rb.html +0 -111
  1170. data/web/doc/api/more/files/lib/facets/more/pool_rb.html +0 -120
  1171. data/web/doc/api/more/files/lib/facets/more/pqueue_rb.html +0 -122
  1172. data/web/doc/api/more/files/lib/facets/more/preinitialize_rb.html +0 -115
  1173. data/web/doc/api/more/files/lib/facets/more/progressbar_rb.html +0 -111
  1174. data/web/doc/api/more/files/lib/facets/more/promoteself_rb.html +0 -111
  1175. data/web/doc/api/more/files/lib/facets/more/quaternion_rb.html +0 -150
  1176. data/web/doc/api/more/files/lib/facets/more/recorder_rb.html +0 -115
  1177. data/web/doc/api/more/files/lib/facets/more/reference_rb.html +0 -115
  1178. data/web/doc/api/more/files/lib/facets/more/rexmlbuilder_rb.html +0 -116
  1179. data/web/doc/api/more/files/lib/facets/more/rtals_rb.html +0 -115
  1180. data/web/doc/api/more/files/lib/facets/more/semaphore_rb.html +0 -111
  1181. data/web/doc/api/more/files/lib/facets/more/snapshot_rb.html +0 -121
  1182. data/web/doc/api/more/files/lib/facets/more/stateparser_rb.html +0 -115
  1183. data/web/doc/api/more/files/lib/facets/more/statichash_rb.html +0 -133
  1184. data/web/doc/api/more/files/lib/facets/more/syncarray_rb.html +0 -115
  1185. data/web/doc/api/more/files/lib/facets/more/synchash_rb.html +0 -115
  1186. data/web/doc/api/more/files/lib/facets/more/system_rb.html +0 -123
  1187. data/web/doc/api/more/files/lib/facets/more/tagiterator_rb.html +0 -111
  1188. data/web/doc/api/more/files/lib/facets/more/taskable_rb.html +0 -118
  1189. data/web/doc/api/more/files/lib/facets/more/timer_rb.html +0 -127
  1190. data/web/doc/api/more/files/lib/facets/more/times_rb.html +0 -127
  1191. data/web/doc/api/more/files/lib/facets/more/tracepoint_rb.html +0 -131
  1192. data/web/doc/api/more/files/lib/facets/more/tuple_rb.html +0 -122
  1193. data/web/doc/api/more/files/lib/facets/more/typecast_rb.html +0 -124
  1194. data/web/doc/api/more/files/lib/facets/more/uninheritable_rb.html +0 -111
  1195. data/web/doc/api/more/files/lib/facets/more/units_rb.html +0 -118
  1196. data/web/doc/api/more/files/lib/facets/more/xmlbuilder_rb.html +0 -116
  1197. data/web/doc/api/more/files/lib/facets/more/xmlhelper_rb.html +0 -111
  1198. data/web/doc/api/more/files/lib/facets/more/xoxo_rb.html +0 -125
  1199. data/web/doc/api/more/files/lib/facets/more/yamlstruct_rb.html +0 -123
  1200. data/web/doc/api/more/fr_class_index.html +0 -197
  1201. data/web/doc/api/more/fr_file_index.html +0 -136
  1202. data/web/doc/api/more/fr_method_index.html +0 -1290
  1203. data/web/doc/api/more/index.html +0 -26
  1204. data/web/doc/api/more/rdoc-style.css +0 -175
  1205. data/web/images/best_jupiter_cass.jpg +0 -0
  1206. data/web/images/super-friends-volume-two-20050606010933166-001.jpg +0 -0
@@ -1,289 +0,0 @@
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>Class: Association</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 width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
54
- <td class="file-title"><span class="file-title-prefix">Class</span><br />Association</td>
55
- <td align="right">
56
- <table cellspacing=0 cellpadding=2>
57
- <tr valign="top">
58
- <td>In:</td>
59
- <td>
60
- <a href="../files/lib/facets/more/association_rb.html">lib/facets/more/association.rb</a>
61
- </td>
62
- </tr>
63
- <tr>
64
- <td>Parent:</td>
65
- <td>
66
- <a href="Object.html">
67
- Object
68
- </a>
69
- </td>
70
- </tr>
71
- </table>
72
- </td>
73
- </tr>
74
- </table>
75
- <!-- banner header -->
76
-
77
- <div id="bodyContent">
78
- <div id="content">
79
-
80
- <div class="description"><h1><a href="Association.html">Association</a></h1>
81
- <p>
82
- Gerenal binary association allows one object to be associated with another.
83
- It has a variety of uses, link-lists, simple ordered maps and mixed
84
- collections, among them.
85
- </p>
86
- <h2>Usage</h2>
87
- <p>
88
- Associations can be used to draw simple relationships.
89
- </p>
90
- <pre>
91
- :Apple &gt;&gt; :Fruit
92
- :Apple &gt;&gt; :Red
93
-
94
- :Apple.associations #=&gt; [ :Fruit, :Red ]
95
- </pre>
96
- <p>
97
- It can also be used for simple lists of ordered pairs.
98
- </p>
99
- <pre>
100
- c = [ :a &gt;&gt; 1, :b &gt;&gt; 2 ]
101
- c.each { |k,v| puts &quot;#{k} associated with #{v} }
102
- </pre>
103
- <p>
104
- produces
105
- </p>
106
- <pre>
107
- a associated with 1
108
- b associated with 2
109
- </pre>
110
- <h2>Limitations</h2>
111
- <p>
112
- The method :&gt;&gt; is used to construct the association. It is a rarely
113
- used method so it is generally available. But you can&#8217;t use an <a
114
- href="Association.html">Association</a> while extending the any of the
115
- following classes becuase they use #&gt;&gt; for other things.
116
- </p>
117
- <pre>
118
- Bignum
119
- Fixnum
120
- Date
121
- IPAddr
122
- Process::Status
123
- </pre>
124
- </div>
125
-
126
-
127
-
128
- <div class="sectiontitle">Methods</div>
129
- <ul>
130
- <li><a href="#M000681">&lt;=&gt;</a></li>
131
- <li><a href="#M000679">[]</a></li>
132
- <li><a href="#M000684">inspect</a></li>
133
- <li><a href="#M000682">invert!</a></li>
134
- <li><a href="#M000680">new</a></li>
135
- <li><a href="#M000685">to_ary</a></li>
136
- <li><a href="#M000683">to_s</a></li>
137
- </ul>
138
-
139
- <div class="sectiontitle">Included Modules</div>
140
- <ul>
141
- <li>Comparable</li>
142
- </ul>
143
-
144
-
145
-
146
-
147
- <div class="sectiontitle">Attributes</div>
148
- <table border='0' cellpadding='5'>
149
- <tr valign='top'>
150
- <td class='attr-rw'>
151
- [RW]
152
- </td>
153
- <td class='attr-name'>index</td>
154
- <td class='attr-desc'></td>
155
- </tr>
156
- <tr valign='top'>
157
- <td class='attr-rw'>
158
- [RW]
159
- </td>
160
- <td class='attr-name'>value</td>
161
- <td class='attr-desc'></td>
162
- </tr>
163
- </table>
164
-
165
- <div class="sectiontitle">Public Class methods</div>
166
- <div class="method">
167
- <div class="title">
168
- <a name="M000679"></a><b>[]</b>(*args)
169
- </div>
170
- <div class="sourcecode">
171
- <p class="source-link">[ <a href="javascript:toggleSource('M000679_source')" id="l_M000679_source">show source</a> ]</p>
172
- <div id="M000679_source" class="dyn-source">
173
- <pre>
174
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 69</span>
175
- <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-operator">[]</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
176
- <span class="ruby-identifier">new</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
177
- <span class="ruby-keyword kw">end</span>
178
- </pre>
179
- </div>
180
- </div>
181
- </div>
182
- <div class="method">
183
- <div class="title">
184
- <a name="M000680"></a><b>new</b>(index, value=nil)
185
- </div>
186
- <div class="sourcecode">
187
- <p class="source-link">[ <a href="javascript:toggleSource('M000680_source')" id="l_M000680_source">show source</a> ]</p>
188
- <div id="M000680_source" class="dyn-source">
189
- <pre>
190
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 73</span>
191
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">index</span>, <span class="ruby-identifier">value</span>=<span class="ruby-keyword kw">nil</span>)
192
- <span class="ruby-ivar">@index</span> = <span class="ruby-identifier">index</span>
193
- <span class="ruby-ivar">@value</span> = <span class="ruby-identifier">value</span>
194
- <span class="ruby-keyword kw">end</span>
195
- </pre>
196
- </div>
197
- </div>
198
- </div>
199
- <div class="sectiontitle">Public Instance methods</div>
200
- <div class="method">
201
- <div class="title">
202
- <a name="M000681"></a><b>&lt;=&gt;</b>(assoc)
203
- </div>
204
- <div class="sourcecode">
205
- <p class="source-link">[ <a href="javascript:toggleSource('M000681_source')" id="l_M000681_source">show source</a> ]</p>
206
- <div id="M000681_source" class="dyn-source">
207
- <pre>
208
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 78</span>
209
- <span class="ruby-keyword kw">def</span> <span class="ruby-operator">&lt;=&gt;</span>(<span class="ruby-identifier">assoc</span>)
210
- <span class="ruby-keyword kw">return</span> <span class="ruby-value">-1</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">value</span> <span class="ruby-operator">&lt;</span> <span class="ruby-identifier">assoc</span>.<span class="ruby-identifier">value</span>
211
- <span class="ruby-keyword kw">return</span> <span class="ruby-value">1</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">value</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">assoc</span>.<span class="ruby-identifier">value</span>
212
- <span class="ruby-keyword kw">return</span> <span class="ruby-value">0</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">value</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">assoc</span>.<span class="ruby-identifier">value</span>
213
- <span class="ruby-keyword kw">end</span>
214
- </pre>
215
- </div>
216
- </div>
217
- </div>
218
- <div class="method">
219
- <div class="title">
220
- <a name="M000684"></a><b>inspect</b>()
221
- </div>
222
- <div class="sourcecode">
223
- <p class="source-link">[ <a href="javascript:toggleSource('M000684_source')" id="l_M000684_source">show source</a> ]</p>
224
- <div id="M000684_source" class="dyn-source">
225
- <pre>
226
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 94</span>
227
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">inspect</span>
228
- <span class="ruby-node">%{#{@index.inspect} &gt;&gt; #{@value.inspect}}</span>
229
- <span class="ruby-keyword kw">end</span>
230
- </pre>
231
- </div>
232
- </div>
233
- </div>
234
- <div class="method">
235
- <div class="title">
236
- <a name="M000682"></a><b>invert!</b>()
237
- </div>
238
- <div class="sourcecode">
239
- <p class="source-link">[ <a href="javascript:toggleSource('M000682_source')" id="l_M000682_source">show source</a> ]</p>
240
- <div id="M000682_source" class="dyn-source">
241
- <pre>
242
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 84</span>
243
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">invert!</span>
244
- <span class="ruby-identifier">temp</span> = <span class="ruby-ivar">@index</span>
245
- <span class="ruby-ivar">@index</span> = <span class="ruby-ivar">@value</span>
246
- <span class="ruby-ivar">@value</span> = <span class="ruby-identifier">temp</span>
247
- <span class="ruby-keyword kw">end</span>
248
- </pre>
249
- </div>
250
- </div>
251
- </div>
252
- <div class="method">
253
- <div class="title">
254
- <a name="M000685"></a><b>to_ary</b>()
255
- </div>
256
- <div class="sourcecode">
257
- <p class="source-link">[ <a href="javascript:toggleSource('M000685_source')" id="l_M000685_source">show source</a> ]</p>
258
- <div id="M000685_source" class="dyn-source">
259
- <pre>
260
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 98</span>
261
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_ary</span>
262
- [ <span class="ruby-ivar">@index</span>, <span class="ruby-ivar">@value</span> ]
263
- <span class="ruby-keyword kw">end</span>
264
- </pre>
265
- </div>
266
- </div>
267
- </div>
268
- <div class="method">
269
- <div class="title">
270
- <a name="M000683"></a><b>to_s</b>()
271
- </div>
272
- <div class="sourcecode">
273
- <p class="source-link">[ <a href="javascript:toggleSource('M000683_source')" id="l_M000683_source">show source</a> ]</p>
274
- <div id="M000683_source" class="dyn-source">
275
- <pre>
276
- <span class="ruby-comment cmt"># File lib/facets/more/association.rb, line 90</span>
277
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
278
- <span class="ruby-keyword kw">return</span> <span class="ruby-node">&quot;#{index.to_s}#{value.to_s}&quot;</span>
279
- <span class="ruby-keyword kw">end</span>
280
- </pre>
281
- </div>
282
- </div>
283
- </div>
284
- </div>
285
-
286
- </div>
287
-
288
- </body>
289
- </html>
@@ -1,531 +0,0 @@
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>Module: BBCode</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 width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
54
- <td class="file-title"><span class="file-title-prefix">Module</span><br />BBCode</td>
55
- <td align="right">
56
- <table cellspacing=0 cellpadding=2>
57
- <tr valign="top">
58
- <td>In:</td>
59
- <td>
60
- <a href="../files/lib/facets/more/bbcode_rb.html">lib/facets/more/bbcode.rb</a>
61
- </td>
62
- </tr>
63
- </table>
64
- </td>
65
- </tr>
66
- </table>
67
- <!-- banner header -->
68
-
69
- <div id="bodyContent">
70
- <div id="content">
71
-
72
- <div class="description"><h1><a href="BBCode.html">BBCode</a></h1>
73
- <p>
74
- This module helps easening the separation of core and frontend with the
75
- core (or submodules) being still able to say, what colors shall be used in
76
- it&#8217;s responses. This is achieved by encoding formatting information
77
- using the <a href="BBCode.html">BBCode</a> tokens. This enables you to
78
- &quot;pipe&quot; layout information such as colors, style, fonttype, size
79
- and alignment through the core to the frontend.
80
- </p>
81
- <p>
82
- Additionally it converts markups/codes between ANSI, HTML and <a
83
- href="BBCode.html">BBCode</a> almost freely ;)
84
- </p>
85
- <h2>Usage</h2>
86
- <pre>
87
- # Converting a bbcode string to ANSI and XHTML
88
-
89
- str = &quot;this is [COLOR=red]red[/COLOR], this is [B]bold[/B]&quot;
90
- print( BBCode.bbcode_to_ansi(str) )
91
- print( BBCode.bbcode_to_html(str) )
92
- </pre>
93
- </div>
94
-
95
-
96
-
97
- <div class="sectiontitle">Methods</div>
98
- <ul>
99
- <li><a href="#M001101">ansi</a></li>
100
- <li><a href="#M001103">ansi_to_bbcode</a></li>
101
- <li><a href="#M001107">ansi_to_html</a></li>
102
- <li><a href="#M001104">bbcode_to_ansi</a></li>
103
- <li><a href="#M001106">bbcode_to_html</a></li>
104
- <li><a href="#M001108">html_to_ansi</a></li>
105
- <li><a href="#M001105">html_to_bbcode</a></li>
106
- <li><a href="#M001102">strip_bbcode</a></li>
107
- </ul>
108
-
109
-
110
-
111
-
112
- <div class="sectiontitle">Constants</div>
113
- <table border='0' cellpadding='5'>
114
- <tr valign='top'>
115
- <td class="attr-name">ANSINAME2CODE</td>
116
- <td>=</td>
117
- <td class="attr-value">{ &quot;reset&quot; =&gt; &quot;\e[0m&quot;, &quot;bold&quot; =&gt; &quot;\e[1m&quot;, &quot;underline&quot; =&gt; &quot;\e[4m&quot;, &quot;blink&quot; =&gt; &quot;\e[5m&quot;, &quot;reverse&quot; =&gt; &quot;\e[7m&quot;, &quot;invisible&quot; =&gt; &quot;\e[8m&quot;, &quot;black&quot; =&gt; &quot;\e[0;30m&quot;, &quot;darkgrey&quot; =&gt; &quot;\e[1;30m&quot;, &quot;red&quot; =&gt; &quot;\e[0;31m&quot;, &quot;lightred&quot; =&gt; &quot;\e[1;31m&quot;, &quot;green&quot; =&gt; &quot;\e[0;32m&quot;, &quot;lightgreen&quot; =&gt; &quot;\e[1;32m&quot;, &quot;brown&quot; =&gt; &quot;\e[0;33m&quot;, &quot;yellow&quot; =&gt; &quot;\e[1;33m&quot;, &quot;blue&quot; =&gt; &quot;\e[0;34m&quot;, &quot;lightblue&quot; =&gt; &quot;\e[1;34m&quot;, &quot;purple&quot; =&gt; &quot;\e[0;35m&quot;, &quot;magenta&quot; =&gt; &quot;\e[1;35m&quot;, &quot;cyan&quot; =&gt; &quot;\e[1;36m&quot;, &quot;lightcyan&quot; =&gt; &quot;\e[1;36m&quot;, &quot;grey&quot; =&gt; &quot;\e[0;37m&quot;, &quot;white&quot; =&gt; &quot;\e[1;37m&quot;, &quot;bgblack&quot; =&gt; &quot;\e[40m&quot;, &quot;bgred&quot; =&gt; &quot;\e[41m&quot;, &quot;bggreen&quot; =&gt; &quot;\e[42m&quot;, &quot;bgyellow&quot; =&gt; &quot;\e[43m&quot;, &quot;bgblue&quot; =&gt; &quot;\e[44m&quot;, &quot;bgmagenta&quot; =&gt; &quot;\e[45m&quot;, &quot;bgcyan&quot; =&gt; &quot;\e[46m&quot;, &quot;bgwhite&quot; =&gt; &quot;\e[47m&quot;</td>
118
- </tr>
119
- <tr valign='top'>
120
- <td>&nbsp;</td>
121
- <td colspan="2" class="attr-desc">
122
- ANSIname =&gt; ANSIcode LUT
123
-
124
- </td>
125
- </tr>
126
- <tr valign='top'>
127
- <td class="attr-name">BBCOLOR2ANSI</td>
128
- <td>=</td>
129
- <td class="attr-value">{ &quot;skyblue&quot; =&gt; &quot;blue&quot;, &quot;royalblue&quot; =&gt; &quot;blue&quot;, &quot;blue&quot; =&gt; &quot;blue&quot;, &quot;darkblue&quot; =&gt; &quot;blue&quot;, &quot;orange&quot; =&gt; &quot;red&quot;, &quot;orangered&quot; =&gt; &quot;red&quot;, &quot;crimson&quot; =&gt; &quot;red&quot;, &quot;red&quot; =&gt; &quot;lightred&quot;, &quot;firebrick&quot; =&gt; &quot;red&quot;, &quot;darkred&quot; =&gt; &quot;red&quot;, &quot;green&quot; =&gt; &quot;green&quot;, &quot;limegreen&quot; =&gt; &quot;green&quot;, &quot;seagreen&quot; =&gt; &quot;green&quot;, &quot;darkgreen&quot; =&gt; &quot;green&quot;, &quot;deeppink&quot; =&gt; &quot;magenta&quot;, &quot;tomato&quot; =&gt; &quot;red&quot;, &quot;coral&quot; =&gt; &quot;cyan&quot;, &quot;purple&quot; =&gt; &quot;purple&quot;, &quot;indigo&quot; =&gt; &quot;blue&quot;, &quot;burlywood&quot; =&gt; &quot;red&quot;, &quot;sandybrown&quot;=&gt; &quot;red&quot;, &quot;sierra&quot; =&gt; &quot;sierra&quot;, &quot;chocolate&quot; =&gt; &quot;brown&quot;, &quot;teal&quot; =&gt; &quot;teal&quot;, &quot;silver&quot; =&gt; &quot;white&quot;, &quot;black&quot; =&gt; &quot;black&quot;, &quot;yellow&quot; =&gt; &quot;yellow&quot;, &quot;magenta&quot; =&gt; &quot;magenta&quot;, &quot;cyan&quot; =&gt; &quot;cyan&quot;, &quot;white&quot; =&gt; &quot;white&quot;</td>
130
- </tr>
131
- <tr valign='top'>
132
- <td>&nbsp;</td>
133
- <td colspan="2" class="attr-desc">
134
- BBColor =&gt; ANSIname LUT
135
-
136
- </td>
137
- </tr>
138
- <tr valign='top'>
139
- <td class="attr-name">ANSINAME2BBCODE</td>
140
- <td>=</td>
141
- <td class="attr-value">{ &quot;bold&quot; =&gt; &quot;B&quot;, &quot;underline&quot; =&gt; &quot;U&quot;, &quot;reverse&quot; =&gt; &quot;I&quot;, &quot;red&quot; =&gt; &quot;COLOR=red&quot;, &quot;blue&quot; =&gt; &quot;COLOR=blue&quot;, &quot;green&quot; =&gt; &quot;COLOR=green&quot;, &quot;cyan&quot; =&gt; &quot;COLOR=cyan&quot;, &quot;magenta&quot;=&gt; &quot;COLOR=deeppink&quot;, &quot;purple&quot; =&gt; &quot;COLOR=purple&quot;, &quot;black&quot; =&gt; &quot;COLOR=black&quot;, &quot;white&quot; =&gt; &quot;COLOR=white&quot;, &quot;yellow&quot; =&gt; &quot;COLOR=yellow&quot;, &quot;brown&quot; =&gt; &quot;COLOR=chocolate&quot;</td>
142
- </tr>
143
- <tr valign='top'>
144
- <td>&nbsp;</td>
145
- <td colspan="2" class="attr-desc">
146
- ANSInames =&gt; <a href="BBCode.html">BBCode</a> LUT
147
-
148
- </td>
149
- </tr>
150
- </table>
151
-
152
-
153
- <div class="sectiontitle">Public Class methods</div>
154
- <div class="method">
155
- <div class="title">
156
- <a name="M001101"></a><b>ansi</b>(colorname)
157
- </div>
158
- <div class="description">
159
- <p>
160
- Returns the ANSI sequence for given color, if existant
161
- </p>
162
- </div>
163
- <div class="sourcecode">
164
- <p class="source-link">[ <a href="javascript:toggleSource('M001101_source')" id="l_M001101_source">show source</a> ]</p>
165
- <div id="M001101_source" class="dyn-source">
166
- <pre>
167
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 99</span>
168
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">ansi</span>(<span class="ruby-identifier">colorname</span>)
169
- <span class="ruby-identifier">colorname</span>.<span class="ruby-identifier">strip!</span>
170
- <span class="ruby-keyword kw">return</span> <span class="ruby-constant">ANSINAME2CODE</span>[ <span class="ruby-identifier">colorname</span>.<span class="ruby-identifier">downcase</span> ]
171
- <span class="ruby-keyword kw">end</span>
172
- </pre>
173
- </div>
174
- </div>
175
- </div>
176
- <div class="method">
177
- <div class="title">
178
- <a name="M001103"></a><b>ansi_to_bbcode</b>(string)
179
- </div>
180
- <div class="description">
181
- <p>
182
- Returns the string with all ansi escape sequences converted to BBCodes
183
- </p>
184
- </div>
185
- <div class="sourcecode">
186
- <p class="source-link">[ <a href="javascript:toggleSource('M001103_source')" id="l_M001103_source">show source</a> ]</p>
187
- <div id="M001103_source" class="dyn-source">
188
- <pre>
189
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 112</span>
190
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">ansi_to_bbcode</span>(<span class="ruby-identifier">string</span>)
191
- <span class="ruby-keyword kw">return</span> <span class="ruby-value str">&quot;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">empty?</span>
192
- <span class="ruby-identifier">result</span> = <span class="ruby-value str">&quot;&quot;</span>
193
- <span class="ruby-identifier">tagstack</span> = []
194
-
195
- <span class="ruby-comment cmt">## Iterate over input lines</span>
196
- <span class="ruby-identifier">string</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;\n&quot;</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
197
- <span class="ruby-identifier">ansi</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">scan</span>(<span class="ruby-regexp re">/\e\[[0-9;]+m/</span>)
198
- <span class="ruby-identifier">continue</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">ansi</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">ansi</span>.<span class="ruby-identifier">empty?</span>
199
-
200
- <span class="ruby-comment cmt">## Iterate over found ansi sequences</span>
201
- <span class="ruby-identifier">ansi</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">seq</span><span class="ruby-operator">|</span>
202
- <span class="ruby-identifier">ansiname</span> = <span class="ruby-constant">ANSINAME2CODE</span>.<span class="ruby-identifier">invert</span>[<span class="ruby-node">&quot;#{seq}&quot;</span>]
203
-
204
- <span class="ruby-comment cmt">## Pop last tag and form closing tag</span>
205
- <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">ansiname</span> <span class="ruby-operator">==</span> <span class="ruby-value str">&quot;reset&quot;</span>
206
- <span class="ruby-identifier">lasttag</span> = <span class="ruby-identifier">tagstack</span>.<span class="ruby-identifier">pop</span>
207
- <span class="ruby-identifier">bbname</span> = <span class="ruby-value str">&quot;/&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-constant">String</span>.<span class="ruby-identifier">new</span>( <span class="ruby-identifier">lasttag</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;=&quot;</span>)[<span class="ruby-value">0</span>] )
208
-
209
- <span class="ruby-comment cmt">## Get corresponding BBCode tag + Push to stack</span>
210
- <span class="ruby-keyword kw">else</span>
211
- <span class="ruby-identifier">bbname</span> = <span class="ruby-constant">ANSINAME2BBCODE</span>[<span class="ruby-identifier">ansiname</span>]
212
- <span class="ruby-identifier">tagstack</span>.<span class="ruby-identifier">push</span>(<span class="ruby-identifier">bbname</span>)
213
- <span class="ruby-keyword kw">end</span>
214
-
215
- <span class="ruby-comment cmt">## Replace ansi sequence by BBCode tag</span>
216
- <span class="ruby-identifier">replace</span> = <span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;[%s]&quot;</span>, <span class="ruby-identifier">bbname</span>)
217
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">sub!</span>(<span class="ruby-node">&quot;#{Regexp.quote(seq)}&quot;</span>, <span class="ruby-identifier">replace</span>)
218
- <span class="ruby-keyword kw">end</span>
219
-
220
- <span class="ruby-comment cmt">## Append converted line</span>
221
- <span class="ruby-identifier">result</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;%s\n&quot;</span>, <span class="ruby-identifier">line</span>)
222
- <span class="ruby-keyword kw">end</span>
223
-
224
-
225
- <span class="ruby-comment cmt">## Some tags are unclosed</span>
226
- <span class="ruby-keyword kw">while</span> <span class="ruby-operator">!</span><span class="ruby-identifier">tagstack</span>.<span class="ruby-identifier">empty?</span>
227
- <span class="ruby-identifier">result</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;[/%s]&quot;</span>, <span class="ruby-constant">String</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">tagstack</span>.<span class="ruby-identifier">pop</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;=&quot;</span>)[<span class="ruby-value">0</span>]) )
228
- <span class="ruby-keyword kw">end</span>
229
-
230
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">result</span>
231
- <span class="ruby-keyword kw">end</span>
232
- </pre>
233
- </div>
234
- </div>
235
- </div>
236
- <div class="method">
237
- <div class="title">
238
- <a name="M001107"></a><b>ansi_to_html</b>(string)
239
- </div>
240
- <div class="description">
241
- <p>
242
- Converts a ANSI string to one with HTML markup. Returns the string with
243
- ANSI code sequences converted to XHTML markup.
244
- </p>
245
- </div>
246
- <div class="sourcecode">
247
- <p class="source-link">[ <a href="javascript:toggleSource('M001107_source')" id="l_M001107_source">show source</a> ]</p>
248
- <div id="M001107_source" class="dyn-source">
249
- <pre>
250
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 329</span>
251
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">ansi_to_html</span>(<span class="ruby-identifier">string</span>)
252
- <span class="ruby-identifier">bbcoded</span> = <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">ansi_to_bbcode</span>(<span class="ruby-identifier">string</span> )
253
- <span class="ruby-identifier">htmled</span> = <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">bbcode_to_html</span>(<span class="ruby-identifier">bbcoded</span>)
254
-
255
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">htmled</span>
256
- <span class="ruby-keyword kw">end</span>
257
- </pre>
258
- </div>
259
- </div>
260
- </div>
261
- <div class="method">
262
- <div class="title">
263
- <a name="M001104"></a><b>bbcode_to_ansi</b>(string, usecolors = true)
264
- </div>
265
- <div class="description">
266
- <p>
267
- Converts a <a href="BBCode.html">BBCode</a> string to one with ANSI
268
- sequences. Returns the string with all formatting instructions in BBCodes
269
- converted to ANSI code sequences / aligned with spaces to specified width.
270
- </p>
271
- </div>
272
- <div class="sourcecode">
273
- <p class="source-link">[ <a href="javascript:toggleSource('M001104_source')" id="l_M001104_source">show source</a> ]</p>
274
- <div id="M001104_source" class="dyn-source">
275
- <pre>
276
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 158</span>
277
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">bbcode_to_ansi</span>(<span class="ruby-identifier">string</span>, <span class="ruby-identifier">usecolors</span> = <span class="ruby-keyword kw">true</span>)
278
- <span class="ruby-keyword kw">return</span> <span class="ruby-value str">&quot;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">empty?</span>
279
- <span class="ruby-identifier">result</span> = <span class="ruby-value str">&quot;&quot;</span>
280
-
281
- <span class="ruby-keyword kw">return</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">strip_bbcode</span>(<span class="ruby-identifier">string</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">usecolors</span>
282
-
283
- <span class="ruby-comment cmt">## Iterate over lines</span>
284
- <span class="ruby-identifier">string</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;\n&quot;</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
285
-
286
- <span class="ruby-comment cmt">## TODO: stacking? other styles!</span>
287
- <span class="ruby-constant">ANSINAME2BBCODE</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>,<span class="ruby-identifier">val</span><span class="ruby-operator">|</span>
288
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/\[#{val}\]/</span>, <span class="ruby-constant">ANSINAME2CODE</span>[<span class="ruby-identifier">key</span>])
289
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/\[\/#{val}\]/</span>, <span class="ruby-constant">ANSINAME2CODE</span>[<span class="ruby-value str">&quot;reset&quot;</span>])
290
- <span class="ruby-keyword kw">end</span>
291
-
292
- <span class="ruby-comment cmt">## Fonttypes and sizes not available</span>
293
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[SIZE=\d\]/</span>, <span class="ruby-value str">&quot;&quot;</span>)
294
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/SIZE\]/</span>, <span class="ruby-value str">&quot;&quot;</span>)
295
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[FONT=[^\]]*\]/</span>, <span class="ruby-value str">&quot;&quot;</span>)
296
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/FONT\]/</span>, <span class="ruby-value str">&quot;&quot;</span>)
297
-
298
- <span class="ruby-comment cmt">## Color-mapping</span>
299
- <span class="ruby-identifier">colors</span> = <span class="ruby-identifier">line</span>.<span class="ruby-identifier">scan</span>(<span class="ruby-regexp re">/\[COLOR=(.*?)\]/i</span>)
300
- <span class="ruby-identifier">colors</span> = <span class="ruby-identifier">colors</span>.<span class="ruby-identifier">collect</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-identifier">s</span>[<span class="ruby-value">0</span>].<span class="ruby-identifier">to_s</span>} <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">colors</span>.<span class="ruby-identifier">nil?</span>
301
- <span class="ruby-identifier">colors</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">col</span><span class="ruby-operator">|</span>
302
- <span class="ruby-identifier">name</span> = <span class="ruby-constant">BBCOLOR2ANSI</span>[<span class="ruby-identifier">col</span>.<span class="ruby-identifier">downcase</span>]
303
- <span class="ruby-identifier">name</span> = <span class="ruby-constant">BBCOLOR2ANSI</span>[<span class="ruby-value str">&quot;white&quot;</span>] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">nil?</span>
304
- <span class="ruby-identifier">code</span> = <span class="ruby-constant">ANSINAME2CODE</span>[<span class="ruby-identifier">name</span>]
305
-
306
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/\[COLOR=#{col}\]/i</span>, <span class="ruby-identifier">code</span>)
307
- <span class="ruby-keyword kw">end</span>
308
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/COLOR\]/</span>, <span class="ruby-constant">ANSINAME2CODE</span>[<span class="ruby-value str">&quot;reset&quot;</span>])
309
-
310
- <span class="ruby-comment cmt">## TODO: Alignment</span>
311
- <span class="ruby-comment cmt">## TODO: IMGs</span>
312
- <span class="ruby-comment cmt">## TODO: EMAILs</span>
313
- <span class="ruby-comment cmt">## TODO: URLs</span>
314
- <span class="ruby-comment cmt">## TODO: QUOTEs</span>
315
- <span class="ruby-comment cmt">## TODO: LISTs</span>
316
-
317
- <span class="ruby-identifier">result</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;%s\n&quot;</span>, <span class="ruby-identifier">line</span>)
318
- <span class="ruby-keyword kw">end</span>
319
-
320
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">result</span>
321
- <span class="ruby-keyword kw">end</span>
322
- </pre>
323
- </div>
324
- </div>
325
- </div>
326
- <div class="method">
327
- <div class="title">
328
- <a name="M001106"></a><b>bbcode_to_html</b>(string)
329
- </div>
330
- <div class="description">
331
- <p>
332
- Converts a <a href="BBCode.html">BBCode</a> string to one with HTML markup.
333
- Returns the string with all formatting instructions in BBCodes converted to
334
- XHTML markups.
335
- </p>
336
- </div>
337
- <div class="sourcecode">
338
- <p class="source-link">[ <a href="javascript:toggleSource('M001106_source')" id="l_M001106_source">show source</a> ]</p>
339
- <div id="M001106_source" class="dyn-source">
340
- <pre>
341
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 264</span>
342
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">bbcode_to_html</span>(<span class="ruby-identifier">string</span>)
343
- <span class="ruby-keyword kw">return</span> <span class="ruby-value str">&quot;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">empty?</span>
344
- <span class="ruby-identifier">result</span> = <span class="ruby-value str">&quot;&quot;</span>
345
- <span class="ruby-identifier">quote</span> = <span class="ruby-value">0</span>
346
-
347
- <span class="ruby-comment cmt">## Iterate over lines</span>
348
- <span class="ruby-identifier">string</span>.<span class="ruby-identifier">split</span>(<span class="ruby-value str">&quot;\n&quot;</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
349
- <span class="ruby-identifier">styles</span> = { <span class="ruby-value str">&quot;b&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;strong&quot;</span>, <span class="ruby-value str">&quot;i&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;em&quot;</span>, <span class="ruby-value str">&quot;u&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;u&quot;</span> }
350
-
351
- <span class="ruby-comment cmt">## preserve B, I, U</span>
352
- <span class="ruby-identifier">styles</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">code</span>,<span class="ruby-identifier">html</span><span class="ruby-operator">|</span>
353
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/\[#{code}\]/i</span>, <span class="ruby-node">&quot;&lt;#{html}&gt;&quot;</span>)
354
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/\[\/#{code}\]/i</span>, <span class="ruby-node">&quot;&lt;/#{html}&gt;&quot;</span>)
355
- <span class="ruby-keyword kw">end</span>
356
-
357
- <span class="ruby-comment cmt">## COLOR =&gt; font color=... (TODO: should be numeric!)</span>
358
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[COLOR=(.*?)\]/i</span>, <span class="ruby-value str">&quot;&lt;font color=\&quot;\\1\&quot;&gt;&quot;</span>)
359
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/COLOR\]/i</span>, <span class="ruby-value str">&quot;&lt;/font&gt;&quot;</span>)
360
-
361
- <span class="ruby-comment cmt">## SIZE =&gt; font size=...</span>
362
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[SIZE=(.*?)\]/i</span>, <span class="ruby-value str">&quot;&lt;font size=\&quot;\\1\&quot;&gt;&quot;</span>)
363
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/SIZE\]/i</span>, <span class="ruby-value str">&quot;&lt;/font&gt;&quot;</span>)
364
-
365
- <span class="ruby-comment cmt">## URL </span>
366
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[URL\]([^\[]+?)\[\/URL\]/i</span>, <span class="ruby-value str">&quot;&lt;a href=\&quot;\\1\&quot;&gt;\\1&lt;/a&gt;&quot;</span>)
367
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[URL=(.*?)\](.+?)\[\/URL\]/i</span>, <span class="ruby-value str">&quot;&lt;a href=\&quot;\\1\&quot;&gt;\\2&lt;/a&gt;&quot;</span>)
368
-
369
- <span class="ruby-comment cmt">## IMG</span>
370
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[IMG=(.*?)\]/i</span>, <span class="ruby-value str">&quot;&lt;img src=\&quot;\\1\&quot; /&gt;&quot;</span>)
371
-
372
- <span class="ruby-comment cmt">## ALIGN=center (TODO: right, left)</span>
373
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[ALIGN=center\]/i</span>, <span class="ruby-value str">&quot;&lt;center&gt;&quot;</span>)
374
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[ALIGN=right\]/i</span>, <span class="ruby-value str">&quot;&lt;center&gt;&quot;</span>)
375
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[ALIGN=left\]/i</span>, <span class="ruby-value str">&quot;&lt;center&gt;&quot;</span>)
376
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/ALIGN\]/i</span>, <span class="ruby-value str">&quot;&lt;/center&gt;&quot;</span>)
377
-
378
- <span class="ruby-comment cmt">## QUOTE</span>
379
- <span class="ruby-identifier">quote</span><span class="ruby-operator">+=</span><span class="ruby-value">1</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">line</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/\[QUOTE\]/i</span>
380
- <span class="ruby-identifier">quote</span><span class="ruby-operator">-=</span><span class="ruby-value">1</span> <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">line</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/\[\/QUOTE\]/i</span>) <span class="ruby-operator">&amp;&amp;</span> (<span class="ruby-identifier">quote</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">-1</span>)
381
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[QUOTE\]/i</span>, <span class="ruby-value str">&quot;&lt;pre&gt;\n&quot;</span>)
382
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/QUOTE\]/i</span>, <span class="ruby-value str">&quot;&lt;/pre&gt;\n&quot;</span>)
383
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/^/</span>, <span class="ruby-value str">&quot;&amp;#62;&quot;</span><span class="ruby-operator">*</span><span class="ruby-identifier">quote</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">quote</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>
384
-
385
- <span class="ruby-comment cmt">## EMAIL</span>
386
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[EMAIL\](.*?)\[\/EMAIL\]/i</span>, <span class="ruby-value str">&quot;&lt;a href=\&quot;mailto:\\1\&quot;&gt;\\1&lt;/a&gt;&quot;</span>)
387
-
388
- <span class="ruby-comment cmt">## LIST (TODO: LIST=1, LIST=A)</span>
389
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[LIST(?:=(.*?))?\]/i</span>, <span class="ruby-value str">&quot;\n&lt;ul&gt;\n&quot;</span>)
390
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\/LIST\]/i</span>, <span class="ruby-value str">&quot;\n&lt;/ul&gt;\n&quot;</span>)
391
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/\[\*\]/i</span>, <span class="ruby-value str">&quot;\n&lt;li /&gt;&quot;</span>)
392
-
393
- <span class="ruby-comment cmt">## FONT =&gt; font ??????</span>
394
- <span class="ruby-comment cmt">## ?BLUR?, FADE?</span>
395
-
396
- <span class="ruby-identifier">result</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;%s&lt;br /&gt;\n&quot;</span>, <span class="ruby-identifier">line</span>)
397
- <span class="ruby-keyword kw">end</span>
398
-
399
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">result</span>
400
- <span class="ruby-keyword kw">end</span>
401
- </pre>
402
- </div>
403
- </div>
404
- </div>
405
- <div class="method">
406
- <div class="title">
407
- <a name="M001108"></a><b>html_to_ansi</b>(string)
408
- </div>
409
- <div class="description">
410
- <p>
411
- Returns the (X)HTML markup code as ANSI sequences
412
- </p>
413
- </div>
414
- <div class="sourcecode">
415
- <p class="source-link">[ <a href="javascript:toggleSource('M001108_source')" id="l_M001108_source">show source</a> ]</p>
416
- <div id="M001108_source" class="dyn-source">
417
- <pre>
418
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 337</span>
419
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">html_to_ansi</span>(<span class="ruby-identifier">string</span>)
420
- <span class="ruby-identifier">bbcoded</span> = <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">html_to_bbcode</span>(<span class="ruby-identifier">string</span> )
421
- <span class="ruby-identifier">ansied</span> = <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">bbcode_to_ansi</span>(<span class="ruby-identifier">bbcoded</span>)
422
-
423
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">ansied</span>
424
- <span class="ruby-keyword kw">end</span>
425
- </pre>
426
- </div>
427
- </div>
428
- </div>
429
- <div class="method">
430
- <div class="title">
431
- <a name="M001105"></a><b>html_to_bbcode</b>(string)
432
- </div>
433
- <div class="description">
434
- <p>
435
- Converts a HTML string into one with <a href="BBCode.html">BBCode</a>
436
- markup (TODO) Returns the (X)HTML markup string as <a
437
- href="BBCode.html">BBCode</a>
438
- </p>
439
- </div>
440
- <div class="sourcecode">
441
- <p class="source-link">[ <a href="javascript:toggleSource('M001105_source')" id="l_M001105_source">show source</a> ]</p>
442
- <div id="M001105_source" class="dyn-source">
443
- <pre>
444
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 206</span>
445
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">html_to_bbcode</span>(<span class="ruby-identifier">string</span>)
446
- <span class="ruby-keyword kw">return</span> <span class="ruby-value str">&quot;&quot;</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">to_s</span>.<span class="ruby-identifier">strip</span>.<span class="ruby-identifier">empty?</span>
447
- <span class="ruby-identifier">result</span> = <span class="ruby-value str">&quot;&quot;</span>
448
-
449
- <span class="ruby-comment cmt">## Iterate over lines</span>
450
- <span class="ruby-identifier">string</span>.<span class="ruby-identifier">split</span>(<span class="ruby-regexp re">/&lt;br *\/?&gt;/i</span>).<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">line</span><span class="ruby-operator">|</span>
451
- <span class="ruby-identifier">styles</span> = { <span class="ruby-value str">&quot;strong&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;b&quot;</span>, <span class="ruby-value str">&quot;b&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;b&quot;</span>,
452
- <span class="ruby-value str">&quot;em&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;i&quot;</span>, <span class="ruby-value str">&quot;i&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;i&quot;</span>,
453
- <span class="ruby-value str">&quot;u&quot;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">&quot;u&quot;</span> }
454
-
455
- <span class="ruby-comment cmt">## preserve B, I, U</span>
456
- <span class="ruby-identifier">styles</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">html</span>,<span class="ruby-identifier">code</span><span class="ruby-operator">|</span>
457
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/&lt;#{html}&gt;/i</span>, <span class="ruby-node">&quot;[#{code.upcase}]&quot;</span>)
458
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-node">/&lt;\/#{html}&gt;/i</span>, <span class="ruby-node">&quot;[/#{code.upcase}]&quot;</span>)
459
- <span class="ruby-keyword kw">end</span>
460
-
461
- <span class="ruby-comment cmt">## TODO: COLORs</span>
462
- <span class="ruby-comment cmt">## TODO: SIZEs</span>
463
- <span class="ruby-comment cmt">## TODO: FONTs</span>
464
-
465
- <span class="ruby-comment cmt">## EMAIL</span>
466
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;a +href *= *\&quot;mailto:(.*?)\&quot;.*?&gt;.*?&lt;\/a&gt;/i</span>, <span class="ruby-value str">&quot;[EMAIL]\\1[/EMAIL]&quot;</span>)
467
-
468
- <span class="ruby-comment cmt">## URL</span>
469
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;a +href *= *\&quot;((?:https?|ftp):\/\/.*?)\&quot;.*?&gt;(.*?)&lt;\/a&gt;/i</span>, <span class="ruby-value str">&quot;[URL=\\1]\\2[/URL]&quot;</span>)
470
-
471
- <span class="ruby-comment cmt">## Other refs + closing tags =&gt; throw away</span>
472
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;a +href *= *\&quot;.*?\&quot;.*?&gt;/i</span>, <span class="ruby-value str">&quot;&quot;</span>)
473
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;\/a&gt;/i</span>, <span class="ruby-value str">&quot;&quot;</span>)
474
-
475
- <span class="ruby-comment cmt">## IMG</span>
476
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;img +src *= *\&quot;(.*?)\&quot;.*?\/?&gt;/i</span>, <span class="ruby-value str">&quot;[IMG=\\1]&quot;</span>)
477
-
478
- <span class="ruby-comment cmt">## CENTER (right/left??)</span>
479
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;center&gt;/i</span>, <span class="ruby-value str">&quot;[ALIGN=center]&quot;</span>)
480
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;\/center&gt;/i</span>, <span class="ruby-value str">&quot;[/ALIGN]&quot;</span>)
481
-
482
- <span class="ruby-comment cmt">## QUOTE</span>
483
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;(?:xmp|pre)&gt;/i</span>, <span class="ruby-value str">&quot;[QUOTE]&quot;</span>)
484
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;\/(?:xmp|pre)&gt;/i</span>, <span class="ruby-value str">&quot;[/QUOTE]&quot;</span>)
485
-
486
- <span class="ruby-comment cmt">## LIST</span>
487
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;ul&gt;/i</span>, <span class="ruby-value str">&quot;\n[LIST]\n&quot;</span>)
488
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;\/ul&gt;/i</span>, <span class="ruby-value str">&quot;\n[/LIST]\n&quot;</span>)
489
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;li *\/?&gt; */i</span>, <span class="ruby-value str">&quot;\n[*] &quot;</span>)
490
-
491
- <span class="ruby-comment cmt">## Unkown tags =&gt; throw away</span>
492
- <span class="ruby-identifier">line</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;.*? *\/?&gt;/</span>, <span class="ruby-value str">&quot;&quot;</span>)
493
-
494
- <span class="ruby-identifier">result</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">sprintf</span>(<span class="ruby-value str">&quot;%s&lt;br /&gt;\n&quot;</span>, <span class="ruby-identifier">line</span>)
495
- <span class="ruby-keyword kw">end</span>
496
-
497
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">result</span>.<span class="ruby-identifier">gsub!</span>(<span class="ruby-regexp re">/&lt;br *\/?&gt;/i</span>, <span class="ruby-value str">&quot;\n&quot;</span>)
498
- <span class="ruby-keyword kw">end</span>
499
- </pre>
500
- </div>
501
- </div>
502
- </div>
503
- <div class="method">
504
- <div class="title">
505
- <a name="M001102"></a><b>strip_bbcode</b>(string)
506
- </div>
507
- <div class="description">
508
- <p>
509
- &#8212; <a href="BBCode.html#M001102">strip_bbcode</a>( string ) Will strip
510
- any <a href="BBCode.html">BBCode</a> tags from the given string.
511
- </p>
512
- </div>
513
- <div class="sourcecode">
514
- <p class="source-link">[ <a href="javascript:toggleSource('M001102_source')" id="l_M001102_source">show source</a> ]</p>
515
- <div id="M001102_source" class="dyn-source">
516
- <pre>
517
- <span class="ruby-comment cmt"># File lib/facets/more/bbcode.rb, line 106</span>
518
- <span class="ruby-keyword kw">def</span> <span class="ruby-constant">BBCode</span>.<span class="ruby-identifier">strip_bbcode</span>(<span class="ruby-identifier">string</span>)
519
- <span class="ruby-identifier">string</span>.<span class="ruby-identifier">strip!</span>
520
- <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">string</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp re">/\[[A-Za-z0-9\/=]+\]/</span>, <span class="ruby-value str">&quot;&quot;</span>)
521
- <span class="ruby-keyword kw">end</span>
522
- </pre>
523
- </div>
524
- </div>
525
- </div>
526
- </div>
527
-
528
- </div>
529
-
530
- </body>
531
- </html>