doro 0.1.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.
- checksums.yaml +7 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +64 -0
- data/README.md +48 -0
- data/Rakefile +44 -0
- data/bin/doro +150 -0
- data/bin/logo.jpg +0 -0
- data/doc/DefaultTest.html +221 -0
- data/doc/Doro.html +109 -0
- data/doc/File.html +95 -0
- data/doc/FileUtils.html +95 -0
- data/doc/Gemfile.html +96 -0
- data/doc/Gemfile_lock.html +164 -0
- data/doc/Object.html +127 -0
- data/doc/README_rdoc.html +117 -0
- data/doc/Rakefile.html +140 -0
- data/doc/Test.html +95 -0
- data/doc/Test/Unit.html +95 -0
- data/doc/Test/Unit/TestCase.html +104 -0
- data/doc/created.rid +16 -0
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +590 -0
- data/doc/doro_gemspec.html +121 -0
- data/doc/doro_rdoc.html +100 -0
- data/doc/features/doro_feature.html +101 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +115 -0
- data/doc/js/darkfish.js +161 -0
- data/doc/js/jquery.js +4 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/table_of_contents.html +114 -0
- data/doro.gemspec +26 -0
- data/doro.rdoc +5 -0
- data/features/doro.feature +16 -0
- data/features/step_definitions/doro_steps.rb +0 -0
- data/features/support/env.rb +15 -0
- data/lib/doro.rb +5 -0
- data/lib/doro/entries.rb +22 -0
- data/lib/doro/version.rb +3 -0
- data/results.html +473 -0
- data/test/default_test.rb +14 -0
- data/test/test_helper.rb +9 -0
- metadata +221 -0
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>doro.gemspec - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "./";
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<script src="./js/jquery.js"></script>
|
|
14
|
+
<script src="./js/darkfish.js"></script>
|
|
15
|
+
|
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body id="top" role="document" class="file">
|
|
22
|
+
<nav role="navigation">
|
|
23
|
+
<div id="project-navigation">
|
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
25
|
+
<h2>
|
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
|
27
|
+
</h2>
|
|
28
|
+
|
|
29
|
+
<div id="table-of-contents-navigation">
|
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
38
|
+
<div id="search-field-wrapper">
|
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
|
46
|
+
aria-busy="false" aria-expanded="false"
|
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
48
|
+
</form>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<div id="project-metadata">
|
|
56
|
+
<div id="fileindex-section" class="nav-section">
|
|
57
|
+
<h3>Pages</h3>
|
|
58
|
+
|
|
59
|
+
<ul class="link-list">
|
|
60
|
+
|
|
61
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
|
62
|
+
|
|
63
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
|
64
|
+
|
|
65
|
+
<li><a href="./README_rdoc.html">README</a>
|
|
66
|
+
|
|
67
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
|
68
|
+
|
|
69
|
+
<li><a href="./doro_gemspec.html">doro.gemspec</a>
|
|
70
|
+
|
|
71
|
+
<li><a href="./doro_rdoc.html">doro</a>
|
|
72
|
+
|
|
73
|
+
<li><a href="./features/doro_feature.html">doro.feature</a>
|
|
74
|
+
|
|
75
|
+
</ul>
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
</div>
|
|
79
|
+
</nav>
|
|
80
|
+
|
|
81
|
+
<main role="main" aria-label="Page doro.gemspec">
|
|
82
|
+
|
|
83
|
+
<p># Ensure we require the local version and not one we might have installed
|
|
84
|
+
already require <a
|
|
85
|
+
href="File.dirname(__FILE__),'lib','doro','version.rb'">File.join(</a>)
|
|
86
|
+
spec = Gem::Specification.new do |s|</p>
|
|
87
|
+
|
|
88
|
+
<pre>s.name = 'doro'
|
|
89
|
+
s.version = Doro::VERSION
|
|
90
|
+
s.author = 'Marcus Orochena'
|
|
91
|
+
s.email = 'marcus@orochena.net'
|
|
92
|
+
s.homepage = 'http://www.orochena.net'
|
|
93
|
+
s.platform = Gem::Platform::RUBY
|
|
94
|
+
s.summary = 'A minimalist pomodoro application'
|
|
95
|
+
s.files = `git ls-files`.split("</pre>
|
|
96
|
+
|
|
97
|
+
<p>“)</p>
|
|
98
|
+
|
|
99
|
+
<pre class="ruby"><span class="ruby-identifier">s</span>.<span class="ruby-identifier">require_paths</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'lib'</span>
|
|
100
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">has_rdoc</span> = <span class="ruby-keyword">true</span>
|
|
101
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">extra_rdoc_files</span> = [<span class="ruby-string">'README.rdoc'</span>,<span class="ruby-string">'doro.rdoc'</span>]
|
|
102
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">rdoc_options</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'--title'</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'doro'</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'--main'</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'README.rdoc'</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'-ri'</span>
|
|
103
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">bindir</span> = <span class="ruby-string">'bin'</span>
|
|
104
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">executables</span> <span class="ruby-operator"><<</span> <span class="ruby-string">'doro'</span>
|
|
105
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">'rake'</span>)
|
|
106
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">'rdoc'</span>)
|
|
107
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_development_dependency</span>(<span class="ruby-string">'aruba'</span>)
|
|
108
|
+
<span class="ruby-identifier">s</span>.<span class="ruby-identifier">add_runtime_dependency</span>(<span class="ruby-string">'gli'</span>,<span class="ruby-string">'2.13.4'</span>)
|
|
109
|
+
</pre>
|
|
110
|
+
|
|
111
|
+
<p>end</p>
|
|
112
|
+
</main>
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
<footer id="validator-badges" role="contentinfo">
|
|
117
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
118
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
|
|
119
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
120
|
+
</footer>
|
|
121
|
+
|
data/doc/doro_rdoc.html
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>doro - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "./";
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<script src="./js/jquery.js"></script>
|
|
14
|
+
<script src="./js/darkfish.js"></script>
|
|
15
|
+
|
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body id="top" role="document" class="file">
|
|
22
|
+
<nav role="navigation">
|
|
23
|
+
<div id="project-navigation">
|
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
25
|
+
<h2>
|
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
|
27
|
+
</h2>
|
|
28
|
+
|
|
29
|
+
<div id="table-of-contents-navigation">
|
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
38
|
+
<div id="search-field-wrapper">
|
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
|
46
|
+
aria-busy="false" aria-expanded="false"
|
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
48
|
+
</form>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<div id="project-metadata">
|
|
56
|
+
<div id="fileindex-section" class="nav-section">
|
|
57
|
+
<h3>Pages</h3>
|
|
58
|
+
|
|
59
|
+
<ul class="link-list">
|
|
60
|
+
|
|
61
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
|
62
|
+
|
|
63
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
|
64
|
+
|
|
65
|
+
<li><a href="./README_rdoc.html">README</a>
|
|
66
|
+
|
|
67
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
|
68
|
+
|
|
69
|
+
<li><a href="./doro_gemspec.html">doro.gemspec</a>
|
|
70
|
+
|
|
71
|
+
<li><a href="./doro_rdoc.html">doro</a>
|
|
72
|
+
|
|
73
|
+
<li><a href="./features/doro_feature.html">doro.feature</a>
|
|
74
|
+
|
|
75
|
+
</ul>
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
</div>
|
|
79
|
+
</nav>
|
|
80
|
+
|
|
81
|
+
<main role="main" aria-label="Page doro.rdoc">
|
|
82
|
+
|
|
83
|
+
<h1 id="label-doro">doro<span><a href="#label-doro">¶</a> <a href="#top">↑</a></span></h1>
|
|
84
|
+
|
|
85
|
+
<p>Generate this with</p>
|
|
86
|
+
|
|
87
|
+
<pre class="ruby"><span class="ruby-identifier">doro</span> <span class="ruby-identifier">rdoc</span>
|
|
88
|
+
</pre>
|
|
89
|
+
|
|
90
|
+
<p>After you have described your command line interface</p>
|
|
91
|
+
</main>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<footer id="validator-badges" role="contentinfo">
|
|
96
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
97
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
|
|
98
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
99
|
+
</footer>
|
|
100
|
+
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>doro.feature - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "../";
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<script src="../js/jquery.js"></script>
|
|
14
|
+
<script src="../js/darkfish.js"></script>
|
|
15
|
+
|
|
16
|
+
<link href="../css/fonts.css" rel="stylesheet">
|
|
17
|
+
<link href="../css/rdoc.css" rel="stylesheet">
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body id="top" role="document" class="file">
|
|
22
|
+
<nav role="navigation">
|
|
23
|
+
<div id="project-navigation">
|
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
25
|
+
<h2>
|
|
26
|
+
<a href="../index.html" rel="home">Home</a>
|
|
27
|
+
</h2>
|
|
28
|
+
|
|
29
|
+
<div id="table-of-contents-navigation">
|
|
30
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
|
31
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
|
32
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
37
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
38
|
+
<div id="search-field-wrapper">
|
|
39
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
40
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
41
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
42
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<ul id="search-results" aria-label="Search Results"
|
|
46
|
+
aria-busy="false" aria-expanded="false"
|
|
47
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
48
|
+
</form>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<div id="project-metadata">
|
|
56
|
+
<div id="fileindex-section" class="nav-section">
|
|
57
|
+
<h3>Pages</h3>
|
|
58
|
+
|
|
59
|
+
<ul class="link-list">
|
|
60
|
+
|
|
61
|
+
<li><a href="../Gemfile.html">Gemfile</a>
|
|
62
|
+
|
|
63
|
+
<li><a href="../Gemfile_lock.html">Gemfile.lock</a>
|
|
64
|
+
|
|
65
|
+
<li><a href="../README_rdoc.html">README</a>
|
|
66
|
+
|
|
67
|
+
<li><a href="../Rakefile.html">Rakefile</a>
|
|
68
|
+
|
|
69
|
+
<li><a href="../doro_gemspec.html">doro.gemspec</a>
|
|
70
|
+
|
|
71
|
+
<li><a href="../doro_rdoc.html">doro</a>
|
|
72
|
+
|
|
73
|
+
<li><a href="../features/doro_feature.html">doro.feature</a>
|
|
74
|
+
|
|
75
|
+
</ul>
|
|
76
|
+
</div>
|
|
77
|
+
|
|
78
|
+
</div>
|
|
79
|
+
</nav>
|
|
80
|
+
|
|
81
|
+
<main role="main" aria-label="Page features/doro.feature">
|
|
82
|
+
|
|
83
|
+
<p>Feature: My bootstrapped app kinda works</p>
|
|
84
|
+
|
|
85
|
+
<pre>In order to get going on coding my awesome app
|
|
86
|
+
I want to have aruba and cucumber setup
|
|
87
|
+
So I don't have to do it myself
|
|
88
|
+
|
|
89
|
+
Scenario: App just runs
|
|
90
|
+
When I get help for "doro"
|
|
91
|
+
Then the exit status should be 0</pre>
|
|
92
|
+
</main>
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
<footer id="validator-badges" role="contentinfo">
|
|
97
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
98
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
|
|
99
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
100
|
+
</footer>
|
|
101
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/doc/images/add.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/doc/images/bug.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/doc/images/date.png
ADDED
|
Binary file
|
|
Binary file
|
data/doc/images/find.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/doc/images/ruby.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/doc/images/zoom.png
ADDED
|
Binary file
|
data/doc/index.html
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "./";
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<script src="./js/jquery.js"></script>
|
|
14
|
+
<script src="./js/darkfish.js"></script>
|
|
15
|
+
|
|
16
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
17
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
<body id="top" role="document" class="file">
|
|
22
|
+
<nav role="navigation">
|
|
23
|
+
<div id="project-navigation">
|
|
24
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
25
|
+
<h2>
|
|
26
|
+
<a href="./index.html" rel="home">Home</a>
|
|
27
|
+
</h2>
|
|
28
|
+
|
|
29
|
+
<div id="table-of-contents-navigation">
|
|
30
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
31
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
32
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
38
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
39
|
+
<div id="search-field-wrapper">
|
|
40
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
41
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
42
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
|
43
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<ul id="search-results" aria-label="Search Results"
|
|
47
|
+
aria-busy="false" aria-expanded="false"
|
|
48
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
49
|
+
</form>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
<div id="project-metadata">
|
|
55
|
+
<div id="fileindex-section" class="nav-section">
|
|
56
|
+
<h3>Pages</h3>
|
|
57
|
+
|
|
58
|
+
<ul class="link-list">
|
|
59
|
+
|
|
60
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
|
61
|
+
|
|
62
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
|
63
|
+
|
|
64
|
+
<li><a href="./README_rdoc.html">README</a>
|
|
65
|
+
|
|
66
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
|
67
|
+
|
|
68
|
+
<li><a href="./doro_gemspec.html">doro.gemspec</a>
|
|
69
|
+
|
|
70
|
+
<li><a href="./doro_rdoc.html">doro</a>
|
|
71
|
+
|
|
72
|
+
<li><a href="./features/doro_feature.html">doro.feature</a>
|
|
73
|
+
|
|
74
|
+
</ul>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
<div id="classindex-section" class="nav-section">
|
|
78
|
+
<h3>Class and Module Index</h3>
|
|
79
|
+
|
|
80
|
+
<ul class="link-list">
|
|
81
|
+
|
|
82
|
+
<li><a href="./DefaultTest.html">DefaultTest</a>
|
|
83
|
+
|
|
84
|
+
<li><a href="./Doro.html">Doro</a>
|
|
85
|
+
|
|
86
|
+
<li><a href="./File.html">File</a>
|
|
87
|
+
|
|
88
|
+
<li><a href="./FileUtils.html">FileUtils</a>
|
|
89
|
+
|
|
90
|
+
<li><a href="./Object.html">Object</a>
|
|
91
|
+
|
|
92
|
+
<li><a href="./Test.html">Test</a>
|
|
93
|
+
|
|
94
|
+
<li><a href="./Test/Unit.html">Test::Unit</a>
|
|
95
|
+
|
|
96
|
+
<li><a href="./Test/Unit/TestCase.html">Test::Unit::TestCase</a>
|
|
97
|
+
|
|
98
|
+
</ul>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
</div>
|
|
102
|
+
</nav>
|
|
103
|
+
|
|
104
|
+
<main role="main">
|
|
105
|
+
<p>This is the API documentation for RDoc Documentation.
|
|
106
|
+
</main>
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<footer id="validator-badges" role="contentinfo">
|
|
111
|
+
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
|
112
|
+
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.2.
|
|
113
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
114
|
+
</footer>
|
|
115
|
+
|