quarry 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +40 -3
- data/MANIFEST +290 -78
- data/README +51 -37
- data/RELEASE +12 -0
- data/VERSION +1 -1
- data/bin/quarry +117 -0
- data/bin/quarry-doc +26 -0
- data/bin/ruby-break +10 -0
- data/bin/{xact-ruby → ruby-xacto} +0 -0
- data/doc/assets/images/clipboard.jpg +0 -0
- data/doc/assets/images/clipboard2.png +0 -0
- data/doc/assets/images/darksilver.png +0 -0
- data/doc/assets/images/icon/book.jpg +0 -0
- data/doc/assets/images/icon/download.gif +0 -0
- data/doc/assets/images/icon/letter_r.png +0 -0
- data/doc/assets/images/icon/license.png +0 -0
- data/doc/assets/images/icon/software.png +0 -0
- data/doc/assets/images/icon/source.png +0 -0
- data/doc/assets/images/miner.jpg +0 -0
- data/doc/assets/images/rbrylmtrx.png +0 -0
- data/doc/assets/images/ruby.gif +0 -0
- data/doc/assets/images/runneth.png +0 -0
- data/doc/assets/images/silver.gif +0 -0
- data/doc/assets/images/test.jpg +0 -0
- data/doc/assets/jquery/jquery.js +1 -0
- data/doc/assets/jquery/jquery.tabs.js +1 -0
- data/doc/assets/rdoc_ad.html +12 -0
- data/doc/assets/styles/index.css +138 -0
- data/doc/guide/stubs.md +125 -0
- data/doc/index.html +285 -0
- data/doc/log/bstats/stats.html +39 -0
- data/doc/log/notes.xml +32 -0
- data/doc/log/stats.html +25 -0
- data/doc/log/stats.log +14 -0
- data/doc/log/syntax.log +0 -0
- data/doc/rdoc/classes/Assertion/False.html +151 -106
- data/doc/rdoc/classes/Assertion/True.html +128 -113
- data/doc/rdoc/classes/Assertion.html +147 -77
- data/doc/rdoc/classes/Kernel.html +84 -65
- data/doc/rdoc/classes/Method.html +123 -92
- data/doc/rdoc/classes/Object.html +468 -115
- data/doc/rdoc/classes/Quarry/Break.html +231 -0
- data/doc/rdoc/classes/Quarry/Command.html +443 -0
- data/doc/rdoc/classes/Quarry/Extract.html +215 -0
- data/doc/rdoc/classes/Quarry/MethodProbe.html +203 -145
- data/doc/rdoc/classes/Quarry/Mock/Delegator.html +179 -0
- data/doc/rdoc/classes/Quarry/Mock/Setter.html +175 -0
- data/doc/rdoc/classes/Quarry/Mock.html +211 -67
- data/doc/rdoc/classes/Quarry/Spec/Comment.html +237 -0
- data/doc/rdoc/classes/Quarry/Spec/Config.html +257 -0
- data/doc/rdoc/classes/Quarry/Spec/Context.html +154 -0
- data/doc/rdoc/classes/Quarry/Spec/Document.html +382 -0
- data/doc/rdoc/classes/Quarry/Spec/Header.html +195 -0
- data/doc/rdoc/classes/Quarry/Spec/Macro.html +166 -0
- data/doc/rdoc/classes/Quarry/Spec/Markup.html +279 -0
- data/doc/rdoc/classes/Quarry/Spec/Reporter/DotProgress.html +234 -0
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Summary.html +294 -0
- data/doc/rdoc/classes/Quarry/Spec/Reporter/Verbatim.html +311 -0
- data/doc/rdoc/classes/Quarry/Spec/Runner.html +352 -0
- data/doc/rdoc/classes/Quarry/Spec/Step.html +190 -0
- data/doc/rdoc/classes/Quarry/Spec/Template.html +205 -0
- data/doc/rdoc/classes/Quarry/Stub/Delegator.html +179 -0
- data/doc/rdoc/classes/Quarry/Stub/Setter.html +175 -0
- data/doc/rdoc/classes/Quarry/Stub.html +224 -0
- data/doc/rdoc/classes/Quarry.html +153 -154
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/CHANGES.html +126 -76
- data/doc/rdoc/files/COPYING.html +84 -73
- data/doc/rdoc/files/README.html +135 -111
- data/doc/rdoc/files/RELEASE.html +122 -0
- data/doc/rdoc/files/VERSION.html +85 -74
- data/doc/rdoc/files/bin/quarry-doc.html +109 -0
- data/doc/rdoc/files/bin/quarry.html +109 -0
- data/doc/rdoc/files/bin/ruby-break.html +108 -0
- data/doc/rdoc/files/bin/ruby-xacto.html +101 -0
- data/doc/rdoc/files/lib/quarry/assert_rb.html +155 -0
- data/doc/rdoc/files/lib/quarry/break_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/extract_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/loadmonitor_rb.html +80 -71
- data/doc/rdoc/files/lib/quarry/spec/config_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/spec/context_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/spec/document_rb.html +111 -0
- data/doc/rdoc/files/lib/quarry/spec/markup_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter/dotprogress_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter/summary_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter/verbatim_rb.html +108 -0
- data/doc/rdoc/files/lib/quarry/spec/reporter_rb.html +109 -0
- data/doc/rdoc/files/lib/quarry/spec/runner_rb.html +109 -0
- data/doc/rdoc/files/lib/quarry/spec/step_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/spec/template_rhtml.html +228 -0
- data/doc/rdoc/files/lib/quarry/spec_rb.html +113 -0
- data/doc/rdoc/files/lib/quarry/stub/mock_rb.html +101 -0
- data/doc/rdoc/files/lib/quarry/stub/probe_rb.html +122 -0
- data/doc/rdoc/files/lib/quarry/stub/spec_txt.html +118 -0
- data/doc/rdoc/files/lib/quarry/stub/stub_rb.html +101 -0
- data/doc/rdoc/fr_class_index.html +48 -52
- data/doc/rdoc/fr_file_index.html +47 -57
- data/doc/rdoc/fr_method_index.html +109 -69
- data/doc/rdoc/index.html +12 -14
- data/doc/rdoc/rdoc-style.css +154 -121
- data/doc/ri/Assertion/False/cdesc-False.yaml +5 -3
- data/doc/ri/Assertion/True/cdesc-True.yaml +4 -2
- data/doc/ri/Assertion/True/message-c.yaml +2 -2
- data/doc/ri/Assertion/True/message-i.yaml +1 -1
- data/doc/ri/Assertion/True/method_missing-i.yaml +4 -3
- data/doc/ri/Assertion/cdesc-Assertion.yaml +24 -1
- data/doc/ri/Object/assert%21-i.yaml +7 -4
- data/doc/ri/Object/assert-i.yaml +3 -2
- data/doc/ri/Object/assert_raises%21-i.yaml +12 -0
- data/doc/ri/Object/assert_raises-i.yaml +15 -0
- data/doc/ri/Object/cdesc-Object.yaml +24 -2
- data/doc/ri/{Quarry/Design/Specification/outline-i.yaml → Object/mock-i.yaml} +4 -4
- data/doc/ri/Object/refute-i.yaml +13 -0
- data/doc/ri/Object/refute_raises-i.yaml +17 -0
- data/doc/ri/Object/remove-i.yaml +12 -0
- data/doc/ri/{Quarry/Design/check-c.yaml → Object/should-i.yaml} +4 -4
- data/doc/ri/Object/should_not-i.yaml +12 -0
- data/doc/ri/Object/should_not_raise-i.yaml +12 -0
- data/doc/ri/Object/should_raise-i.yaml +12 -0
- data/doc/ri/{Quarry/Mock/Object/mock-c.yaml → Object/stub-i.yaml} +5 -5
- data/doc/ri/{Module/cdesc-Module.yaml → Quarry/Break/cdesc-Break.yaml} +10 -8
- data/doc/ri/Quarry/Break/edit-i.yaml +11 -0
- data/doc/ri/Quarry/Break/new-c.yaml +11 -0
- data/doc/ri/Quarry/Extract/cdesc-Extract.yaml +26 -0
- data/doc/ri/Quarry/Extract/create_test-i.yaml +12 -0
- data/doc/ri/Quarry/Extract/extract_test_from_file-i.yaml +12 -0
- data/doc/ri/Quarry/Extract/test_extract-i.yaml +18 -0
- data/doc/ri/Quarry/Mock/Delegator/cdesc-Delegator.yaml +20 -0
- data/doc/ri/Quarry/{Design/Specification/Context → Mock/Delegator}/method_missing-i.yaml +2 -2
- data/doc/ri/Quarry/{Design/specification-c.yaml → Mock/Delegator/new-c.yaml} +3 -3
- data/doc/ri/{Module/method_added-i.yaml → Quarry/Mock/Setter/%3d%3d-i.yaml} +3 -3
- data/doc/ri/Quarry/Mock/Setter/cdesc-Setter.yaml +18 -0
- data/doc/ri/Quarry/Mock/Setter/new-c.yaml +10 -0
- data/doc/ri/Quarry/Mock/__table__-i.yaml +11 -0
- data/doc/ri/Quarry/Mock/cdesc-Mock.yaml +17 -7
- data/doc/ri/Quarry/Mock/method_missing-i.yaml +12 -0
- data/doc/ri/Quarry/{Design/outline-c.yaml → Mock/new-c.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Comment/cdesc-Comment.yaml +33 -0
- data/doc/ri/Quarry/Spec/Comment/macro%3f-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Comment/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Comment/type-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/after-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/after_spec-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/before-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Config/before_spec-i.yaml +12 -0
- data/doc/ri/Quarry/{Design/Specification/Context/cdesc-Context.yaml → Spec/Config/cdesc-Config.yaml} +11 -9
- data/doc/ri/Quarry/{Mock/Object/mocks-c.yaml → Spec/Config/new-c.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Context/cdesc-Context.yaml +21 -0
- data/doc/ri/Quarry/{Design/specifications-c.yaml → Spec/Context/new-c.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Document/cdesc-Document.yaml +76 -0
- data/doc/ri/Quarry/Spec/Document/generate-i.yaml +12 -0
- data/doc/ri/Quarry/{Mock/Object/echo-c.yaml → Spec/Document/new-c.yaml} +4 -4
- data/doc/ri/Quarry/Spec/Document/quiet%3f-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Document/require_rdoc-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Document/save-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Document/template-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Header/cdesc-Header.yaml +30 -0
- data/doc/ri/Quarry/Spec/Header/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Macro/cdesc-Macro.yaml +22 -0
- data/doc/ri/Quarry/Spec/Macro/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Markup/cdesc-Markup.yaml +31 -0
- data/doc/ri/Quarry/Spec/Markup/description-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Markup/new-c.yaml +11 -0
- data/doc/ri/Quarry/Spec/Markup/parse-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Markup/parse_section-i.yaml +11 -0
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/cdesc-DotProgress.yaml +21 -0
- data/doc/ri/Quarry/{Design/Specification/Context/specifications-i.yaml → Spec/Reporter/DotProgress/report_intro-i.yaml} +2 -2
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_step-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/DotProgress/report_summary-i.yaml +16 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/cdesc-Summary.yaml +31 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_comment-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_error-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_fail-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_header-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Summary/report_macro-i.yaml +10 -0
- data/doc/ri/Quarry/{Design/Specification/Context/before-i.yaml → Spec/Reporter/Summary/report_pass-i.yaml} +3 -3
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/cdesc-Verbatim.yaml +29 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_comment-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_error-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_fail-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_header-i.yaml +16 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_macro-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/Verbatim/report_pass-i.yaml +10 -0
- data/doc/ri/Quarry/Spec/Reporter/cdesc-Reporter.yaml +20 -0
- data/doc/ri/Quarry/Spec/Runner/cdesc-Runner.yaml +47 -0
- data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/check-i.yaml +3 -3
- data/doc/ri/Quarry/Spec/Runner/check_spec-i.yaml +12 -0
- data/doc/ri/Quarry/{Design/Specification → Spec/Runner}/new-c.yaml +2 -2
- data/doc/ri/Quarry/Spec/Runner/run_step-i.yaml +12 -0
- data/doc/ri/Quarry/Spec/Step/cdesc-Step.yaml +30 -0
- data/doc/ri/Quarry/Spec/Step/new-c.yaml +10 -0
- data/doc/ri/Quarry/Spec/Template/cdesc-Template.yaml +31 -0
- data/doc/ri/Quarry/Spec/Template/new-c.yaml +11 -0
- data/doc/ri/Quarry/{Design/Specification/Context/after-i.yaml → Spec/Template/parse_template-i.yaml} +3 -3
- data/doc/ri/Quarry/Spec/cdesc-Spec.yaml +15 -0
- data/doc/ri/Quarry/Stub/Delegator/cdesc-Delegator.yaml +20 -0
- data/doc/ri/Quarry/Stub/Delegator/method_missing-i.yaml +10 -0
- data/doc/ri/Quarry/Stub/Delegator/new-c.yaml +10 -0
- data/doc/ri/Quarry/Stub/Setter/%3d%3d-i.yaml +10 -0
- data/doc/ri/Quarry/Stub/Setter/cdesc-Setter.yaml +18 -0
- data/doc/ri/Quarry/Stub/Setter/new-c.yaml +10 -0
- data/doc/ri/Quarry/Stub/__table__-i.yaml +11 -0
- data/doc/ri/Quarry/Stub/cdesc-Stub.yaml +23 -0
- data/doc/ri/Quarry/Stub/method_missing-i.yaml +11 -0
- data/doc/ri/Quarry/Stub/new-c.yaml +10 -0
- data/doc/ri/Quarry/cdesc-Quarry.yaml +2 -3
- data/doc/ri/created.rid +1 -1
- data/doc/spec/stub.html +394 -0
- data/lib/quarry/assert.rb +198 -0
- data/lib/quarry/break.rb +51 -0
- data/lib/quarry/extract.rb +135 -0
- data/lib/quarry/loadmonitor.rb +6 -1
- data/lib/quarry/spec/config.rb +32 -0
- data/lib/quarry/spec/context.rb +19 -0
- data/lib/quarry/spec/document.rb +130 -0
- data/lib/quarry/spec/markup.rb +85 -0
- data/lib/quarry/spec/reporter/dotprogress.rb +66 -0
- data/lib/quarry/spec/reporter/summary.rb +74 -0
- data/lib/quarry/spec/reporter/verbatim.rb +87 -0
- data/lib/quarry/spec/reporter.rb +74 -0
- data/lib/quarry/spec/runner.rb +127 -0
- data/lib/quarry/spec/step.rb +78 -0
- data/lib/quarry/spec/template.rhtml +116 -0
- data/lib/quarry/spec.rb +7 -0
- data/lib/quarry/stub/mock.rb +94 -0
- data/lib/quarry/{methodprobe.rb → stub/probe.rb} +0 -0
- data/lib/quarry/stub/spec.txt +113 -0
- data/lib/quarry/stub/stub.rb +93 -0
- data/meta/abstract +5 -0
- data/meta/authors +1 -0
- data/meta/created +1 -0
- data/meta/homepage +1 -0
- data/meta/requires +1 -0
- data/meta/summary +1 -0
- data/spec/basic.rd +20 -0
- data/spec/complex.rd +50 -0
- data/spec/mock.rd +53 -0
- data/spec/stub.rd +61 -0
- data/{lib/quarry → work/consider}/document.rb +0 -0
- data/work/consider/fixture.rb +153 -0
- data/{lib/quarry → work/deprecated}/assert/must.rb +1 -0
- data/{lib/quarry → work/deprecated}/assert/should.rb +0 -0
- data/work/deprecated/build.rb +82 -0
- data/work/deprecated/mock/file.rb +11 -0
- data/work/deprecated/mock/mock.0.rb +77 -0
- data/work/deprecated/overlay.rb +64 -0
- data/work/deprecated/spec.rb +195 -0
- data/work/deprecated/stub/stub.0.rb +180 -0
- data/work/deprecated/stub/stub.1.rb +114 -0
- data/work/deprecated/stub/test_stub.rb +66 -0
- data/work/deprecated/test/case.rb +141 -0
- data/work/sandbox/assert.rb +100 -0
- data/work/sandbox/bug.rb +49 -0
- data/work/sandbox/build/announce.rb +213 -0
- data/work/sandbox/build/check.rb +109 -0
- data/work/sandbox/build/gem.rb +235 -0
- data/work/sandbox/build/make.rb +118 -0
- data/work/sandbox/build/manpage.rb +201 -0
- data/work/sandbox/build/notes.rb +214 -0
- data/work/sandbox/build/pack.rb +228 -0
- data/work/sandbox/build/rdoc.rb +289 -0
- data/work/sandbox/build/rubyforge.rb +91 -0
- data/work/sandbox/build/sign.rb +241 -0
- data/work/sandbox/build/stamp.rb +37 -0
- data/work/sandbox/build/stats.rb +154 -0
- data/work/sandbox/build/svn.rb +193 -0
- data/work/sandbox/build/test.rb +521 -0
- data/work/sandbox/design.rb +200 -0
- data/work/sandbox/iface_scanner.rb +102 -0
- data/work/sandbox/testunit/assertions/assert_has_keys.rb +38 -0
- data/work/sandbox/testunit/assertions/assert_has_only_keys.rb +38 -0
- data/work/sandbox/testunit/unit.rb +104 -0
- data/work/sandbox/unitspec.rb +54 -0
- data/work/sandbox/x_isotest.rb +532 -0
- metadata +318 -93
- data/METADATA +0 -22
- data/NEWS +0 -8
- data/bin/rubybreak +0 -3
- data/demo/spec/demo_check.rb +0 -21
- data/demo/spec/demo_outline.rb +0 -25
- data/demo/test/demo_run.rb +0 -21
- data/doc/manual.html2 +0 -1416
- data/doc/rdoc/classes/Module.html +0 -165
- data/doc/rdoc/classes/Quarry/Design/Specification/Context.html +0 -174
- data/doc/rdoc/classes/Quarry/Design/Specification.html +0 -265
- data/doc/rdoc/classes/Quarry/Design.html +0 -170
- data/doc/rdoc/classes/Quarry/Mock/Object.html +0 -276
- data/doc/rdoc/files/MANIFEST.html +0 -630
- data/doc/rdoc/files/METADATA.html +0 -92
- data/doc/rdoc/files/NEWS.html +0 -99
- data/doc/rdoc/files/bin/rubybreak.html +0 -96
- data/doc/rdoc/files/bin/xact-ruby.html +0 -92
- data/doc/rdoc/files/lib/quarry/assert/must_rb.html +0 -96
- data/doc/rdoc/files/lib/quarry/assert/should_rb.html +0 -96
- data/doc/rdoc/files/lib/quarry/assertion_rb.html +0 -96
- data/doc/rdoc/files/lib/quarry/breakout_rb.html +0 -144
- data/doc/rdoc/files/lib/quarry/design/spec_rb.html +0 -100
- data/doc/rdoc/files/lib/quarry/document_rb.html +0 -92
- data/doc/rdoc/files/lib/quarry/methodprobe_rb.html +0 -111
- data/doc/rdoc/files/lib/quarry/mock/object_rb.html +0 -123
- data/doc/rdoc/files/lib/quarry/mockery_rb.html +0 -115
- data/doc/ri/Module/doc-i.yaml +0 -16
- data/doc/ri/Quarry/Design/Specification/cdesc-Specification.yaml +0 -44
- data/doc/ri/Quarry/Design/cdesc-Design.yaml +0 -22
- data/doc/ri/Quarry/Mock/Object/cdesc-Object.yaml +0 -52
- data/doc/ri/Quarry/Mock/Object/keys-c.yaml +0 -12
- data/doc/ri/Quarry/Mock/Object/spin-c.yaml +0 -12
- data/doc/ri/Quarry/Mockery-i.yaml +0 -12
- data/lib/quarry/assertion.rb +0 -95
- data/lib/quarry/breakout.rb +0 -45
- data/lib/quarry/design/spec.rb +0 -197
- data/lib/quarry/mock/object.rb +0 -169
- 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
|
-
|
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
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
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
|
44
|
-
<
|
45
|
-
<
|
46
|
-
<a href="classes/Quarry/
|
47
|
-
<a href="classes/
|
48
|
-
<a href="classes/
|
49
|
-
<a href="classes/
|
50
|
-
<a href="classes/Quarry/
|
51
|
-
<a href="
|
52
|
-
<a href="classes/
|
53
|
-
<a href="classes/
|
54
|
-
<a href="classes/
|
55
|
-
<a href="classes/
|
56
|
-
<a href="classes/
|
57
|
-
<a href="classes/Quarry/
|
58
|
-
<a href="classes/Quarry/
|
59
|
-
<a href="classes/
|
60
|
-
<a href="classes/
|
61
|
-
<a href="classes/
|
62
|
-
<a href="classes/Quarry/
|
63
|
-
<a href="classes/Quarry/
|
64
|
-
<a href="classes/Quarry/
|
65
|
-
<a href="classes/Quarry/
|
66
|
-
<a href="classes/
|
67
|
-
<a href="classes/Quarry/
|
68
|
-
<a href="classes/Quarry/
|
69
|
-
<a href="classes/Quarry/
|
70
|
-
<a href="classes/
|
71
|
-
<a href="classes/
|
72
|
-
<a href="classes/Quarry/
|
73
|
-
<a href="classes/Quarry/
|
74
|
-
<a href="classes/Quarry/
|
75
|
-
<a href="classes/Quarry/Mock
|
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
|
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="
|
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
|
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>
|
data/doc/rdoc/rdoc-style.css
CHANGED
@@ -1,175 +1,208 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
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
|
-
|
7
|
-
|
8
|
-
|
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
|
-
|
12
|
-
|
13
|
-
background:
|
14
|
-
color: #
|
15
|
-
|
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
|
-
|
20
|
-
|
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
|
-
|
24
|
-
|
41
|
+
|
42
|
+
div#index a {
|
43
|
+
margin-left: 0.7em;
|
25
44
|
}
|
26
45
|
|
27
|
-
.
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
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
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
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
|
-
|
46
|
-
|
63
|
+
div#classHeader a, div#fileHeader a {
|
64
|
+
background: inherit;
|
65
|
+
color: white;
|
47
66
|
}
|
48
67
|
|
49
|
-
|
68
|
+
div#classHeader td, div#fileHeader td {
|
69
|
+
background: inherit;
|
70
|
+
color: white;
|
50
71
|
}
|
51
72
|
|
52
|
-
|
53
|
-
|
73
|
+
|
74
|
+
div#fileHeader {
|
75
|
+
background: #057;
|
54
76
|
}
|
55
77
|
|
56
|
-
|
57
|
-
|
78
|
+
div#classHeader {
|
79
|
+
background: #048;
|
58
80
|
}
|
59
81
|
|
60
|
-
|
61
|
-
|
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
|
-
|
75
|
-
|
76
|
-
color: #FFF;
|
89
|
+
div#bodyContent {
|
90
|
+
padding: 0 1.5em 0 1.5em;
|
77
91
|
}
|
78
92
|
|
79
|
-
|
80
|
-
|
93
|
+
div#description {
|
94
|
+
padding: 0.5em 1.5em;
|
95
|
+
background: #efefef;
|
96
|
+
border: 1px dotted #999;
|
81
97
|
}
|
82
98
|
|
83
|
-
h1
|
84
|
-
|
99
|
+
div#description h1,h2,h3,h4,h5,h6 {
|
100
|
+
color: #125;;
|
101
|
+
background: transparent;
|
85
102
|
}
|
86
103
|
|
87
|
-
|
88
|
-
|
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
|
-
|
97
|
-
|
98
|
-
|
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
|
-
|
107
|
-
margin-left: 1em;
|
108
|
-
margin-right: 1em;
|
109
|
-
margin-bottom: 1em;
|
110
|
-
}
|
119
|
+
/* === Classes =================================== */
|
111
120
|
|
112
|
-
.
|
113
|
-
|
114
|
-
|
115
|
-
background: #FFE;
|
121
|
+
table.header-table {
|
122
|
+
color: white;
|
123
|
+
font-size: small;
|
116
124
|
}
|
117
125
|
|
118
|
-
.
|
119
|
-
|
120
|
-
|
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
|
-
.
|
127
|
-
|
131
|
+
.xxsection-bar {
|
132
|
+
background: #eee;
|
133
|
+
color: #333;
|
134
|
+
padding: 3px;
|
128
135
|
}
|
129
136
|
|
130
|
-
.
|
131
|
-
|
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
|
-
.
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
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
|
-
|
147
|
-
|
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
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
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
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
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
|
-
.
|
172
|
-
|
173
|
-
|
174
|
-
|
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:
|
21
|
+
superclass: Assertion::True
|
@@ -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: (
|
11
|
+
params: (sym, *a, &b)
|
11
12
|
visibility: private
|