quarry 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (313) hide show
  1. data/CHANGES +40 -3
  2. data/MANIFEST +290 -78
  3. data/README +51 -37
  4. data/RELEASE +12 -0
  5. data/VERSION +1 -1
  6. data/bin/quarry +117 -0
  7. data/bin/quarry-doc +26 -0
  8. data/bin/ruby-break +10 -0
  9. data/bin/{xact-ruby → ruby-xacto} +0 -0
  10. data/doc/assets/images/clipboard.jpg +0 -0
  11. data/doc/assets/images/clipboard2.png +0 -0
  12. data/doc/assets/images/darksilver.png +0 -0
  13. data/doc/assets/images/icon/book.jpg +0 -0
  14. data/doc/assets/images/icon/download.gif +0 -0
  15. data/doc/assets/images/icon/letter_r.png +0 -0
  16. data/doc/assets/images/icon/license.png +0 -0
  17. data/doc/assets/images/icon/software.png +0 -0
  18. data/doc/assets/images/icon/source.png +0 -0
  19. data/doc/assets/images/miner.jpg +0 -0
  20. data/doc/assets/images/rbrylmtrx.png +0 -0
  21. data/doc/assets/images/ruby.gif +0 -0
  22. data/doc/assets/images/runneth.png +0 -0
  23. data/doc/assets/images/silver.gif +0 -0
  24. data/doc/assets/images/test.jpg +0 -0
  25. data/doc/assets/jquery/jquery.js +1 -0
  26. data/doc/assets/jquery/jquery.tabs.js +1 -0
  27. data/doc/assets/rdoc_ad.html +12 -0
  28. data/doc/assets/styles/index.css +138 -0
  29. data/doc/guide/stubs.md +125 -0
  30. data/doc/index.html +285 -0
  31. data/doc/log/bstats/stats.html +39 -0
  32. data/doc/log/notes.xml +32 -0
  33. data/doc/log/stats.html +25 -0
  34. data/doc/log/stats.log +14 -0
  35. data/doc/log/syntax.log +0 -0
  36. data/doc/rdoc/classes/Assertion/False.html +151 -106
  37. data/doc/rdoc/classes/Assertion/True.html +128 -113
  38. data/doc/rdoc/classes/Assertion.html +147 -77
  39. data/doc/rdoc/classes/Kernel.html +84 -65
  40. data/doc/rdoc/classes/Method.html +123 -92
  41. data/doc/rdoc/classes/Object.html +468 -115
  42. data/doc/rdoc/classes/Quarry/Break.html +231 -0
  43. data/doc/rdoc/classes/Quarry/Command.html +443 -0
  44. data/doc/rdoc/classes/Quarry/Extract.html +215 -0
  45. data/doc/rdoc/classes/Quarry/MethodProbe.html +203 -145
  46. data/doc/rdoc/classes/Quarry/Mock/Delegator.html +179 -0
  47. data/doc/rdoc/classes/Quarry/Mock/Setter.html +175 -0
  48. data/doc/rdoc/classes/Quarry/Mock.html +211 -67
  49. data/doc/rdoc/classes/Quarry/Spec/Comment.html +237 -0
  50. data/doc/rdoc/classes/Quarry/Spec/Config.html +257 -0
  51. data/doc/rdoc/classes/Quarry/Spec/Context.html +154 -0
  52. data/doc/rdoc/classes/Quarry/Spec/Document.html +382 -0
  53. data/doc/rdoc/classes/Quarry/Spec/Header.html +195 -0
  54. data/doc/rdoc/classes/Quarry/Spec/Macro.html +166 -0
  55. data/doc/rdoc/classes/Quarry/Spec/Markup.html +279 -0
  56. data/doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html +234 -0
  57. data/doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html +294 -0
  58. data/doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html +311 -0
  59. data/doc/rdoc/classes/Quarry/Spec/Runner.html +352 -0
  60. data/doc/rdoc/classes/Quarry/Spec/Step.html +190 -0
  61. data/doc/rdoc/classes/Quarry/Spec/Template.html +205 -0
  62. data/doc/rdoc/classes/Quarry/Stub/Delegator.html +179 -0
  63. data/doc/rdoc/classes/Quarry/Stub/Setter.html +175 -0
  64. data/doc/rdoc/classes/Quarry/Stub.html +224 -0
  65. data/doc/rdoc/classes/Quarry.html +153 -154
  66. data/doc/rdoc/created.rid +1 -1
  67. data/doc/rdoc/files/CHANGES.html +126 -76
  68. data/doc/rdoc/files/COPYING.html +84 -73
  69. data/doc/rdoc/files/README.html +135 -111
  70. data/doc/rdoc/files/RELEASE.html +122 -0
  71. data/doc/rdoc/files/VERSION.html +85 -74
  72. data/doc/rdoc/files/bin/quarry-doc.html +109 -0
  73. data/doc/rdoc/files/bin/quarry.html +109 -0
  74. data/doc/rdoc/files/bin/ruby-break.html +108 -0
  75. data/doc/rdoc/files/bin/ruby-xacto.html +101 -0
  76. data/doc/rdoc/files/lib/quarry/assert_rb.html +155 -0
  77. data/doc/rdoc/files/lib/quarry/break_rb.html +101 -0
  78. data/doc/rdoc/files/lib/quarry/extract_rb.html +108 -0
  79. data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +80 -71
  80. data/doc/rdoc/files/lib/quarry/spec/config_rb.html +101 -0
  81. data/doc/rdoc/files/lib/quarry/spec/context_rb.html +101 -0
  82. data/doc/rdoc/files/lib/quarry/spec/document_rb.html +111 -0
  83. data/doc/rdoc/files/lib/quarry/spec/markup_rb.html +108 -0
  84. data/doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html +108 -0
  85. data/doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html +108 -0
  86. data/doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html +108 -0
  87. data/doc/rdoc/files/lib/quarry/spec/reporter_rb.html +109 -0
  88. data/doc/rdoc/files/lib/quarry/spec/runner_rb.html +109 -0
  89. data/doc/rdoc/files/lib/quarry/spec/step_rb.html +101 -0
  90. data/doc/rdoc/files/lib/quarry/spec/template_rhtml.html +228 -0
  91. data/doc/rdoc/files/lib/quarry/spec_rb.html +113 -0
  92. data/doc/rdoc/files/lib/quarry/stub/mock_rb.html +101 -0
  93. data/doc/rdoc/files/lib/quarry/stub/probe_rb.html +122 -0
  94. data/doc/rdoc/files/lib/quarry/stub/spec_txt.html +118 -0
  95. data/doc/rdoc/files/lib/quarry/stub/stub_rb.html +101 -0
  96. data/doc/rdoc/fr_class_index.html +48 -52
  97. data/doc/rdoc/fr_file_index.html +47 -57
  98. data/doc/rdoc/fr_method_index.html +109 -69
  99. data/doc/rdoc/index.html +12 -14
  100. data/doc/rdoc/rdoc-style.css +154 -121
  101. data/doc/ri/Assertion/False/cdesc-False.yaml +5 -3
  102. data/doc/ri/Assertion/True/cdesc-True.yaml +4 -2
  103. data/doc/ri/Assertion/True/message-c.yaml +2 -2
  104. data/doc/ri/Assertion/True/message-i.yaml +1 -1
  105. data/doc/ri/Assertion/True/method_missing-i.yaml +4 -3
  106. data/doc/ri/Assertion/cdesc-Assertion.yaml +24 -1
  107. data/doc/ri/Object/assert%21-i.yaml +7 -4
  108. data/doc/ri/Object/assert-i.yaml +3 -2
  109. data/doc/ri/Object/assert_raises%21-i.yaml +12 -0
  110. data/doc/ri/Object/assert_raises-i.yaml +15 -0
  111. data/doc/ri/Object/cdesc-Object.yaml +24 -2
  112. data/doc/ri/{Quarry/Design/Specification/outline-i.yaml → Object/mock-i.yaml} +4 -4
  113. data/doc/ri/Object/refute-i.yaml +13 -0
  114. data/doc/ri/Object/refute_raises-i.yaml +17 -0
  115. data/doc/ri/Object/remove-i.yaml +12 -0
  116. data/doc/ri/{Quarry/Design/check-c.yaml → Object/should-i.yaml} +4 -4
  117. data/doc/ri/Object/should_not-i.yaml +12 -0
  118. data/doc/ri/Object/should_not_raise-i.yaml +12 -0
  119. data/doc/ri/Object/should_raise-i.yaml +12 -0
  120. data/doc/ri/{Quarry/Mock/Object/mock-c.yaml → Object/stub-i.yaml} +5 -5
  121. data/doc/ri/{Module/cdesc-Module.yaml → Quarry/Break/cdesc-Break.yaml} +10 -8
  122. data/doc/ri/Quarry/Break/edit-i.yaml +11 -0
  123. data/doc/ri/Quarry/Break/new-c.yaml +11 -0
  124. data/doc/ri/Quarry/Extract/cdesc-Extract.yaml +26 -0
  125. data/doc/ri/Quarry/Extract/create_test-i.yaml +12 -0
  126. data/doc/ri/Quarry/Extract/extract_test_from_file-i.yaml +12 -0
  127. data/doc/ri/Quarry/Extract/test_extract-i.yaml +18 -0
  128. data/doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml +20 -0
  129. data/doc/ri/Quarry/{Design/Specification/Context → Mock/Delegator}/method_missing-i.yaml +2 -2
  130. data/doc/ri/Quarry/{Design/specification-c.yaml → Mock/Delegator/new-c.yaml} +3 -3
  131. data/doc/ri/{Module/method_added-i.yaml → Quarry/Mock/Setter/%3d%3d-i.yaml} +3 -3
  132. data/doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml +18 -0
  133. data/doc/ri/Quarry/Mock/Setter/new-c.yaml +10 -0
  134. data/doc/ri/Quarry/Mock/__table__-i.yaml +11 -0
  135. data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +17 -7
  136. data/doc/ri/Quarry/Mock/method_missing-i.yaml +12 -0
  137. data/doc/ri/Quarry/{Design/outline-c.yaml → Mock/new-c.yaml} +2 -2
  138. data/doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml +33 -0
  139. data/doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml +12 -0
  140. data/doc/ri/Quarry/Spec/Comment/new-c.yaml +10 -0
  141. data/doc/ri/Quarry/Spec/Comment/type-i.yaml +12 -0
  142. data/doc/ri/Quarry/Spec/Config/after-i.yaml +12 -0
  143. data/doc/ri/Quarry/Spec/Config/after_spec-i.yaml +12 -0
  144. data/doc/ri/Quarry/Spec/Config/before-i.yaml +12 -0
  145. data/doc/ri/Quarry/Spec/Config/before_spec-i.yaml +12 -0
  146. data/doc/ri/Quarry/{Design/Specification/Context/cdesc-Context.yaml → Spec/Config/cdesc-Config.yaml} +11 -9
  147. data/doc/ri/Quarry/{Mock/Object/mocks-c.yaml → Spec/Config/new-c.yaml} +2 -2
  148. data/doc/ri/Quarry/Spec/Context/cdesc-Context.yaml +21 -0
  149. data/doc/ri/Quarry/{Design/specifications-c.yaml → Spec/Context/new-c.yaml} +2 -2
  150. data/doc/ri/Quarry/Spec/Document/cdesc-Document.yaml +76 -0
  151. data/doc/ri/Quarry/Spec/Document/generate-i.yaml +12 -0
  152. data/doc/ri/Quarry/{Mock/Object/echo-c.yaml → Spec/Document/new-c.yaml} +4 -4
  153. data/doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml +12 -0
  154. data/doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml +11 -0
  155. data/doc/ri/Quarry/Spec/Document/save-i.yaml +12 -0
  156. data/doc/ri/Quarry/Spec/Document/template-i.yaml +12 -0
  157. data/doc/ri/Quarry/Spec/Header/cdesc-Header.yaml +30 -0
  158. data/doc/ri/Quarry/Spec/Header/new-c.yaml +10 -0
  159. data/doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml +22 -0
  160. data/doc/ri/Quarry/Spec/Macro/new-c.yaml +10 -0
  161. data/doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml +31 -0
  162. data/doc/ri/Quarry/Spec/Markup/description-i.yaml +11 -0
  163. data/doc/ri/Quarry/Spec/Markup/new-c.yaml +11 -0
  164. data/doc/ri/Quarry/Spec/Markup/parse-i.yaml +11 -0
  165. data/doc/ri/Quarry/Spec/Markup/parse_section-i.yaml +11 -0
  166. data/doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml +21 -0
  167. data/doc/ri/Quarry/{Design/Specification/Context/specifications-i.yaml → Spec/Reporter/DotProgress/report_intro-i.yaml} +2 -2
  168. data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml +10 -0
  169. data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml +16 -0
  170. data/doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml +31 -0
  171. data/doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml +10 -0
  172. data/doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml +10 -0
  173. data/doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml +10 -0
  174. data/doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml +10 -0
  175. data/doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml +10 -0
  176. data/doc/ri/Quarry/{Design/Specification/Context/before-i.yaml → Spec/Reporter/Summary/report_pass-i.yaml} +3 -3
  177. data/doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml +29 -0
  178. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml +10 -0
  179. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml +10 -0
  180. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml +10 -0
  181. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml +16 -0
  182. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml +10 -0
  183. data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml +10 -0
  184. data/doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml +20 -0
  185. data/doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml +47 -0
  186. data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/check-i.yaml +3 -3
  187. data/doc/ri/Quarry/Spec/Runner/check_spec-i.yaml +12 -0
  188. data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/new-c.yaml +2 -2
  189. data/doc/ri/Quarry/Spec/Runner/run_step-i.yaml +12 -0
  190. data/doc/ri/Quarry/Spec/Step/cdesc-Step.yaml +30 -0
  191. data/doc/ri/Quarry/Spec/Step/new-c.yaml +10 -0
  192. data/doc/ri/Quarry/Spec/Template/cdesc-Template.yaml +31 -0
  193. data/doc/ri/Quarry/Spec/Template/new-c.yaml +11 -0
  194. data/doc/ri/Quarry/{Design/Specification/Context/after-i.yaml → Spec/Template/parse_template-i.yaml} +3 -3
  195. data/doc/ri/Quarry/Spec/cdesc-Spec.yaml +15 -0
  196. data/doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml +20 -0
  197. data/doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml +10 -0
  198. data/doc/ri/Quarry/Stub/Delegator/new-c.yaml +10 -0
  199. data/doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml +10 -0
  200. data/doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml +18 -0
  201. data/doc/ri/Quarry/Stub/Setter/new-c.yaml +10 -0
  202. data/doc/ri/Quarry/Stub/__table__-i.yaml +11 -0
  203. data/doc/ri/Quarry/Stub/cdesc-Stub.yaml +23 -0
  204. data/doc/ri/Quarry/Stub/method_missing-i.yaml +11 -0
  205. data/doc/ri/Quarry/Stub/new-c.yaml +10 -0
  206. data/doc/ri/Quarry/cdesc-Quarry.yaml +2 -3
  207. data/doc/ri/created.rid +1 -1
  208. data/doc/spec/stub.html +394 -0
  209. data/lib/quarry/assert.rb +198 -0
  210. data/lib/quarry/break.rb +51 -0
  211. data/lib/quarry/extract.rb +135 -0
  212. data/lib/quarry/loadmonitor.rb +6 -1
  213. data/lib/quarry/spec/config.rb +32 -0
  214. data/lib/quarry/spec/context.rb +19 -0
  215. data/lib/quarry/spec/document.rb +130 -0
  216. data/lib/quarry/spec/markup.rb +85 -0
  217. data/lib/quarry/spec/reporter/dotprogress.rb +66 -0
  218. data/lib/quarry/spec/reporter/summary.rb +74 -0
  219. data/lib/quarry/spec/reporter/verbatim.rb +87 -0
  220. data/lib/quarry/spec/reporter.rb +74 -0
  221. data/lib/quarry/spec/runner.rb +127 -0
  222. data/lib/quarry/spec/step.rb +78 -0
  223. data/lib/quarry/spec/template.rhtml +116 -0
  224. data/lib/quarry/spec.rb +7 -0
  225. data/lib/quarry/stub/mock.rb +94 -0
  226. data/lib/quarry/{methodprobe.rb → stub/probe.rb} +0 -0
  227. data/lib/quarry/stub/spec.txt +113 -0
  228. data/lib/quarry/stub/stub.rb +93 -0
  229. data/meta/abstract +5 -0
  230. data/meta/authors +1 -0
  231. data/meta/created +1 -0
  232. data/meta/homepage +1 -0
  233. data/meta/requires +1 -0
  234. data/meta/summary +1 -0
  235. data/spec/basic.rd +20 -0
  236. data/spec/complex.rd +50 -0
  237. data/spec/mock.rd +53 -0
  238. data/spec/stub.rd +61 -0
  239. data/{lib/quarry → work/consider}/document.rb +0 -0
  240. data/work/consider/fixture.rb +153 -0
  241. data/{lib/quarry → work/deprecated}/assert/must.rb +1 -0
  242. data/{lib/quarry → work/deprecated}/assert/should.rb +0 -0
  243. data/work/deprecated/build.rb +82 -0
  244. data/work/deprecated/mock/file.rb +11 -0
  245. data/work/deprecated/mock/mock.0.rb +77 -0
  246. data/work/deprecated/overlay.rb +64 -0
  247. data/work/deprecated/spec.rb +195 -0
  248. data/work/deprecated/stub/stub.0.rb +180 -0
  249. data/work/deprecated/stub/stub.1.rb +114 -0
  250. data/work/deprecated/stub/test_stub.rb +66 -0
  251. data/work/deprecated/test/case.rb +141 -0
  252. data/work/sandbox/assert.rb +100 -0
  253. data/work/sandbox/bug.rb +49 -0
  254. data/work/sandbox/build/announce.rb +213 -0
  255. data/work/sandbox/build/check.rb +109 -0
  256. data/work/sandbox/build/gem.rb +235 -0
  257. data/work/sandbox/build/make.rb +118 -0
  258. data/work/sandbox/build/manpage.rb +201 -0
  259. data/work/sandbox/build/notes.rb +214 -0
  260. data/work/sandbox/build/pack.rb +228 -0
  261. data/work/sandbox/build/rdoc.rb +289 -0
  262. data/work/sandbox/build/rubyforge.rb +91 -0
  263. data/work/sandbox/build/sign.rb +241 -0
  264. data/work/sandbox/build/stamp.rb +37 -0
  265. data/work/sandbox/build/stats.rb +154 -0
  266. data/work/sandbox/build/svn.rb +193 -0
  267. data/work/sandbox/build/test.rb +521 -0
  268. data/work/sandbox/design.rb +200 -0
  269. data/work/sandbox/iface_scanner.rb +102 -0
  270. data/work/sandbox/testunit/assertions/assert_has_keys.rb +38 -0
  271. data/work/sandbox/testunit/assertions/assert_has_only_keys.rb +38 -0
  272. data/work/sandbox/testunit/unit.rb +104 -0
  273. data/work/sandbox/unitspec.rb +54 -0
  274. data/work/sandbox/x_isotest.rb +532 -0
  275. metadata +318 -93
  276. data/METADATA +0 -22
  277. data/NEWS +0 -8
  278. data/bin/rubybreak +0 -3
  279. data/demo/spec/demo_check.rb +0 -21
  280. data/demo/spec/demo_outline.rb +0 -25
  281. data/demo/test/demo_run.rb +0 -21
  282. data/doc/manual.html2 +0 -1416
  283. data/doc/rdoc/classes/Module.html +0 -165
  284. data/doc/rdoc/classes/Quarry/Design/Specification/Context.html +0 -174
  285. data/doc/rdoc/classes/Quarry/Design/Specification.html +0 -265
  286. data/doc/rdoc/classes/Quarry/Design.html +0 -170
  287. data/doc/rdoc/classes/Quarry/Mock/Object.html +0 -276
  288. data/doc/rdoc/files/MANIFEST.html +0 -630
  289. data/doc/rdoc/files/METADATA.html +0 -92
  290. data/doc/rdoc/files/NEWS.html +0 -99
  291. data/doc/rdoc/files/bin/rubybreak.html +0 -96
  292. data/doc/rdoc/files/bin/xact-ruby.html +0 -92
  293. data/doc/rdoc/files/lib/quarry/assert/must_rb.html +0 -96
  294. data/doc/rdoc/files/lib/quarry/assert/should_rb.html +0 -96
  295. data/doc/rdoc/files/lib/quarry/assertion_rb.html +0 -96
  296. data/doc/rdoc/files/lib/quarry/breakout_rb.html +0 -144
  297. data/doc/rdoc/files/lib/quarry/design/spec_rb.html +0 -100
  298. data/doc/rdoc/files/lib/quarry/document_rb.html +0 -92
  299. data/doc/rdoc/files/lib/quarry/methodprobe_rb.html +0 -111
  300. data/doc/rdoc/files/lib/quarry/mock/object_rb.html +0 -123
  301. data/doc/rdoc/files/lib/quarry/mockery_rb.html +0 -115
  302. data/doc/ri/Module/doc-i.yaml +0 -16
  303. data/doc/ri/Quarry/Design/Specification/cdesc-Specification.yaml +0 -44
  304. data/doc/ri/Quarry/Design/cdesc-Design.yaml +0 -22
  305. data/doc/ri/Quarry/Mock/Object/cdesc-Object.yaml +0 -52
  306. data/doc/ri/Quarry/Mock/Object/keys-c.yaml +0 -12
  307. data/doc/ri/Quarry/Mock/Object/spin-c.yaml +0 -12
  308. data/doc/ri/Quarry/Mockery-i.yaml +0 -12
  309. data/lib/quarry/assertion.rb +0 -95
  310. data/lib/quarry/breakout.rb +0 -45
  311. data/lib/quarry/design/spec.rb +0 -197
  312. data/lib/quarry/mock/object.rb +0 -169
  313. data/lib/quarry/mockery.rb +0 -85
@@ -1,630 +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>File: MANIFEST</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", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
- }
48
- // ]]>
49
- </script>
50
- </head>
51
-
52
- <body>
53
- <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
54
- <tr><td>
55
- <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
56
- <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />MANIFEST</td>
57
- <td align="right">
58
- <table border='0' cellspacing="0" cellpadding="2">
59
- <tr>
60
- <td>Path:</td>
61
- <td>MANIFEST
62
- </td>
63
- </tr>
64
- <tr>
65
- <td>Modified:</td>
66
- <td>Sun Jan 27 12:01:55 -0500 2008</td>
67
- </tr>
68
- </table>
69
- </td></tr>
70
- </table>
71
- </td></tr>
72
- </table><br />
73
- <!-- banner header -->
74
-
75
- <div id="bodyContent">
76
- <div id="content">
77
-
78
- <div class="description"><p>
79
- # -x dev -x pkg -x doc AUTHORS LICENSE README RELEASE demo demo/bench
80
- demo/bench/enumerable demo/bench/enumerable/bench_collect.rb
81
- demo/bench/enumerable/bench_count.rb demo/bench/integer
82
- demo/bench/integer/bench_factorial.rb demo/sample demo/sample/annotations
83
- demo/sample/annotations/annotations1.rb demo/sample/ansicolor
84
- demo/sample/ansicolor/cdiff.rb demo/sample/ansicolor/example.rb lib
85
- lib/core lib/core/facets lib/core/facets/1stclassmethod.rb
86
- lib/core/facets/array lib/core/facets/array/conjoin.rb
87
- lib/core/facets/array/delete.rb lib/core/facets/array/indexable.rb
88
- lib/core/facets/array/merge.rb lib/core/facets/array/only.rb
89
- lib/core/facets/array/pad.rb lib/core/facets/array/rotate.rb
90
- lib/core/facets/array/select.rb lib/core/facets/array/splice.rb
91
- lib/core/facets/array/stackable.rb lib/core/facets/array/unzip.rb
92
- lib/core/facets/array.rb lib/core/facets/binding
93
- lib/core/facets/binding/cflow.rb lib/core/facets/binding/eval.rb
94
- lib/core/facets/binding/vars.rb lib/core/facets/binding.rb
95
- lib/core/facets/boolean.rb lib/core/facets/class
96
- lib/core/facets/class/descendents.rb lib/core/facets/class/initializer.rb
97
- lib/core/facets/class.rb lib/core/facets/comparable
98
- lib/core/facets/comparable/bound.rb lib/core/facets/comparable/cmp.rb
99
- lib/core/facets/comparable.rb lib/core/facets/continuation
100
- lib/core/facets/continuation/create.rb lib/core/facets/continuation.rb
101
- lib/core/facets/conversion.rb lib/core/facets/dir
102
- lib/core/facets/dir/multiglob.rb lib/core/facets/dir/traverse.rb
103
- lib/core/facets/dir.rb lib/core/facets/enumerable
104
- lib/core/facets/enumerable/cartesian.rb
105
- lib/core/facets/enumerable/collate.rb lib/core/facets/enumerable/collect.rb
106
- lib/core/facets/enumerable/combination.rb
107
- lib/core/facets/enumerable/count.rb
108
- lib/core/facets/enumerable/permutation.rb
109
- lib/core/facets/enumerable/probability.rb lib/core/facets/enumerable.rb
110
- lib/core/facets/facets.rb lib/core/facets/file lib/core/facets/file/read.rb
111
- lib/core/facets/file/topath.rb lib/core/facets/file/write.rb
112
- lib/core/facets/file.rb lib/core/facets/filetest
113
- lib/core/facets/filetest/root.rb lib/core/facets/filetest.rb
114
- lib/core/facets/float lib/core/facets/float/round.rb
115
- lib/core/facets/float.rb lib/core/facets/functor.rb lib/core/facets/hash
116
- lib/core/facets/hash/at.rb lib/core/facets/hash/delete.rb
117
- lib/core/facets/hash/has_keys.rb lib/core/facets/hash/insert.rb
118
- lib/core/facets/hash/inverse.rb lib/core/facets/hash/iterate.rb
119
- lib/core/facets/hash/keyize.rb lib/core/facets/hash/merge.rb
120
- lib/core/facets/hash/new.rb lib/core/facets/hash/op.rb
121
- lib/core/facets/hash/rekey.rb lib/core/facets/hash/select.rb
122
- lib/core/facets/hash/traverse.rb lib/core/facets/hash/update.rb
123
- lib/core/facets/hash/weave.rb lib/core/facets/hash.rb
124
- lib/core/facets/indexable.rb lib/core/facets/integer
125
- lib/core/facets/integer/bitmask.rb lib/core/facets/integer/factorial.rb
126
- lib/core/facets/integer/multiples.rb lib/core/facets/integer/of.rb
127
- lib/core/facets/integer.rb lib/core/facets/kernel
128
- lib/core/facets/kernel/ask.rb lib/core/facets/kernel/callstack.rb
129
- lib/core/facets/kernel/constant.rb lib/core/facets/kernel/deepcopy.rb
130
- lib/core/facets/kernel/dir.rb lib/core/facets/kernel/instance.rb
131
- lib/core/facets/kernel/metaid.rb lib/core/facets/kernel/object.rb
132
- lib/core/facets/kernel/op_esc.rb lib/core/facets/kernel/populate.rb
133
- lib/core/facets/kernel/report.rb lib/core/facets/kernel/require.rb
134
- lib/core/facets/kernel/require_esc.rb lib/core/facets/kernel/respond.rb
135
- lib/core/facets/kernel/silence.rb lib/core/facets/kernel/super.rb
136
- lib/core/facets/kernel/tap.rb lib/core/facets/kernel/val.rb
137
- lib/core/facets/kernel/withattr.rb lib/core/facets/kernel.rb
138
- lib/core/facets/matchdata lib/core/facets/matchdata/matchset.rb
139
- lib/core/facets/matchdata.rb lib/core/facets/module
140
- lib/core/facets/module/abstract.rb lib/core/facets/module/alias.rb
141
- lib/core/facets/module/attr.rb lib/core/facets/module/cattr.rb
142
- lib/core/facets/module/clone.rb lib/core/facets/module/include.rb
143
- lib/core/facets/module/methods.rb lib/core/facets/module/modify.rb
144
- lib/core/facets/module/name.rb lib/core/facets/module/require.rb
145
- lib/core/facets/module/traits.rb lib/core/facets/module.rb
146
- lib/core/facets/nilclass lib/core/facets/nilclass/ergo.rb
147
- lib/core/facets/nilclass/status.rb lib/core/facets/nilclass.rb
148
- lib/core/facets/numeric lib/core/facets/numeric/round.rb
149
- lib/core/facets/numeric.rb lib/core/facets/proc
150
- lib/core/facets/proc/bind.rb lib/core/facets/proc/compose.rb
151
- lib/core/facets/proc/fn.rb lib/core/facets/proc.rb lib/core/facets/range
152
- lib/core/facets/range/combine.rb lib/core/facets/range/overlap.rb
153
- lib/core/facets/range.rb lib/core/facets/regexp
154
- lib/core/facets/regexp/arity.rb lib/core/facets/regexp.rb
155
- lib/core/facets/stackable.rb lib/core/facets/string
156
- lib/core/facets/string/align.rb lib/core/facets/string/blank.rb
157
- lib/core/facets/string/bracket.rb lib/core/facets/string/case.rb
158
- lib/core/facets/string/crypt.rb lib/core/facets/string/filter.rb
159
- lib/core/facets/string/format.rb lib/core/facets/string/indexable.rb
160
- lib/core/facets/string/interpolate.rb lib/core/facets/string/natcmp.rb
161
- lib/core/facets/string/nchar.rb lib/core/facets/string/partitions.rb
162
- lib/core/facets/string/range.rb lib/core/facets/string/regesc.rb
163
- lib/core/facets/string/scan.rb lib/core/facets/string/splice.rb
164
- lib/core/facets/string/stackable.rb lib/core/facets/string/tabs.rb
165
- lib/core/facets/string.rb lib/core/facets/symbol
166
- lib/core/facets/symbol/chomp.rb lib/core/facets/symbol/generate.rb
167
- lib/core/facets/symbol/not.rb lib/core/facets/symbol/shadow.rb
168
- lib/core/facets/symbol/succ.rb lib/core/facets/symbol/to_proc.rb
169
- lib/core/facets/symbol.rb lib/core/facets/time
170
- lib/core/facets/time/change.rb lib/core/facets/time/elapse.rb
171
- lib/core/facets/time.rb lib/core/facets/unboundmethod
172
- lib/core/facets/unboundmethod/arguments.rb
173
- lib/core/facets/unboundmethod/name.rb lib/core/facets/unboundmethod.rb
174
- lib/core/facets.rb lib/methods lib/methods/facets lib/methods/facets/array
175
- lib/methods/facets/array/contains.rb
176
- lib/methods/facets/array/delete_unless.rb
177
- lib/methods/facets/array/delete_values.rb
178
- lib/methods/facets/array/delete_values_at.rb
179
- lib/methods/facets/array/first.rb lib/methods/facets/array/join_sentence.rb
180
- lib/methods/facets/array/last.rb lib/methods/facets/array/poke.rb
181
- lib/methods/facets/array/pull.rb lib/methods/facets/array/store.rb
182
- lib/methods/facets/array/to_b.rb lib/methods/facets/array/to_h.rb
183
- lib/methods/facets/array/to_path.rb lib/methods/facets/binding
184
- lib/methods/facets/binding/<em>DIR</em>.rb
185
- lib/methods/facets/binding/<em>FILE</em>.rb
186
- lib/methods/facets/binding/<em>LINE</em>.rb
187
- lib/methods/facets/binding/call_stack.rb
188
- lib/methods/facets/binding/called.rb lib/methods/facets/binding/caller.rb
189
- lib/methods/facets/binding/defined.rb
190
- lib/methods/facets/binding/included.rb
191
- lib/methods/facets/binding/local_variables.rb
192
- lib/methods/facets/binding/methodname.rb
193
- lib/methods/facets/binding/op_fetch.rb lib/methods/facets/binding/self.rb
194
- lib/methods/facets/class lib/methods/facets/class/cattr.rb
195
- lib/methods/facets/class/cattr_accessor.rb
196
- lib/methods/facets/class/cattr_reader.rb
197
- lib/methods/facets/class/cattr_writer.rb
198
- lib/methods/facets/class/class_load.rb
199
- lib/methods/facets/class/class_require.rb lib/methods/facets/class/mattr.rb
200
- lib/methods/facets/class/mattr_accessor.rb
201
- lib/methods/facets/class/mattr_reader.rb
202
- lib/methods/facets/class/mattr_writer.rb
203
- lib/methods/facets/class/remove_descendents.rb
204
- lib/methods/facets/class/remove_subclasses.rb
205
- lib/methods/facets/class/subclasses.rb lib/methods/facets/class/to_proc.rb
206
- lib/methods/facets/comparable lib/methods/facets/comparable/at_least.rb
207
- lib/methods/facets/comparable/at_most.rb
208
- lib/methods/facets/comparable/cap.rb lib/methods/facets/comparable/clip.rb
209
- lib/methods/facets/dir lib/methods/facets/dir/ancestor.rb
210
- lib/methods/facets/dir/ascend.rb lib/methods/facets/dir/descend.rb
211
- lib/methods/facets/dir/ls_r.rb lib/methods/facets/dir/multiglob_r.rb
212
- lib/methods/facets/dir/multiglob_with_default.rb
213
- lib/methods/facets/dir/parent.rb lib/methods/facets/dir/recurse.rb
214
- lib/methods/facets/enumerable lib/methods/facets/enumerable/cart.rb
215
- lib/methods/facets/enumerable/cartesian_product.rb
216
- lib/methods/facets/enumerable/cluster_by.rb
217
- lib/methods/facets/enumerable/collect_if.rb
218
- lib/methods/facets/enumerable/collect_with_index.rb
219
- lib/methods/facets/enumerable/combinations.rb
220
- lib/methods/facets/enumerable/combos.rb
221
- lib/methods/facets/enumerable/commonality.rb
222
- lib/methods/facets/enumerable/compact_collect.rb
223
- lib/methods/facets/enumerable/compact_map.rb
224
- lib/methods/facets/enumerable/divide.rb
225
- lib/methods/facets/enumerable/duplicates.rb
226
- lib/methods/facets/enumerable/each_by.rb
227
- lib/methods/facets/enumerable/each_combination.rb
228
- lib/methods/facets/enumerable/each_combo.rb
229
- lib/methods/facets/enumerable/each_pair.rb
230
- lib/methods/facets/enumerable/each_permutation.rb
231
- lib/methods/facets/enumerable/each_unique_pair.rb
232
- lib/methods/facets/enumerable/eachn.rb
233
- lib/methods/facets/enumerable/entropy.rb
234
- lib/methods/facets/enumerable/filter_collect.rb
235
- lib/methods/facets/enumerable/filter_map.rb
236
- lib/methods/facets/enumerable/frequency.rb
237
- lib/methods/facets/enumerable/graph.rb
238
- lib/methods/facets/enumerable/group_by.rb
239
- lib/methods/facets/enumerable/ideal_entropy.rb
240
- lib/methods/facets/enumerable/injecting.rb
241
- lib/methods/facets/enumerable/map_if.rb
242
- lib/methods/facets/enumerable/map_with_index.rb
243
- lib/methods/facets/enumerable/mode.rb lib/methods/facets/enumerable/none.rb
244
- lib/methods/facets/enumerable/nonuniq.rb
245
- lib/methods/facets/enumerable/occur.rb lib/methods/facets/enumerable/one.rb
246
- lib/methods/facets/enumerable/op_pow.rb
247
- lib/methods/facets/enumerable/partition_by.rb
248
- lib/methods/facets/enumerable/permutation_number.rb
249
- lib/methods/facets/enumerable/permute.rb
250
- lib/methods/facets/enumerable/sum.rb lib/methods/facets/enumerable/to_h.rb
251
- lib/methods/facets/enumerable/to_hash.rb
252
- lib/methods/facets/enumerable/uniq_by.rb lib/methods/facets/facets
253
- lib/methods/facets/facets/require_core.rb lib/methods/facets/falseclass
254
- lib/methods/facets/falseclass/to_bool.rb lib/methods/facets/file
255
- lib/methods/facets/file/append.rb lib/methods/facets/file/create.rb
256
- lib/methods/facets/file/null.rb lib/methods/facets/file/read_binary.rb
257
- lib/methods/facets/file/read_list.rb lib/methods/facets/file/rewrite.rb
258
- lib/methods/facets/file/rootname.rb lib/methods/facets/file/sanitize.rb
259
- lib/methods/facets/file/split_all.rb lib/methods/facets/file/writelines.rb
260
- lib/methods/facets/filetest lib/methods/facets/filetest/root.rb
261
- lib/methods/facets/float lib/methods/facets/float/round_at.rb
262
- lib/methods/facets/float/round_off.rb lib/methods/facets/float/round_to.rb
263
- lib/methods/facets/hash lib/methods/facets/hash/alias.rb
264
- lib/methods/facets/hash/autonew.rb lib/methods/facets/hash/collate.rb
265
- lib/methods/facets/hash/delete_at.rb
266
- lib/methods/facets/hash/delete_unless.rb
267
- lib/methods/facets/hash/delete_values.rb
268
- lib/methods/facets/hash/delete_values_at.rb lib/methods/facets/hash/diff.rb
269
- lib/methods/facets/hash/each_with_index.rb
270
- lib/methods/facets/hash/each_with_key.rb lib/methods/facets/hash/graph.rb
271
- lib/methods/facets/hash/has_only_keys.rb lib/methods/facets/hash/join.rb
272
- lib/methods/facets/hash/keys_to_s.rb lib/methods/facets/hash/keys_to_sym.rb
273
- lib/methods/facets/hash/normalize_keys.rb lib/methods/facets/hash/op_and.rb
274
- lib/methods/facets/hash/op_div.rb lib/methods/facets/hash/op_lshift.rb
275
- lib/methods/facets/hash/op_minus.rb lib/methods/facets/hash/op_mul.rb
276
- lib/methods/facets/hash/op_or.rb lib/methods/facets/hash/op_plus.rb
277
- lib/methods/facets/hash/pairs_at.rb lib/methods/facets/hash/replace_each.rb
278
- lib/methods/facets/hash/reverse_merge.rb
279
- lib/methods/facets/hash/reverse_update.rb
280
- lib/methods/facets/hash/stringify_keys.rb lib/methods/facets/hash/swap.rb
281
- lib/methods/facets/hash/swapkey.rb
282
- lib/methods/facets/hash/symbolize_keys.rb lib/methods/facets/hash/to_h.rb
283
- lib/methods/facets/hash/to_proc.rb
284
- lib/methods/facets/hash/to_proc_with_reponse.rb
285
- lib/methods/facets/hash/to_struct.rb lib/methods/facets/hash/update_each.rb
286
- lib/methods/facets/hash/update_keys.rb
287
- lib/methods/facets/hash/update_values.rb
288
- lib/methods/facets/hash/variablize_keys.rb
289
- lib/methods/facets/hash/zipnew.rb lib/methods/facets/integer
290
- lib/methods/facets/integer/bit.rb lib/methods/facets/integer/bit_set.rb
291
- lib/methods/facets/integer/clear_bit.rb
292
- lib/methods/facets/integer/clear_bitmask.rb
293
- lib/methods/facets/integer/even.rb lib/methods/facets/integer/fac.rb
294
- lib/methods/facets/integer/fact.rb lib/methods/facets/integer/multiple.rb
295
- lib/methods/facets/integer/odd.rb lib/methods/facets/integer/round_at.rb
296
- lib/methods/facets/integer/round_to.rb
297
- lib/methods/facets/integer/set_bit.rb
298
- lib/methods/facets/integer/set_bitmask.rb
299
- lib/methods/facets/integer/test_bit.rb
300
- lib/methods/facets/integer/test_bitmask.rb
301
- lib/methods/facets/integer/times_collect.rb
302
- lib/methods/facets/integer/times_map.rb lib/methods/facets/io
303
- lib/methods/facets/io/writelines.rb lib/methods/facets/kernel
304
- lib/methods/facets/kernel/<em>DIR</em>.rb
305
- lib/methods/facets/kernel/<em>assign</em>.rb
306
- lib/methods/facets/kernel/<em>callee</em>.rb
307
- lib/methods/facets/kernel/<em>class</em>.rb
308
- lib/methods/facets/kernel/<em>get</em>.rb
309
- lib/methods/facets/kernel/<em>method</em>.rb
310
- lib/methods/facets/kernel/<em>real</em>.rb
311
- lib/methods/facets/kernel/<em>set</em>.rb
312
- lib/methods/facets/kernel/<em>singleton_class</em>.rb
313
- lib/methods/facets/kernel/as.rb lib/methods/facets/kernel/assign_from.rb
314
- lib/methods/facets/kernel/assign_with.rb
315
- lib/methods/facets/kernel/bitmask.rb lib/methods/facets/kernel/bool.rb
316
- lib/methods/facets/kernel/call_stack.rb lib/methods/facets/kernel/called.rb
317
- lib/methods/facets/kernel/callee.rb lib/methods/facets/kernel/class_def.rb
318
- lib/methods/facets/kernel/complete.rb lib/methods/facets/kernel/copy.rb
319
- lib/methods/facets/kernel/d.rb lib/methods/facets/kernel/deep_clone.rb
320
- lib/methods/facets/kernel/deep_copy.rb lib/methods/facets/kernel/demo.rb
321
- lib/methods/facets/kernel/eigenclass.rb
322
- lib/methods/facets/kernel/enable_warnings.rb
323
- lib/methods/facets/kernel/false.rb lib/methods/facets/kernel/fn.rb
324
- lib/methods/facets/kernel/here.rb lib/methods/facets/kernel/in.rb
325
- lib/methods/facets/kernel/instance_assign.rb
326
- lib/methods/facets/kernel/instance_assume.rb
327
- lib/methods/facets/kernel/instance_class.rb
328
- lib/methods/facets/kernel/instance_exec.rb
329
- lib/methods/facets/kernel/instance_send.rb
330
- lib/methods/facets/kernel/instance_values.rb
331
- lib/methods/facets/kernel/is.rb lib/methods/facets/kernel/load_local.rb
332
- lib/methods/facets/kernel/meta.rb lib/methods/facets/kernel/meta_alias.rb
333
- lib/methods/facets/kernel/meta_class.rb
334
- lib/methods/facets/kernel/meta_def.rb
335
- lib/methods/facets/kernel/meta_eval.rb
336
- lib/methods/facets/kernel/metaclass.rb lib/methods/facets/kernel/method.rb
337
- lib/methods/facets/kernel/not_nil.rb
338
- lib/methods/facets/kernel/object_class.rb
339
- lib/methods/facets/kernel/object_clone.rb
340
- lib/methods/facets/kernel/object_dup.rb
341
- lib/methods/facets/kernel/object_hexid.rb
342
- lib/methods/facets/kernel/object_send.rb lib/methods/facets/kernel/p.rb
343
- lib/methods/facets/kernel/pp_call_stack.rb
344
- lib/methods/facets/kernel/pp_exception.rb
345
- lib/methods/facets/kernel/qua_class.rb
346
- lib/methods/facets/kernel/require_all.rb
347
- lib/methods/facets/kernel/require_local.rb
348
- lib/methods/facets/kernel/resc.rb lib/methods/facets/kernel/returning.rb
349
- lib/methods/facets/kernel/send_as.rb lib/methods/facets/kernel/set_from.rb
350
- lib/methods/facets/kernel/set_with.rb
351
- lib/methods/facets/kernel/silence_stderr.rb
352
- lib/methods/facets/kernel/silence_stream.rb
353
- lib/methods/facets/kernel/silence_warnings.rb
354
- lib/methods/facets/kernel/singleton.rb
355
- lib/methods/facets/kernel/singleton_class.rb
356
- lib/methods/facets/kernel/super_at.rb
357
- lib/methods/facets/kernel/super_method.rb
358
- lib/methods/facets/kernel/superior.rb
359
- lib/methods/facets/kernel/supermethod.rb
360
- lib/methods/facets/kernel/suppress.rb lib/methods/facets/kernel/this.rb
361
- lib/methods/facets/kernel/to_b.rb lib/methods/facets/kernel/true.rb
362
- lib/methods/facets/kernel/warn_with_line.rb
363
- lib/methods/facets/kernel/with.rb lib/methods/facets/matchdata
364
- lib/methods/facets/matchdata/match.rb
365
- lib/methods/facets/matchdata/matchtree.rb lib/methods/facets/module
366
- lib/methods/facets/module/alias_accessor.rb
367
- lib/methods/facets/module/alias_method_chain.rb
368
- lib/methods/facets/module/alias_module_function.rb
369
- lib/methods/facets/module/all_instance_methods.rb
370
- lib/methods/facets/module/ancestor.rb
371
- lib/methods/facets/module/attr_setter.rb
372
- lib/methods/facets/module/attr_tester.rb
373
- lib/methods/facets/module/attr_toggler.rb
374
- lib/methods/facets/module/attr_validator.rb
375
- lib/methods/facets/module/basename.rb lib/methods/facets/module/by_name.rb
376
- lib/methods/facets/module/can.rb lib/methods/facets/module/class.rb
377
- lib/methods/facets/module/clone_removing.rb
378
- lib/methods/facets/module/clone_renaming.rb
379
- lib/methods/facets/module/clone_using.rb
380
- lib/methods/facets/module/conflict.rb lib/methods/facets/module/dirname.rb
381
- lib/methods/facets/module/include_and_extend.rb
382
- lib/methods/facets/module/include_as.rb
383
- lib/methods/facets/module/include_function_module.rb
384
- lib/methods/facets/module/instance_method.rb
385
- lib/methods/facets/module/instance_method_defined.rb
386
- lib/methods/facets/module/integrate.rb lib/methods/facets/module/is.rb
387
- lib/methods/facets/module/modspace.rb
388
- lib/methods/facets/module/module_load.rb
389
- lib/methods/facets/module/module_method.rb
390
- lib/methods/facets/module/module_method_defined.rb
391
- lib/methods/facets/module/module_require.rb
392
- lib/methods/facets/module/nesting.rb lib/methods/facets/module/nodef.rb
393
- lib/methods/facets/module/on_included.rb
394
- lib/methods/facets/module/op_minus.rb lib/methods/facets/module/op_mul.rb
395
- lib/methods/facets/module/op_plus.rb
396
- lib/methods/facets/module/private_conflict.rb
397
- lib/methods/facets/module/protected_conflict.rb
398
- lib/methods/facets/module/public_conflict.rb
399
- lib/methods/facets/module/redef.rb
400
- lib/methods/facets/module/redefine_method.rb
401
- lib/methods/facets/module/redirect.rb
402
- lib/methods/facets/module/redirect_method.rb
403
- lib/methods/facets/module/remove.rb lib/methods/facets/module/rename.rb
404
- lib/methods/facets/module/rename_method.rb
405
- lib/methods/facets/module/revisal.rb lib/methods/facets/module/wrap.rb
406
- lib/methods/facets/module/wrap_method.rb lib/methods/facets/nilclass
407
- lib/methods/facets/nilclass/to_bool.rb lib/methods/facets/nilclass/to_f.rb
408
- lib/methods/facets/nilclass/to_h.rb lib/methods/facets/numeric
409
- lib/methods/facets/numeric/approx.rb lib/methods/facets/numeric/distance.rb
410
- lib/methods/facets/numeric/pred.rb lib/methods/facets/numeric/round_at.rb
411
- lib/methods/facets/numeric/round_to.rb lib/methods/facets/numeric/succ.rb
412
- lib/methods/facets/numeric/to_b.rb lib/methods/facets/object
413
- lib/methods/facets/object/to_bool.rb
414
- lib/methods/facets/object/with_accessor.rb
415
- lib/methods/facets/object/with_reader.rb
416
- lib/methods/facets/object/with_writer.rb lib/methods/facets/proc
417
- lib/methods/facets/proc/op_mul.rb lib/methods/facets/proc/to_h.rb
418
- lib/methods/facets/proc/to_method.rb lib/methods/facets/proc/update.rb
419
- lib/methods/facets/range lib/methods/facets/range/to_r.rb
420
- lib/methods/facets/range/to_range.rb lib/methods/facets/range/umbrella.rb
421
- lib/methods/facets/range/within.rb lib/methods/facets/regexp
422
- lib/methods/facets/regexp/to_re.rb lib/methods/facets/regexp/to_regexp.rb
423
- lib/methods/facets/string lib/methods/facets/string/_crypt.rb
424
- lib/methods/facets/string/align_center.rb
425
- lib/methods/facets/string/align_left.rb
426
- lib/methods/facets/string/align_right.rb lib/methods/facets/string/at.rb
427
- lib/methods/facets/string/brief.rb lib/methods/facets/string/bytes.rb
428
- lib/methods/facets/string/capitalized.rb lib/methods/facets/string/chars.rb
429
- lib/methods/facets/string/cleave.rb lib/methods/facets/string/cmp.rb
430
- lib/methods/facets/string/dequote.rb lib/methods/facets/string/divide.rb
431
- lib/methods/facets/string/downcase.rb
432
- lib/methods/facets/string/each_char.rb
433
- lib/methods/facets/string/each_character.rb
434
- lib/methods/facets/string/each_word.rb
435
- lib/methods/facets/string/ends_with.rb
436
- lib/methods/facets/string/expand_tabs.rb lib/methods/facets/string/first.rb
437
- lib/methods/facets/string/fold.rb lib/methods/facets/string/format.rb
438
- lib/methods/facets/string/indent.rb lib/methods/facets/string/index_all.rb
439
- lib/methods/facets/string/last.rb lib/methods/facets/string/lchomp.rb
440
- lib/methods/facets/string/line_wrap.rb lib/methods/facets/string/lines.rb
441
- lib/methods/facets/string/lowercase.rb lib/methods/facets/string/margin.rb
442
- lib/methods/facets/string/mscan.rb lib/methods/facets/string/outdent.rb
443
- lib/methods/facets/string/peek.rb lib/methods/facets/string/poke.rb
444
- lib/methods/facets/string/pop.rb lib/methods/facets/string/pull.rb
445
- lib/methods/facets/string/push.rb lib/methods/facets/string/quote.rb
446
- lib/methods/facets/string/range_all.rb
447
- lib/methods/facets/string/range_of_line.rb
448
- lib/methods/facets/string/rewrite.rb lib/methods/facets/string/shatter.rb
449
- lib/methods/facets/string/shift.rb lib/methods/facets/string/sprintf.rb
450
- lib/methods/facets/string/starts_with.rb lib/methods/facets/string/store.rb
451
- lib/methods/facets/string/succ.rb lib/methods/facets/string/tab.rb
452
- lib/methods/facets/string/taballto.rb lib/methods/facets/string/tabto.rb
453
- lib/methods/facets/string/to_b.rb lib/methods/facets/string/to_const.rb
454
- lib/methods/facets/string/to_date.rb lib/methods/facets/string/to_proc.rb
455
- lib/methods/facets/string/to_re.rb lib/methods/facets/string/to_rx.rb
456
- lib/methods/facets/string/to_time.rb lib/methods/facets/string/unbracket.rb
457
- lib/methods/facets/string/unshift.rb lib/methods/facets/string/upcase.rb
458
- lib/methods/facets/string/uppercase.rb
459
- lib/methods/facets/string/whitespace.rb
460
- lib/methods/facets/string/word_filter.rb
461
- lib/methods/facets/string/word_wrap.rb lib/methods/facets/string/words.rb
462
- lib/methods/facets/symbol lib/methods/facets/symbol/lchomp.rb
463
- lib/methods/facets/symbol/op_tilde.rb lib/methods/facets/symbol/pad.rb
464
- lib/methods/facets/symbol/to_const.rb lib/methods/facets/symbol/to_proc.rb
465
- lib/methods/facets/time lib/methods/facets/time/stamp.rb
466
- lib/methods/facets/time/to_date.rb lib/methods/facets/time/to_s.rb
467
- lib/methods/facets/time/to_time.rb lib/methods/facets/trueclass
468
- lib/methods/facets/trueclass/to_bool.rb lib/more lib/more/facets
469
- lib/more/facets/advice.rb lib/more/facets/annotations.rb
470
- lib/more/facets/ansicode.rb lib/more/facets/aop.rb
471
- lib/more/facets/arguments.rb lib/more/facets/association.rb
472
- lib/more/facets/attributes.rb lib/more/facets/autoarray.rb
473
- lib/more/facets/autoreload.rb lib/more/facets/basicobject.rb
474
- lib/more/facets/bbcode.rb lib/more/facets/behavior.rb
475
- lib/more/facets/binreadable.rb lib/more/facets/buildable.rb
476
- lib/more/facets/buildingblock.rb lib/more/facets/bytes.rb
477
- lib/more/facets/cachedelegator.rb lib/more/facets/capsule.rb
478
- lib/more/facets/class_extension.rb lib/more/facets/classmethods.rb
479
- lib/more/facets/cloneable.rb lib/more/facets/command.rb
480
- lib/more/facets/compare_on.rb lib/more/facets/console.rb
481
- lib/more/facets/coroutine.rb lib/more/facets/crypt.rb
482
- lib/more/facets/curry.rb lib/more/facets/cut.rb
483
- lib/more/facets/daemonize.rb lib/more/facets/date.rb
484
- lib/more/facets/dependency.rb lib/more/facets/dictionary.rb
485
- lib/more/facets/downloader.rb lib/more/facets/elementor.rb
486
- lib/more/facets/enumerablepass.rb lib/more/facets/eventhook.rb
487
- lib/more/facets/expirable.rb lib/more/facets/fileable.rb
488
- lib/more/facets/filelist.rb lib/more/facets/fileshell.rb
489
- lib/more/facets/fileutils.rb lib/more/facets/getoptlong.rb
490
- lib/more/facets/hashbuilder.rb lib/more/facets/heap.rb
491
- lib/more/facets/infinity.rb lib/more/facets/inheritor.rb
492
- lib/more/facets/instantiable.rb lib/more/facets/instantise.rb
493
- lib/more/facets/interface.rb lib/more/facets/interval.rb
494
- lib/more/facets/ioredirect.rb lib/more/facets/lazy.rb
495
- lib/more/facets/let.rb lib/more/facets/linkedlist.rb
496
- lib/more/facets/logger.rb lib/more/facets/lrucache.rb
497
- lib/more/facets/main.rb lib/more/facets/mapsend.rb
498
- lib/more/facets/memoize.rb lib/more/facets/minitar.rb
499
- lib/more/facets/multipliers.rb lib/more/facets/multiton.rb
500
- lib/more/facets/nackclass.rb lib/more/facets/namespace.rb
501
- lib/more/facets/nullclass.rb lib/more/facets/opencascade.rb
502
- lib/more/facets/opencollection.rb lib/more/facets/openobject.rb
503
- lib/more/facets/orderedhash.rb lib/more/facets/ostruct.rb
504
- lib/more/facets/overload.rb lib/more/facets/paramix.rb
505
- lib/more/facets/pathlist.rb lib/more/facets/pathname.rb
506
- lib/more/facets/pool.rb lib/more/facets/pp_s.rb lib/more/facets/pqueue.rb
507
- lib/more/facets/prepend.rb lib/more/facets/progressbar.rb
508
- lib/more/facets/prototype.rb lib/more/facets/random.rb
509
- lib/more/facets/rbconfig.rb lib/more/facets/rbsystem.rb
510
- lib/more/facets/recorder.rb lib/more/facets/recursive.rb
511
- lib/more/facets/reference.rb lib/more/facets/reflection.rb
512
- lib/more/facets/rwdelegator.rb lib/more/facets/semaphore.rb
513
- lib/more/facets/settings.rb lib/more/facets/shellwords.rb
514
- lib/more/facets/smtp_tls.rb lib/more/facets/snapshot.rb
515
- lib/more/facets/stylize.rb lib/more/facets/syncarray.rb
516
- lib/more/facets/synchash.rb lib/more/facets/timer.rb
517
- lib/more/facets/times.rb lib/more/facets/tracepoint.rb
518
- lib/more/facets/tuple.rb lib/more/facets/typecast.rb
519
- lib/more/facets/uninheritable.rb lib/more/facets/uploadutils.rb
520
- lib/more/facets/version.rb lib/more/facets/yaml.rb
521
- lib/more/facets/ziputils.rb meta meta/facets-2.0.5.roll meta/icli.yaml
522
- meta/manifest.txt task task/clean task/config task/config/general.yaml
523
- task/config/rdoc.yaml task/crosstest task/groups task/install task/isotest
524
- task/loadtest task/log task/methods task/prepare task/publish task/rdoc
525
- task/stats task/syntax task/test task/testeach task/testpairs test test/lib
526
- test/lib/rq.rb test/unit test/unit/array test/unit/array/test_delete.rb
527
- test/unit/array/test_indexable.rb test/unit/array/test_merge.rb
528
- test/unit/array/test_only.rb test/unit/array/test_pad.rb
529
- test/unit/array/test_rotate.rb test/unit/array/test_select.rb
530
- test/unit/array/test_stackable.rb test/unit/binding
531
- test/unit/binding/test_cflow.rb test/unit/binding/test_eval.rb
532
- test/unit/binding/test_vars.rb test/unit/class
533
- test/unit/class/test_descendents.rb test/unit/class/test_initializer.rb
534
- test/unit/comparable test/unit/comparable/test_bound.rb
535
- test/unit/comparable/test_cmp.rb test/unit/continuation
536
- test/unit/continuation/test_create.rb test/unit/enumerable
537
- test/unit/enumerable/test_cartesian.rb test/unit/enumerable/test_collate.rb
538
- test/unit/enumerable/test_collect.rb
539
- test/unit/enumerable/test_combination.rb test/unit/enumerable/test_count.rb
540
- test/unit/enumerable/test_permutation.rb
541
- test/unit/enumerable/test_probability.rb test/unit/file
542
- test/unit/file/test_topath.rb test/unit/file/test_write.rb test/unit/hash
543
- test/unit/hash/test_at.rb test/unit/hash/test_delete.rb
544
- test/unit/hash/test_has_keys.rb test/unit/hash/test_insert.rb
545
- test/unit/hash/test_inverse.rb test/unit/hash/test_iterate.rb
546
- test/unit/hash/test_keyize.rb test/unit/hash/test_merge.rb
547
- test/unit/hash/test_new.rb test/unit/hash/test_op.rb
548
- test/unit/hash/test_rekey.rb test/unit/hash/test_select.rb
549
- test/unit/hash/test_traverse.rb test/unit/hash/test_update.rb
550
- test/unit/hash/test_weave.rb test/unit/integer
551
- test/unit/integer/test_bitmask.rb test/unit/integer/test_factorial.rb
552
- test/unit/integer/test_multiples.rb test/unit/integer/test_of.rb
553
- test/unit/kernel test/unit/kernel/test_callstack.rb
554
- test/unit/kernel/test_constant.rb test/unit/kernel/test_deepcopy.rb
555
- test/unit/kernel/test_instance.rb test/unit/kernel/test_metaid.rb
556
- test/unit/kernel/test_object.rb test/unit/kernel/test_populate.rb
557
- test/unit/kernel/test_report.rb test/unit/kernel/test_require_esc.rb
558
- test/unit/kernel/test_silence.rb test/unit/kernel/test_super.rb
559
- test/unit/kernel/test_tap.rb test/unit/kernel/test_val.rb
560
- test/unit/kernel/test_withattr.rb test/unit/matchdata
561
- test/unit/matchdata/test_matchset.rb test/unit/module
562
- test/unit/module/test_abstract.rb test/unit/module/test_alias.rb
563
- test/unit/module/test_cattr.rb test/unit/module/test_clone.rb
564
- test/unit/module/test_include.rb test/unit/module/test_modify.rb
565
- test/unit/module/test_name.rb test/unit/module/test_traits.rb
566
- test/unit/numeric test/unit/numeric/test_round.rb test/unit/proc
567
- test/unit/proc/test_bind.rb test/unit/proc/test_compose.rb test/unit/range
568
- test/unit/range/test_combine.rb test/unit/range/test_overlap.rb
569
- test/unit/regexp test/unit/regexp/test_arity.rb test/unit/string
570
- test/unit/string/test_align.rb test/unit/string/test_blank.rb
571
- test/unit/string/test_bracket.rb test/unit/string/test_case.rb
572
- test/unit/string/test_crypt.rb test/unit/string/test_filter.rb
573
- test/unit/string/test_format.rb test/unit/string/test_indexable.rb
574
- test/unit/string/test_interpolate.rb test/unit/string/test_natcmp.rb
575
- test/unit/string/test_nchar.rb test/unit/string/test_partitions.rb
576
- test/unit/string/test_range.rb test/unit/string/test_regesc.rb
577
- test/unit/string/test_scan.rb test/unit/string/test_stackable.rb
578
- test/unit/string/test_tabs.rb test/unit/symbol
579
- test/unit/symbol/test_chomp.rb test/unit/symbol/test_generate.rb
580
- test/unit/symbol/test_not.rb test/unit/symbol/test_shadow.rb
581
- test/unit/symbol/test_succ.rb test/unit/symbol/test_to_proc.rb
582
- test/unit/test_1stclassmethod.rb test/unit/test_advice.rb
583
- test/unit/test_annotations.rb test/unit/test_ansicode.rb
584
- test/unit/test_aop.rb test/unit/test_arguments.rb
585
- test/unit/test_association.rb test/unit/test_attributes.rb
586
- test/unit/test_autoarray.rb test/unit/test_basicobject.rb
587
- test/unit/test_bbcode.rb test/unit/test_binreadable.rb
588
- test/unit/test_boolean.rb test/unit/test_buildable.rb
589
- test/unit/test_buildingblock.rb test/unit/test_bytes.rb
590
- test/unit/test_class_extension.rb test/unit/test_classmethods.rb
591
- test/unit/test_command.rb test/unit/test_compare_on.rb
592
- test/unit/test_conversion.rb test/unit/test_coroutine.rb
593
- test/unit/test_crypt.rb test/unit/test_curry.rb test/unit/test_cut.rb
594
- test/unit/test_date.rb test/unit/test_dependency.rb
595
- test/unit/test_dictionary.rb test/unit/test_elementor.rb
596
- test/unit/test_enumerablepass.rb test/unit/test_functor.rb
597
- test/unit/test_getoptlong.rb test/unit/test_infinity.rb
598
- test/unit/test_inheritor.rb test/unit/test_instantiable.rb
599
- test/unit/test_instantise.rb test/unit/test_interface.rb
600
- test/unit/test_interval.rb test/unit/test_let.rb
601
- test/unit/test_linkedlist.rb test/unit/test_lrucache.rb
602
- test/unit/test_mapsend.rb test/unit/test_memoize.rb
603
- test/unit/test_multipliers.rb test/unit/test_multiton.rb
604
- test/unit/test_namespace.rb test/unit/test_opencascade.rb
605
- test/unit/test_openobject.rb test/unit/test_ostruct.rb
606
- test/unit/test_overload.rb test/unit/test_paramix.rb test/unit/test_pp_s.rb
607
- test/unit/test_prototype.rb test/unit/test_random.rb
608
- test/unit/test_recorder.rb test/unit/test_snapshot.rb
609
- test/unit/test_stylize.rb test/unit/test_syncarray.rb
610
- test/unit/test_synchash.rb test/unit/test_timer.rb test/unit/test_times.rb
611
- test/unit/test_tuple.rb test/unit/test_typecast.rb
612
- test/unit/test_uninheritable.rb test/unit/time
613
- test/unit/time/test_change.rb test/unit/time/test_elapse.rb
614
- </p>
615
- </div>
616
-
617
-
618
-
619
-
620
-
621
-
622
-
623
-
624
-
625
- </div>
626
-
627
- </div>
628
-
629
- </body>
630
- </html>