quarry 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
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,77 +1,117 @@
1
+
1
2
  <?xml version="1.0" encoding="iso-8859-1"?>
2
3
  <!DOCTYPE html
3
4
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
5
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html>
6
- <head>
7
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
8
- <title>Index</title>
9
- <style type="text/css">
6
+
10
7
  <!--
11
- body {
12
- background-color: #EEE;
13
- font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
14
- color: #000;
15
- margin: 0px;
16
- }
17
- .banner {
18
- background: #005;
19
- color: #FFF;
20
- padding: 0.2em;
21
- font-size: small;
22
- font-weight: bold;
23
- text-align: center;
24
- }
25
- .entries {
26
- margin: 0.25em 1em 0 1em;
27
- font-size: x-small;
28
- }
29
- a {
30
- color: #00F;
31
- text-decoration: none;
32
- white-space: nowrap;
33
- }
34
- a:hover {
35
- color: #77F;
36
- text-decoration: underline;
37
- }
38
- -->
39
- </style>
40
- <base target="docwin" />
8
+
9
+ Methods
10
+
11
+ -->
12
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
+ <head>
14
+ <title>Methods</title>
15
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
+ <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
+ <base target="docwin" />
41
18
  </head>
42
19
  <body>
43
- <div class="banner">Methods</div>
44
- <div class="entries">
45
- <a href="classes/Quarry.html#M000011">Mockery (Quarry)</a><br />
46
- <a href="classes/Quarry/Design/Specification/Context.html#M000021">after (Quarry::Design::Specification::Context)</a><br />
47
- <a href="classes/Assertion/False.html#M000002">assert (Assertion::False)</a><br />
48
- <a href="classes/Object.html#M000009">assert (Object)</a><br />
49
- <a href="classes/Object.html#M000010">assert! (Object)</a><br />
50
- <a href="classes/Quarry/Design/Specification/Context.html#M000020">before (Quarry::Design::Specification::Context)</a><br />
51
- <a href="files/lib/quarry/breakout_rb.html#M000001">breakout (lib/quarry/breakout.rb)</a><br />
52
- <a href="classes/Quarry/Design/Specification.html#M000017">check (Quarry::Design::Specification)</a><br />
53
- <a href="classes/Quarry/Design.html#M000014">check (Quarry::Design)</a><br />
54
- <a href="classes/Module.html#M000006">doc (Module)</a><br />
55
- <a href="classes/Quarry/MethodProbe.html#M000028">duckcall (Quarry::MethodProbe)</a><br />
56
- <a href="classes/Quarry/Mock/Object.html#M000025">echo (Quarry::Mock::Object)</a><br />
57
- <a href="classes/Quarry/MethodProbe.html#M000030">initialize_copy (Quarry::MethodProbe)</a><br />
58
- <a href="classes/Quarry/Mock/Object.html#M000027">keys (Quarry::Mock::Object)</a><br />
59
- <a href="classes/Assertion/True.html#M000004">message (Assertion::True)</a><br />
60
- <a href="classes/Assertion/False.html#M000003">message (Assertion::False)</a><br />
61
- <a href="classes/Module.html#M000007">method_added (Module)</a><br />
62
- <a href="classes/Quarry/Design/Specification/Context.html#M000022">method_missing (Quarry::Design::Specification::Context)</a><br />
63
- <a href="classes/Quarry/MethodProbe.html#M000031">method_missing (Quarry::MethodProbe)</a><br />
64
- <a href="classes/Quarry/Mock/Object.html#M000024">mock (Quarry::Mock::Object)</a><br />
65
- <a href="classes/Quarry/Mock/Object.html#M000023">mocks (Quarry::Mock::Object)</a><br />
66
- <a href="classes/Assertion/True.html#M000005">new (Assertion::True)</a><br />
67
- <a href="classes/Quarry/Design/Specification.html#M000016">new (Quarry::Design::Specification)</a><br />
68
- <a href="classes/Quarry/MethodProbe.html#M000029">new (Quarry::MethodProbe)</a><br />
69
- <a href="classes/Quarry/Design.html#M000015">outline (Quarry::Design)</a><br />
70
- <a href="classes/Quarry/Design/Specification.html#M000018">outline (Quarry::Design::Specification)</a><br />
71
- <a href="classes/Method.html#M000008">signature (Method)</a><br />
72
- <a href="classes/Quarry/Design.html#M000013">specification (Quarry::Design)</a><br />
73
- <a href="classes/Quarry/Design.html#M000012">specifications (Quarry::Design)</a><br />
74
- <a href="classes/Quarry/Design/Specification/Context.html#M000019">specifications (Quarry::Design::Specification::Context)</a><br />
75
- <a href="classes/Quarry/Mock/Object.html#M000026">spin (Quarry::Mock::Object)</a><br />
20
+ <div id="index">
21
+ <h1 class="section-bar">Methods</h1>
22
+ <div id="index-entries">
23
+ <a href="classes/Quarry/Mock/Setter.html#M000091">== (Quarry::Mock::Setter)</a><br />
24
+ <a href="classes/Quarry/Stub/Setter.html#M000068">== (Quarry::Stub::Setter)</a><br />
25
+ <a href="classes/Quarry/Mock.html#M000086">__table__ (Quarry::Mock)</a><br />
26
+ <a href="classes/Quarry/Stub.html#M000063">__table__ (Quarry::Stub)</a><br />
27
+ <a href="classes/Quarry/Spec/Config.html#M000028">after (Quarry::Spec::Config)</a><br />
28
+ <a href="classes/Quarry/Spec/Config.html#M000029">after_spec (Quarry::Spec::Config)</a><br />
29
+ <a href="classes/Object.html#M000005">assert (Object)</a><br />
30
+ <a href="classes/Assertion/False.html#M000001">assert (Assertion::False)</a><br />
31
+ <a href="classes/Object.html#M000007">assert! (Object)</a><br />
32
+ <a href="classes/Object.html#M000010">assert_raises (Object)</a><br />
33
+ <a href="classes/Object.html#M000013">assert_raises! (Object)</a><br />
34
+ <a href="classes/Quarry/Spec/Config.html#M000027">before (Quarry::Spec::Config)</a><br />
35
+ <a href="classes/Quarry/Spec/Config.html#M000026">before_spec (Quarry::Spec::Config)</a><br />
36
+ <a href="classes/Quarry/Spec/Runner.html#M000047">check (Quarry::Spec::Runner)</a><br />
37
+ <a href="classes/Quarry/Spec/Runner.html#M000048">check_spec (Quarry::Spec::Runner)</a><br />
38
+ <a href="classes/Quarry/Spec/Markup.html#M000056">description (Quarry::Spec::Markup)</a><br />
39
+ <a href="classes/Quarry/MethodProbe.html#M000079">duckcall (Quarry::MethodProbe)</a><br />
40
+ <a href="classes/Quarry/Break.html#M000084">edit (Quarry::Break)</a><br />
41
+ <a href="classes/Quarry/Command.html#M000069">execute (Quarry::Command)</a><br />
42
+ <a href="classes/Quarry/Command.html#M000078">execute (Quarry::Command)</a><br />
43
+ <a href="classes/Quarry/Spec/Document.html#M000059">generate (Quarry::Spec::Document)</a><br />
44
+ <a href="classes/Quarry/MethodProbe.html#M000081">initialize_copy (Quarry::MethodProbe)</a><br />
45
+ <a href="classes/Quarry/Command.html#M000073">load_rc (Quarry::Command)</a><br />
46
+ <a href="classes/Quarry/Spec/Comment.html#M000024">macro? (Quarry::Spec::Comment)</a><br />
47
+ <a href="classes/Assertion/False.html#M000002">message (Assertion::False)</a><br />
48
+ <a href="classes/Quarry/Stub.html#M000064">method_missing (Quarry::Stub)</a><br />
49
+ <a href="classes/Quarry/Stub/Delegator.html#M000066">method_missing (Quarry::Stub::Delegator)</a><br />
50
+ <a href="classes/Quarry/MethodProbe.html#M000082">method_missing (Quarry::MethodProbe)</a><br />
51
+ <a href="classes/Quarry/Mock/Delegator.html#M000089">method_missing (Quarry::Mock::Delegator)</a><br />
52
+ <a href="classes/Quarry/Mock.html#M000087">method_missing (Quarry::Mock)</a><br />
53
+ <a href="classes/Object.html#M000017">mock (Object)</a><br />
54
+ <a href="classes/Quarry/Spec/Context.html#M000030">new (Quarry::Spec::Context)</a><br />
55
+ <a href="classes/Quarry/MethodProbe.html#M000080">new (Quarry::MethodProbe)</a><br />
56
+ <a href="classes/Quarry/Spec/Config.html#M000025">new (Quarry::Spec::Config)</a><br />
57
+ <a href="classes/Quarry/Break.html#M000083">new (Quarry::Break)</a><br />
58
+ <a href="classes/Quarry/Spec/Template.html#M000051">new (Quarry::Spec::Template)</a><br />
59
+ <a href="classes/Quarry/Spec/Comment.html#M000022">new (Quarry::Spec::Comment)</a><br />
60
+ <a href="classes/Assertion/True.html#M000003">new (Assertion::True)</a><br />
61
+ <a href="classes/Quarry/Stub/Setter.html#M000067">new (Quarry::Stub::Setter)</a><br />
62
+ <a href="classes/Quarry/Spec/Step.html#M000021">new (Quarry::Spec::Step)</a><br />
63
+ <a href="classes/Quarry/Stub/Delegator.html#M000065">new (Quarry::Stub::Delegator)</a><br />
64
+ <a href="classes/Quarry/Spec/Macro.html#M000020">new (Quarry::Spec::Macro)</a><br />
65
+ <a href="classes/Quarry/Stub.html#M000062">new (Quarry::Stub)</a><br />
66
+ <a href="classes/Quarry/Mock.html#M000085">new (Quarry::Mock)</a><br />
67
+ <a href="classes/Quarry/Spec/Document.html#M000057">new (Quarry::Spec::Document)</a><br />
68
+ <a href="classes/Quarry/Mock/Delegator.html#M000088">new (Quarry::Mock::Delegator)</a><br />
69
+ <a href="classes/Quarry/Mock/Setter.html#M000090">new (Quarry::Mock::Setter)</a><br />
70
+ <a href="classes/Quarry/Spec/Runner.html#M000046">new (Quarry::Spec::Runner)</a><br />
71
+ <a href="classes/Quarry/Spec/Markup.html#M000053">new (Quarry::Spec::Markup)</a><br />
72
+ <a href="classes/Quarry/Spec/Header.html#M000050">new (Quarry::Spec::Header)</a><br />
73
+ <a href="classes/Quarry/Command.html#M000070">new (Quarry::Command)</a><br />
74
+ <a href="classes/Quarry/Command.html#M000071">opts (Quarry::Command)</a><br />
75
+ <a href="classes/Quarry/Command.html#M000076">output (Quarry::Command)</a><br />
76
+ <a href="classes/Quarry/Spec/Markup.html#M000054">parse (Quarry::Spec::Markup)</a><br />
77
+ <a href="classes/Quarry/Command.html#M000072">parse_options (Quarry::Command)</a><br />
78
+ <a href="classes/Quarry/Spec/Markup.html#M000055">parse_section (Quarry::Spec::Markup)</a><br />
79
+ <a href="classes/Quarry/Spec/Template.html#M000052">parse_template (Quarry::Spec::Template)</a><br />
80
+ <a href="classes/Quarry/Spec/Document.html#M000058">quiet? (Quarry::Spec::Document)</a><br />
81
+ <a href="classes/Object.html#M000008">refute (Object)</a><br />
82
+ <a href="classes/Object.html#M000012">refute_raises (Object)</a><br />
83
+ <a href="classes/Object.html#M000016">remove (Object)</a><br />
84
+ <a href="classes/Object.html#M000018">remove (Object)</a><br />
85
+ <a href="classes/Quarry/Spec/Reporter/Verbatim.html#M000032">report_comment (Quarry::Spec::Reporter::Verbatim)</a><br />
86
+ <a href="classes/Quarry/Spec/Reporter/Summary.html#M000041">report_comment (Quarry::Spec::Reporter::Summary)</a><br />
87
+ <a href="classes/Quarry/Spec/Reporter/Summary.html#M000045">report_error (Quarry::Spec::Reporter::Summary)</a><br />
88
+ <a href="classes/Quarry/Spec/Reporter/Verbatim.html#M000036">report_error (Quarry::Spec::Reporter::Verbatim)</a><br />
89
+ <a href="classes/Quarry/Spec/Reporter/Verbatim.html#M000035">report_fail (Quarry::Spec::Reporter::Verbatim)</a><br />
90
+ <a href="classes/Quarry/Spec/Reporter/Summary.html#M000044">report_fail (Quarry::Spec::Reporter::Summary)</a><br />
91
+ <a href="classes/Quarry/Spec/Reporter/Verbatim.html#M000031">report_header (Quarry::Spec::Reporter::Verbatim)</a><br />
92
+ <a href="classes/Quarry/Spec/Reporter/Summary.html#M000040">report_header (Quarry::Spec::Reporter::Summary)</a><br />
93
+ <a href="classes/Quarry/Spec/Reporter/DotProgress.html#M000037">report_intro (Quarry::Spec::Reporter::DotProgress)</a><br />
94
+ <a href="classes/Quarry/Spec/Reporter/Summary.html#M000042">report_macro (Quarry::Spec::Reporter::Summary)</a><br />
95
+ <a href="classes/Quarry/Spec/Reporter/Verbatim.html#M000033">report_macro (Quarry::Spec::Reporter::Verbatim)</a><br />
96
+ <a href="classes/Quarry/Spec/Reporter/Verbatim.html#M000034">report_pass (Quarry::Spec::Reporter::Verbatim)</a><br />
97
+ <a href="classes/Quarry/Spec/Reporter/Summary.html#M000043">report_pass (Quarry::Spec::Reporter::Summary)</a><br />
98
+ <a href="classes/Quarry/Spec/Reporter/DotProgress.html#M000038">report_step (Quarry::Spec::Reporter::DotProgress)</a><br />
99
+ <a href="classes/Quarry/Spec/Reporter/DotProgress.html#M000039">report_summary (Quarry::Spec::Reporter::DotProgress)</a><br />
100
+ <a href="classes/Quarry/Spec/Runner.html#M000049">run_step (Quarry::Spec::Runner)</a><br />
101
+ <a href="classes/Quarry/Command.html#M000077">runner (Quarry::Command)</a><br />
102
+ <a href="classes/Quarry/Spec/Document.html#M000061">save (Quarry::Spec::Document)</a><br />
103
+ <a href="classes/Object.html#M000006">should (Object)</a><br />
104
+ <a href="classes/Object.html#M000009">should_not (Object)</a><br />
105
+ <a href="classes/Object.html#M000014">should_not_raise (Object)</a><br />
106
+ <a href="classes/Object.html#M000011">should_raise (Object)</a><br />
107
+ <a href="classes/Method.html#M000004">signature (Method)</a><br />
108
+ <a href="classes/Quarry/Command.html#M000075">spec_files (Quarry::Command)</a><br />
109
+ <a href="classes/Quarry/Command.html#M000074">specs (Quarry::Command)</a><br />
110
+ <a href="classes/Object.html#M000015">stub (Object)</a><br />
111
+ <a href="classes/Quarry/Spec/Document.html#M000060">template (Quarry::Spec::Document)</a><br />
112
+ <a href="classes/Quarry/Extract.html#M000019">test_extract (Quarry::Extract)</a><br />
113
+ <a href="classes/Quarry/Spec/Comment.html#M000023">type (Quarry::Spec::Comment)</a><br />
114
+ </div>
76
115
  </div>
77
- </body></html>
116
+ </body>
117
+ </html>
data/doc/rdoc/index.html CHANGED
@@ -1,26 +1,24 @@
1
-
2
- <!DOCTYPE html
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
3
  PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
5
+
6
+ <!--
7
+
8
+ RDoc Documentation
9
+
10
+ -->
5
11
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
12
  <head>
7
13
  <title>RDoc Documentation</title>
8
14
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
15
  </head>
10
-
11
- <frameset cols="20%,*">
12
- <frameset rows="15%,35%,50%">
16
+ <frameset rows="20%, 80%">
17
+ <frameset cols="25%,35%,45%">
13
18
  <frame src="fr_file_index.html" title="Files" name="Files" />
14
19
  <frame src="fr_class_index.html" name="Classes" />
15
20
  <frame src="fr_method_index.html" name="Methods" />
16
21
  </frameset>
17
- <frame src="files/README.html" name="docwin" />
18
- <noframes>
19
- <body bgcolor="white">
20
- Click <a href="html/index.html">here</a> for a non-frames
21
- version of this page.
22
- </body>
23
- </noframes>
22
+ <frame src="files/README.html" name="docwin" />
24
23
  </frameset>
25
-
26
24
  </html>
@@ -1,175 +1,208 @@
1
- a {
2
- color: #00F;
3
- text-decoration: none;
1
+
2
+ body {
3
+ font-family: Verdana,Arial,Helvetica,sans-serif;
4
+ font-size: 90%;
5
+ margin: 0;
6
+ margin-left: 40px;
7
+ padding: 0;
8
+ background: white;
4
9
  }
5
10
 
6
- a:hover {
7
- color: #77F;
8
- text-decoration: underline;
11
+ h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
12
+ h1 { font-size: 150%; }
13
+ h2,h3,h4 { margin-top: 1em; }
14
+
15
+ a { background: #eef; color: #039; text-decoration: none; }
16
+ a:hover { background: #039; color: #eef; }
17
+
18
+ /* Override the base stylesheet's Anchor inside a table cell */
19
+ td > a {
20
+ background: transparent;
21
+ color: #039;
22
+ text-decoration: none;
9
23
  }
10
24
 
11
- body, td, p {
12
- font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
13
- background: #FFF;
14
- color: #000;
15
- margin: 0px;
16
- font-size: small;
25
+ /* and inside a section title */
26
+ .section-title > a {
27
+ background: transparent;
28
+ color: #eee;
29
+ text-decoration: none;
17
30
  }
18
31
 
19
- #content {
20
- margin: 2em;
32
+ /* === Structural elements =================================== */
33
+
34
+ div#index {
35
+ margin: 0;
36
+ margin-left: -40px;
37
+ padding: 0;
38
+ font-size: 90%;
21
39
  }
22
40
 
23
- #description p {
24
- margin-bottom: 0.5em;
41
+
42
+ div#index a {
43
+ margin-left: 0.7em;
25
44
  }
26
45
 
27
- .sectiontitle {
28
- margin-top: 1em;
29
- margin-bottom: 1em;
30
- padding: 0.5em;
31
- padding-left: 2em;
32
- background: #005;
33
- color: #FFF;
34
- font-weight: bold;
35
- border: 1px dotted black;
46
+ div#index .section-bar {
47
+ margin-left: 0px;
48
+ padding-left: 0.7em;
49
+ background: #ccc;
50
+ font-size: small;
36
51
  }
37
52
 
38
- .attr-rw {
39
- padding-left: 1em;
40
- padding-right: 1em;
41
- text-align: center;
42
- color: #055;
53
+
54
+ div#classHeader, div#fileHeader {
55
+ width: auto;
56
+ color: white;
57
+ padding: 0.5em 1.5em 0.5em 1.5em;
58
+ margin: 0;
59
+ margin-left: -40px;
60
+ border-bottom: 3px solid #006;
43
61
  }
44
62
 
45
- .attr-name {
46
- font-weight: bold;
63
+ div#classHeader a, div#fileHeader a {
64
+ background: inherit;
65
+ color: white;
47
66
  }
48
67
 
49
- .attr-desc {
68
+ div#classHeader td, div#fileHeader td {
69
+ background: inherit;
70
+ color: white;
50
71
  }
51
72
 
52
- .attr-value {
53
- font-family: monospace;
73
+
74
+ div#fileHeader {
75
+ background: #057;
54
76
  }
55
77
 
56
- .file-title-prefix {
57
- font-size: large;
78
+ div#classHeader {
79
+ background: #048;
58
80
  }
59
81
 
60
- .file-title {
61
- font-size: large;
82
+
83
+ .class-name-in-header {
84
+ font-size: 180%;
62
85
  font-weight: bold;
63
- background: #005;
64
- color: #FFF;
65
86
  }
66
87
 
67
- .banner {
68
- background: #005;
69
- color: #FFF;
70
- border: 1px solid black;
71
- padding: 1em;
72
- }
73
88
 
74
- .banner td {
75
- background: transparent;
76
- color: #FFF;
89
+ div#bodyContent {
90
+ padding: 0 1.5em 0 1.5em;
77
91
  }
78
92
 
79
- h1 a, h2 a, .sectiontitle a, .banner a {
80
- color: #FF0;
93
+ div#description {
94
+ padding: 0.5em 1.5em;
95
+ background: #efefef;
96
+ border: 1px dotted #999;
81
97
  }
82
98
 
83
- h1 a:hover, h2 a:hover, .sectiontitle a:hover, .banner a:hover {
84
- color: #FF7;
99
+ div#description h1,h2,h3,h4,h5,h6 {
100
+ color: #125;;
101
+ background: transparent;
85
102
  }
86
103
 
87
- .dyn-source {
88
- display: none;
89
- background: #FFE;
90
- color: #000;
91
- border: 1px dotted black;
92
- margin: 0.5em 2em 0.5em 2em;
93
- padding: 0.5em;
104
+ div#validator-badges {
105
+ text-align: center;
94
106
  }
107
+ div#validator-badges img { border: 0; }
95
108
 
96
- .dyn-source .cmt {
97
- color: #00F;
98
- font-style: italic;
109
+ div#copyright {
110
+ color: #333;
111
+ background: #efefef;
112
+ font: 0.75em sans-serif;
113
+ margin-top: 5em;
114
+ margin-bottom: 0;
115
+ padding: 0.5em 2em;
99
116
  }
100
117
 
101
- .dyn-source .kw {
102
- color: #070;
103
- font-weight: bold;
104
- }
105
118
 
106
- .method {
107
- margin-left: 1em;
108
- margin-right: 1em;
109
- margin-bottom: 1em;
110
- }
119
+ /* === Classes =================================== */
111
120
 
112
- .description pre {
113
- padding: 0.5em;
114
- border: 1px dotted black;
115
- background: #FFE;
121
+ table.header-table {
122
+ color: white;
123
+ font-size: small;
116
124
  }
117
125
 
118
- .method .title {
119
- font-family: monospace;
120
- font-size: large;
121
- border-bottom: 1px dashed black;
122
- margin-bottom: 0.3em;
123
- padding-bottom: 0.1em;
126
+ .type-note {
127
+ font-size: small;
128
+ color: #DEDEDE;
124
129
  }
125
130
 
126
- .method .description, .method .sourcecode {
127
- margin-left: 1em;
131
+ .xxsection-bar {
132
+ background: #eee;
133
+ color: #333;
134
+ padding: 3px;
128
135
  }
129
136
 
130
- .description p, .sourcecode p {
131
- margin-bottom: 0.5em;
137
+ .section-bar {
138
+ color: #333;
139
+ border-bottom: 1px solid #999;
140
+ margin-left: -20px;
132
141
  }
133
142
 
134
- .method .sourcecode p.source-link {
135
- text-indent: 0em;
136
- margin-top: 0.5em;
137
- }
138
143
 
139
- .method .aka {
140
- margin-top: 0.3em;
141
- margin-left: 1em;
142
- font-style: italic;
143
- text-indent: 2em;
144
+ .section-title {
145
+ background: #79a;
146
+ color: #eee;
147
+ padding: 3px;
148
+ margin-top: 2em;
149
+ margin-left: -30px;
150
+ border: 1px solid #999;
144
151
  }
145
152
 
146
- h1 {
147
- padding: 1em;
148
- border: 1px solid black;
149
- font-size: x-large;
150
- font-weight: bold;
151
- color: #FFF;
152
- background: #007;
153
- }
153
+ .top-aligned-row { vertical-align: top }
154
+ .bottom-aligned-row { vertical-align: bottom }
154
155
 
155
- h2 {
156
- padding: 0.5em 1em 0.5em 1em;
157
- border: 1px solid black;
158
- font-size: large;
159
- font-weight: bold;
160
- color: #FFF;
161
- background: #009;
156
+ /* --- Context section classes ----------------------- */
157
+
158
+ .context-row { }
159
+ .context-item-name { font-family: monospace; font-weight: bold; color: black; }
160
+ .context-item-value { font-size: small; color: #448; }
161
+ .context-item-desc { color: #333; padding-left: 2em; }
162
+
163
+ /* --- Method classes -------------------------- */
164
+ .method-detail {
165
+ background: #efefef;
166
+ padding: 0;
167
+ margin-top: 0.5em;
168
+ margin-bottom: 1em;
169
+ border: 1px dotted #ccc;
162
170
  }
171
+ .method-heading {
172
+ color: black;
173
+ background: #ccc;
174
+ border-bottom: 1px solid #666;
175
+ padding: 0.2em 0.5em 0 0.5em;
176
+ }
177
+ .method-signature { color: black; background: inherit; }
178
+ .method-name { font-weight: bold; }
179
+ .method-args { font-style: italic; }
180
+ .method-description { padding: 0 0.5em 0 0.5em; }
181
+
182
+ /* --- Source code sections -------------------- */
163
183
 
164
- h3, h4, h5, h6 {
165
- padding: 0.2em 1em 0.2em 1em;
166
- border: 1px dashed black;
167
- color: #000;
168
- background: #AAF;
184
+ a.source-toggle { font-size: 90%; }
185
+ div.method-source-code {
186
+ background: #262626;
187
+ color: #ffdead;
188
+ margin: 1em;
189
+ padding: 0.5em;
190
+ border: 1px dashed #999;
191
+ overflow: hidden;
169
192
  }
170
193
 
171
- .sourcecode > pre {
172
- padding: 0.5em;
173
- border: 1px dotted black;
174
- background: #FFE;
175
- }
194
+ div.method-source-code pre { color: #ffdead; overflow: hidden; }
195
+
196
+ /* --- Ruby keyword styles --------------------- */
197
+
198
+ .standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
199
+
200
+ .ruby-constant { color: #7fffd4; background: transparent; }
201
+ .ruby-keyword { color: #00ffff; background: transparent; }
202
+ .ruby-ivar { color: #eedd82; background: transparent; }
203
+ .ruby-operator { color: #00ffee; background: transparent; }
204
+ .ruby-identifier { color: #ffdead; background: transparent; }
205
+ .ruby-node { color: #ffa07a; background: transparent; }
206
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
207
+ .ruby-regexp { color: #ffa07a; background: transparent; }
208
+ .ruby-value { color: #7fffd4; background: transparent; }
@@ -3,8 +3,10 @@ attributes: []
3
3
 
4
4
  class_methods: []
5
5
 
6
- comment: []
7
-
6
+ comment:
7
+ - !ruby/struct:SM::Flow::H
8
+ level: 1
9
+ text: Assertion::False
8
10
  constants: []
9
11
 
10
12
  full_name: Assertion::False
@@ -16,4 +18,4 @@ instance_methods:
16
18
  - !ruby/object:RI::MethodSummary
17
19
  name: message
18
20
  name: "False"
19
- superclass: "True"
21
+ superclass: Assertion::True
@@ -6,8 +6,10 @@ class_methods:
6
6
  name: message
7
7
  - !ruby/object:RI::MethodSummary
8
8
  name: new
9
- comment: []
10
-
9
+ comment:
10
+ - !ruby/struct:SM::Flow::H
11
+ level: 1
12
+ text: Assertion::True
11
13
  constants: []
12
14
 
13
15
  full_name: Assertion::True
@@ -7,5 +7,5 @@ comment: []
7
7
  full_name: Assertion::True::message
8
8
  is_singleton: true
9
9
  name: message
10
- params: (msg,&block)
11
- visibility: public
10
+ params: (op,&block)
11
+ visibility: private
@@ -7,5 +7,5 @@ comment: []
7
7
  full_name: Assertion::True#message
8
8
  is_singleton: false
9
9
  name: message
10
- params: ( obj, sym, *a, &b )
10
+ params: (obj, sym, *a, &b)
11
11
  visibility: private
@@ -2,10 +2,11 @@
2
2
  aliases: []
3
3
 
4
4
  block_params:
5
- comment: []
6
-
5
+ comment:
6
+ - !ruby/struct:SM::Flow::P
7
+ body: "TODO: Not sure about the raises here."
7
8
  full_name: Assertion::True#method_missing
8
9
  is_singleton: false
9
10
  name: method_missing
10
- params: ( sym, *a, &b )
11
+ params: (sym, *a, &b)
11
12
  visibility: private