sparse_matrix 1.5.0 → 1.6.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 +4 -4
- data/.travis.yml +0 -2
- data/README.md +5 -0
- data/documentacion/Gemfile.html +114 -0
- data/documentacion/Gemfile_lock.html +179 -0
- data/documentacion/Guardfile.html +144 -0
- data/documentacion/LICENSE_txt.html +131 -0
- data/documentacion/Object.html +224 -0
- data/documentacion/README_md.html +169 -0
- data/documentacion/Rakefile.html +119 -0
- data/documentacion/SparseMatrix/AbstractMatrix.html +418 -0
- data/documentacion/SparseMatrix/DenseMatrix.html +462 -0
- data/documentacion/SparseMatrix/Fraction.html +749 -0
- data/documentacion/SparseMatrix/SparseMatrix.html +553 -0
- data/documentacion/SparseMatrix/SparseVector.html +292 -0
- data/documentacion/SparseMatrix.html +226 -0
- data/documentacion/created.rid +13 -0
- data/documentacion/documentacion/created_rid.html +109 -0
- data/documentacion/images/add.png +0 -0
- data/documentacion/images/arrow_up.png +0 -0
- data/documentacion/images/brick.png +0 -0
- data/documentacion/images/brick_link.png +0 -0
- data/documentacion/images/bug.png +0 -0
- data/documentacion/images/bullet_black.png +0 -0
- data/documentacion/images/bullet_toggle_minus.png +0 -0
- data/documentacion/images/bullet_toggle_plus.png +0 -0
- data/documentacion/images/date.png +0 -0
- data/documentacion/images/delete.png +0 -0
- data/documentacion/images/find.png +0 -0
- data/documentacion/images/loadingAnimation.gif +0 -0
- data/documentacion/images/macFFBgHack.png +0 -0
- data/documentacion/images/package.png +0 -0
- data/documentacion/images/page_green.png +0 -0
- data/documentacion/images/page_white_text.png +0 -0
- data/documentacion/images/page_white_width.png +0 -0
- data/documentacion/images/plugin.png +0 -0
- data/documentacion/images/ruby.png +0 -0
- data/documentacion/images/tag_blue.png +0 -0
- data/documentacion/images/tag_green.png +0 -0
- data/documentacion/images/transparent.png +0 -0
- data/documentacion/images/wrench.png +0 -0
- data/documentacion/images/wrench_orange.png +0 -0
- data/documentacion/images/zoom.png +0 -0
- data/documentacion/index.html +106 -0
- data/documentacion/js/darkfish.js +155 -0
- data/documentacion/js/jquery.js +18 -0
- data/documentacion/js/navigation.js +142 -0
- data/documentacion/js/search.js +94 -0
- data/documentacion/js/search_index.js +1 -0
- data/documentacion/js/searcher.js +228 -0
- data/documentacion/rdoc.css +595 -0
- data/documentacion/sparse_matrix_gemspec.html +138 -0
- data/documentacion/table_of_contents.html +178 -0
- data/lib/sparse_matrix/version.rb +1 -1
- data/lib/sparse_matrix.rb +194 -162
- metadata +51 -1
@@ -0,0 +1,138 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>sparse_matrix.gemspec - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="file">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="./index.html">Home</a>
|
28
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
<div id="project-metadata">
|
49
|
+
<nav id="fileindex-section" class="section project-section">
|
50
|
+
<h3 class="section-header">Pages</h3>
|
51
|
+
|
52
|
+
<ul>
|
53
|
+
|
54
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a>
|
55
|
+
|
56
|
+
<li class="file"><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
57
|
+
|
58
|
+
<li class="file"><a href="./Guardfile.html">Guardfile</a>
|
59
|
+
|
60
|
+
<li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
|
61
|
+
|
62
|
+
<li class="file"><a href="./README_md.html">README</a>
|
63
|
+
|
64
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
|
65
|
+
|
66
|
+
<li class="file"><a href="./documentacion/created_rid.html">created.rid</a>
|
67
|
+
|
68
|
+
<li class="file"><a href="./sparse_matrix_gemspec.html">sparse_matrix.gemspec</a>
|
69
|
+
|
70
|
+
</ul>
|
71
|
+
</nav>
|
72
|
+
|
73
|
+
<nav id="classindex-section" class="section project-section">
|
74
|
+
<h3 class="section-header">Class and Module Index</h3>
|
75
|
+
|
76
|
+
<ul class="link-list">
|
77
|
+
|
78
|
+
<li><a href="./Object.html">Object</a>
|
79
|
+
|
80
|
+
<li><a href="./SparseMatrix.html">SparseMatrix</a>
|
81
|
+
|
82
|
+
<li><a href="./SparseMatrix/AbstractMatrix.html">SparseMatrix::AbstractMatrix</a>
|
83
|
+
|
84
|
+
<li><a href="./SparseMatrix/DenseMatrix.html">SparseMatrix::DenseMatrix</a>
|
85
|
+
|
86
|
+
<li><a href="./SparseMatrix/Fraction.html">SparseMatrix::Fraction</a>
|
87
|
+
|
88
|
+
<li><a href="./SparseMatrix/SparseMatrix.html">SparseMatrix::SparseMatrix</a>
|
89
|
+
|
90
|
+
<li><a href="./SparseMatrix/SparseVector.html">SparseMatrix::SparseVector</a>
|
91
|
+
|
92
|
+
</ul>
|
93
|
+
</nav>
|
94
|
+
|
95
|
+
</div>
|
96
|
+
</nav>
|
97
|
+
|
98
|
+
<div id="documentation" class="description">
|
99
|
+
|
100
|
+
<p>lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib)
|
101
|
+
unless $LOAD_PATH.include?(lib) require 'sparse_matrix/version'</p>
|
102
|
+
|
103
|
+
<p>Gem::Specification.new do |spec|</p>
|
104
|
+
|
105
|
+
<pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span> = <span class="ruby-string">"sparse_matrix"</span>
|
106
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-constant">SparseMatrix</span><span class="ruby-operator">::</span><span class="ruby-constant">VERSION</span>
|
107
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">authors</span> = [<span class="ruby-string">"KevinRobayna"</span>]
|
108
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">email</span> = [<span class="ruby-string">"k3vinaso@gmail.com"</span>]
|
109
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">%q{Build a sparse matrix from dense matrix}</span>
|
110
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">%q{sparse matrix}</span>
|
111
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">"https://github.com/kevinrobayna/SparseMatrix"</span>
|
112
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">"MIT"</span>
|
113
|
+
|
114
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span> = <span class="ruby-value">%xgit ls-files`</span>.<span class="ruby-identifier">split</span>(<span class="ruby-identifier">$/</span>)
|
115
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">executables</span> = <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span>.<span class="ruby-identifier">grep</span>(<span class="ruby-regexp">%r{^bin/}</span>) { <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">basename</span>(<span class="ruby-identifier">f</span>) }
|
116
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">test_files</span> = <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">files</span>.<span class="ruby-identifier">grep</span>(<span class="ruby-regexp">%r{^(test|spec|features)/}</span>)
|
117
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">require_paths</span> = [<span class="ruby-string">"lib"</span>]
|
118
|
+
|
119
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">"bundler"</span>, <span class="ruby-string">"~> 1.3"</span>
|
120
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">"rake"</span>
|
121
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">"guard"</span>
|
122
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">"guard-rspec"</span>
|
123
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">"guard-bundler"</span>
|
124
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">add_development_dependency</span> <span class="ruby-string">"guard-gitpusher"</span>
|
125
|
+
</pre>
|
126
|
+
|
127
|
+
<p>end</p>
|
128
|
+
|
129
|
+
</div>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
<footer id="validator-badges">
|
134
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
135
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
136
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
137
|
+
</footer>
|
138
|
+
|
@@ -0,0 +1,178 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>Table of Contents - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "./";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body class="indexpage">
|
24
|
+
<h1>Table of Contents - RDoc Documentation</h1>
|
25
|
+
|
26
|
+
<h2>Pages</h2>
|
27
|
+
<ul>
|
28
|
+
<li class="file">
|
29
|
+
<a href="Gemfile.html">Gemfile</a>
|
30
|
+
</li>
|
31
|
+
<li class="file">
|
32
|
+
<a href="Gemfile_lock.html">Gemfile.lock</a>
|
33
|
+
</li>
|
34
|
+
<li class="file">
|
35
|
+
<a href="Guardfile.html">Guardfile</a>
|
36
|
+
</li>
|
37
|
+
<li class="file">
|
38
|
+
<a href="LICENSE_txt.html">LICENSE</a>
|
39
|
+
</li>
|
40
|
+
<li class="file">
|
41
|
+
<a href="README_md.html">README</a>
|
42
|
+
|
43
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
44
|
+
<ul class="initially-hidden">
|
45
|
+
<li><a href="README_md.html#label-SparseMatrix+%7BBuild+Status%7D%5Bhttps%3A%2F%2Ftravis-ci.org%2Fkevinrobayna%2FSparseMatrix%5D">SparseMatrix <a href="https://travis-ci.org/kevinrobayna/SparseMatrix.png?branch=master">{Build Status</a>]</a>
|
46
|
+
<li><a href="README_md.html#label-RubyGems">RubyGems</a>
|
47
|
+
<li><a href="README_md.html#label-Tree">Tree</a>
|
48
|
+
<li><a href="README_md.html#label-Installation">Installation</a>
|
49
|
+
<li><a href="README_md.html#label-Authors">Authors</a>
|
50
|
+
</ul>
|
51
|
+
</li>
|
52
|
+
<li class="file">
|
53
|
+
<a href="Rakefile.html">Rakefile</a>
|
54
|
+
</li>
|
55
|
+
<li class="file">
|
56
|
+
<a href="documentacion/created_rid.html">created.rid</a>
|
57
|
+
</li>
|
58
|
+
<li class="file">
|
59
|
+
<a href="sparse_matrix_gemspec.html">sparse_matrix.gemspec</a>
|
60
|
+
</li>
|
61
|
+
|
62
|
+
</ul>
|
63
|
+
|
64
|
+
<h2 id="classes">Classes/Modules</h2>
|
65
|
+
<ul>
|
66
|
+
<li class="class">
|
67
|
+
<a href="Object.html">Object</a>
|
68
|
+
</li>
|
69
|
+
<li class="module">
|
70
|
+
<a href="SparseMatrix.html">SparseMatrix</a>
|
71
|
+
|
72
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
73
|
+
<ul class="initially-hidden">
|
74
|
+
<li><a href="SparseMatrix.html#label-Modulo+que+contiene+la+gema+para+el+trabajo+con+matrices.">Modulo que contiene la gema para el trabajo con matrices.</a>
|
75
|
+
</ul>
|
76
|
+
</li>
|
77
|
+
<li class="class">
|
78
|
+
<a href="SparseMatrix/AbstractMatrix.html">SparseMatrix::AbstractMatrix</a>
|
79
|
+
</li>
|
80
|
+
<li class="class">
|
81
|
+
<a href="SparseMatrix/DenseMatrix.html">SparseMatrix::DenseMatrix</a>
|
82
|
+
</li>
|
83
|
+
<li class="class">
|
84
|
+
<a href="SparseMatrix/Fraction.html">SparseMatrix::Fraction</a>
|
85
|
+
</li>
|
86
|
+
<li class="class">
|
87
|
+
<a href="SparseMatrix/SparseMatrix.html">SparseMatrix::SparseMatrix</a>
|
88
|
+
</li>
|
89
|
+
<li class="class">
|
90
|
+
<a href="SparseMatrix/SparseVector.html">SparseMatrix::SparseVector</a>
|
91
|
+
</li>
|
92
|
+
|
93
|
+
</ul>
|
94
|
+
|
95
|
+
<h2 id="methods">Methods</h2>
|
96
|
+
<ul>
|
97
|
+
|
98
|
+
<li class="method"><a href="SparseMatrix/AbstractMatrix.html#method-c-new">::new — SparseMatrix::AbstractMatrix</a>
|
99
|
+
|
100
|
+
<li class="method"><a href="SparseMatrix/SparseVector.html#method-c-new">::new — SparseMatrix::SparseVector</a>
|
101
|
+
|
102
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-c-new">::new — SparseMatrix::Fraction</a>
|
103
|
+
|
104
|
+
<li class="method"><a href="SparseMatrix/DenseMatrix.html#method-c-new">::new — SparseMatrix::DenseMatrix</a>
|
105
|
+
|
106
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-c-new">::new — SparseMatrix::SparseMatrix</a>
|
107
|
+
|
108
|
+
<li class="method"><a href="SparseMatrix/AbstractMatrix.html#method-i-2A">#* — SparseMatrix::AbstractMatrix</a>
|
109
|
+
|
110
|
+
<li class="method"><a href="SparseMatrix/DenseMatrix.html#method-i-2A">#* — SparseMatrix::DenseMatrix</a>
|
111
|
+
|
112
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-2A">#* — SparseMatrix::Fraction</a>
|
113
|
+
|
114
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-2A">#* — SparseMatrix::SparseMatrix</a>
|
115
|
+
|
116
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-2B">#+ — SparseMatrix::Fraction</a>
|
117
|
+
|
118
|
+
<li class="method"><a href="SparseMatrix/DenseMatrix.html#method-i-2B">#+ — SparseMatrix::DenseMatrix</a>
|
119
|
+
|
120
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-2B">#+ — SparseMatrix::SparseMatrix</a>
|
121
|
+
|
122
|
+
<li class="method"><a href="SparseMatrix/AbstractMatrix.html#method-i-2B">#+ — SparseMatrix::AbstractMatrix</a>
|
123
|
+
|
124
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-2D">#- — SparseMatrix::Fraction</a>
|
125
|
+
|
126
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-2D-40">#-@ — SparseMatrix::Fraction</a>
|
127
|
+
|
128
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-2F">#/ — SparseMatrix::Fraction</a>
|
129
|
+
|
130
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-3C-3D-3E">#<=> — SparseMatrix::Fraction</a>
|
131
|
+
|
132
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-3D-3D">#== — SparseMatrix::Fraction</a>
|
133
|
+
|
134
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-abs">#abs — SparseMatrix::Fraction</a>
|
135
|
+
|
136
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-coerce">#coerce — SparseMatrix::Fraction</a>
|
137
|
+
|
138
|
+
<li class="method"><a href="SparseMatrix.html#method-i-gcd">#gcd — SparseMatrix</a>
|
139
|
+
|
140
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-insert">#insert — SparseMatrix::SparseMatrix</a>
|
141
|
+
|
142
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-max">#max — SparseMatrix::SparseMatrix</a>
|
143
|
+
|
144
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-min">#min — SparseMatrix::SparseMatrix</a>
|
145
|
+
|
146
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-minimiza">#minimiza — SparseMatrix::Fraction</a>
|
147
|
+
|
148
|
+
<li class="method"><a href="SparseMatrix/AbstractMatrix.html#method-i-print_matrix">#print_matrix — SparseMatrix::AbstractMatrix</a>
|
149
|
+
|
150
|
+
<li class="method"><a href="SparseMatrix/DenseMatrix.html#method-i-print_matrix">#print_matrix — SparseMatrix::DenseMatrix</a>
|
151
|
+
|
152
|
+
<li class="method"><a href="SparseMatrix/AbstractMatrix.html#method-i-read_matrix">#read_matrix — SparseMatrix::AbstractMatrix</a>
|
153
|
+
|
154
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-reciprocal">#reciprocal — SparseMatrix::Fraction</a>
|
155
|
+
|
156
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-to_f">#to_f — SparseMatrix::Fraction</a>
|
157
|
+
|
158
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-to_s">#to_s — SparseMatrix::SparseMatrix</a>
|
159
|
+
|
160
|
+
<li class="method"><a href="SparseMatrix/SparseVector.html#method-i-to_s">#to_s — SparseMatrix::SparseVector</a>
|
161
|
+
|
162
|
+
<li class="method"><a href="SparseMatrix/AbstractMatrix.html#method-i-to_s">#to_s — SparseMatrix::AbstractMatrix</a>
|
163
|
+
|
164
|
+
<li class="method"><a href="SparseMatrix/Fraction.html#method-i-to_s">#to_s — SparseMatrix::Fraction</a>
|
165
|
+
|
166
|
+
<li class="method"><a href="SparseMatrix/DenseMatrix.html#method-i-to_s">#to_s — SparseMatrix::DenseMatrix</a>
|
167
|
+
|
168
|
+
<li class="method"><a href="SparseMatrix/SparseMatrix.html#method-i-valor">#valor — SparseMatrix::SparseMatrix</a>
|
169
|
+
|
170
|
+
</ul>
|
171
|
+
|
172
|
+
|
173
|
+
<footer id="validator-badges">
|
174
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
175
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.1.
|
176
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
177
|
+
</footer>
|
178
|
+
|