hash-that-tree 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. data/.gitignore +0 -1
  2. data/README.md +15 -1
  3. data/doc/Gemfile.html +96 -0
  4. data/doc/HashThatTree/FileHashResults.html +258 -0
  5. data/doc/HashThatTree/MD5Compare.html +385 -0
  6. data/doc/HashThatTree.html +177 -0
  7. data/doc/LICENSE_txt.html +114 -0
  8. data/doc/Rakefile.html +94 -0
  9. data/doc/created.rid +6 -0
  10. data/doc/images/brick.png +0 -0
  11. data/doc/images/brick_link.png +0 -0
  12. data/doc/images/bug.png +0 -0
  13. data/doc/images/bullet_black.png +0 -0
  14. data/doc/images/bullet_toggle_minus.png +0 -0
  15. data/doc/images/bullet_toggle_plus.png +0 -0
  16. data/doc/images/date.png +0 -0
  17. data/doc/images/find.png +0 -0
  18. data/doc/images/loadingAnimation.gif +0 -0
  19. data/doc/images/macFFBgHack.png +0 -0
  20. data/doc/images/package.png +0 -0
  21. data/doc/images/page_green.png +0 -0
  22. data/doc/images/page_white_text.png +0 -0
  23. data/doc/images/page_white_width.png +0 -0
  24. data/doc/images/plugin.png +0 -0
  25. data/doc/images/ruby.png +0 -0
  26. data/doc/images/tag_green.png +0 -0
  27. data/doc/images/wrench.png +0 -0
  28. data/doc/images/wrench_orange.png +0 -0
  29. data/doc/images/zoom.png +0 -0
  30. data/doc/index.html +74 -0
  31. data/doc/js/darkfish.js +116 -0
  32. data/doc/js/jquery.js +32 -0
  33. data/doc/js/quicksearch.js +114 -0
  34. data/doc/js/thickbox-compressed.js +10 -0
  35. data/doc/lib/hashthattree_rb.html +54 -0
  36. data/doc/lib/version_rb.html +52 -0
  37. data/doc/rdoc.css +763 -0
  38. data/doc/spec/file3_txt~.html +118 -0
  39. data/doc/spec/file4_txt~.html +118 -0
  40. data/doc/spec/testfiles/1/file1_txt.html +112 -0
  41. data/doc/spec/testfiles/1/file2_txt.html +112 -0
  42. data/doc/spec/testfiles/1/file3_txt.html +114 -0
  43. data/doc/spec/testfiles/1/file4_txt.html +114 -0
  44. data/doc/spec/testfiles/2/file1_txt.html +112 -0
  45. data/doc/spec/testfiles/2/file2_txt.html +112 -0
  46. data/doc/spec/testfiles/2/file3_txt.html +114 -0
  47. data/doc/spec/testfiles/2/file4_txt.html +114 -0
  48. data/doc/spec/testfiles/2/fileA_txt.html +112 -0
  49. data/doc/spec/testfiles/2/fileB_txt.html +112 -0
  50. data/hash-that-tree.gemspec +1 -1
  51. data/lib/hashthattree.rb +46 -20
  52. data/lib/version.rb +1 -1
  53. data/spec/doc/created.rid +11 -0
  54. data/spec/doc/images/brick.png +0 -0
  55. data/spec/doc/images/brick_link.png +0 -0
  56. data/spec/doc/images/bug.png +0 -0
  57. data/spec/doc/images/bullet_black.png +0 -0
  58. data/spec/doc/images/bullet_toggle_minus.png +0 -0
  59. data/spec/doc/images/bullet_toggle_plus.png +0 -0
  60. data/spec/doc/images/date.png +0 -0
  61. data/spec/doc/images/find.png +0 -0
  62. data/spec/doc/images/loadingAnimation.gif +0 -0
  63. data/spec/doc/images/macFFBgHack.png +0 -0
  64. data/spec/doc/images/package.png +0 -0
  65. data/spec/doc/images/page_green.png +0 -0
  66. data/spec/doc/images/page_white_text.png +0 -0
  67. data/spec/doc/images/page_white_width.png +0 -0
  68. data/spec/doc/images/plugin.png +0 -0
  69. data/spec/doc/images/ruby.png +0 -0
  70. data/spec/doc/images/tag_green.png +0 -0
  71. data/spec/doc/images/wrench.png +0 -0
  72. data/spec/doc/images/wrench_orange.png +0 -0
  73. data/spec/doc/images/zoom.png +0 -0
  74. data/spec/doc/index.html +72 -0
  75. data/spec/doc/js/darkfish.js +116 -0
  76. data/spec/doc/js/jquery.js +32 -0
  77. data/spec/doc/js/quicksearch.js +114 -0
  78. data/spec/doc/js/thickbox-compressed.js +10 -0
  79. data/spec/doc/rdoc.css +763 -0
  80. data/spec/doc/testfiles/1/file1_txt.html +100 -0
  81. data/spec/doc/testfiles/1/file2_txt.html +100 -0
  82. data/spec/doc/testfiles/1/file3_txt.html +102 -0
  83. data/spec/doc/testfiles/1/file4_txt.html +102 -0
  84. data/spec/doc/testfiles/2/file1_txt.html +100 -0
  85. data/spec/doc/testfiles/2/file2_txt.html +100 -0
  86. data/spec/doc/testfiles/2/file3_txt.html +102 -0
  87. data/spec/doc/testfiles/2/file4_txt.html +102 -0
  88. data/spec/doc/testfiles/2/fileA_txt.html +100 -0
  89. data/spec/doc/testfiles/2/fileB_txt.html +100 -0
  90. data/spec/testfiles/1/file1.txt +0 -0
  91. data/spec/testfiles/1/file2.txt +0 -0
  92. data/spec/testfiles/1/file3.txt +1 -0
  93. data/spec/testfiles/1/file4.txt +1 -0
  94. data/spec/testfiles/2/file1.txt +0 -0
  95. data/spec/testfiles/2/file2.txt +0 -0
  96. data/spec/testfiles/2/file3.txt +2 -0
  97. data/spec/testfiles/2/file4.txt +2 -0
  98. data/spec/testfiles/2/fileA.txt +0 -0
  99. data/spec/testfiles/2/fileB.txt +0 -0
  100. metadata +144 -3
@@ -0,0 +1,385 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: HashThatTree::MD5Compare</title>
9
+
10
+ <link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="class">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="../index.html">Home</a>
25
+ <a href="../index.html#classes">Classes</a>
26
+ <a href="../index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="../lib/hashthattree_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/hashthattree.rb">lib/hashthattree.rb</a></li>
39
+
40
+ </ul>
41
+ </div>
42
+ </div>
43
+
44
+
45
+ </div>
46
+
47
+ <div id="class-metadata">
48
+
49
+ <!-- Parent Class -->
50
+ <div id="parent-class-section" class="section">
51
+ <h3 class="section-header">Parent</h3>
52
+
53
+ <p class="link">Object</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ <!-- Method Quickref -->
64
+ <div id="method-list-section" class="section">
65
+ <h3 class="section-header">Methods</h3>
66
+ <ul class="link-list">
67
+
68
+ <li><a href="#method-c-new">::new</a></li>
69
+
70
+ <li><a href="#method-i-compare">#compare</a></li>
71
+
72
+ <li><a href="#method-i-display_results">#display_results</a></li>
73
+
74
+ <li><a href="#method-i-validate">#validate</a></li>
75
+
76
+ </ul>
77
+ </div>
78
+
79
+
80
+
81
+ </div>
82
+
83
+ <div id="project-metadata">
84
+
85
+
86
+ <div id="fileindex-section" class="section project-section">
87
+ <h3 class="section-header">Files</h3>
88
+ <ul>
89
+
90
+ <li class="file"><a href="../Gemfile.html">Gemfile</a></li>
91
+
92
+ <li class="file"><a href="../LICENSE_txt.html">LICENSE.txt</a></li>
93
+
94
+ <li class="file"><a href="../Rakefile.html">Rakefile</a></li>
95
+
96
+ </ul>
97
+ </div>
98
+
99
+
100
+ <div id="classindex-section" class="section project-section">
101
+ <h3 class="section-header">Class/Module Index
102
+ <span class="search-toggle"><img src="../images/find.png"
103
+ height="16" width="16" alt="[+]"
104
+ title="show/hide quicksearch" /></span></h3>
105
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
106
+ <fieldset>
107
+ <legend>Quicksearch</legend>
108
+ <input type="text" name="quicksearch" value=""
109
+ class="quicksearch-field" />
110
+ </fieldset>
111
+ </form>
112
+
113
+ <ul class="link-list">
114
+
115
+ <li><a href="../HashThatTree.html">HashThatTree</a></li>
116
+
117
+ <li><a href="../HashThatTree/FileHashResults.html">HashThatTree::FileHashResults</a></li>
118
+
119
+ <li><a href="../HashThatTree/MD5Compare.html">HashThatTree::MD5Compare</a></li>
120
+
121
+ </ul>
122
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
123
+ </div>
124
+
125
+
126
+ </div>
127
+ </div>
128
+
129
+ <div id="documentation">
130
+ <h1 class="class">HashThatTree::MD5Compare</h1>
131
+
132
+ <div id="description" class="description">
133
+
134
+ <p>This class accepts two folders and provides methods to iterate through them
135
+ creating a hash of each file within and can display the results for
136
+ analysis</p>
137
+
138
+ </div><!-- description -->
139
+
140
+
141
+
142
+
143
+ <div id="5Buntitled-5D" class="documentation-section">
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+ <!-- Attributes -->
152
+ <div id="attribute-method-details" class="method-section section">
153
+ <h3 class="section-header">Attributes</h3>
154
+
155
+
156
+ <div id="folder1-attribute-method" class="method-detail">
157
+ <a name="folder1"></a>
158
+
159
+ <a name="folder1="></a>
160
+
161
+ <div class="method-heading attribute-method-heading">
162
+ <span class="method-name">folder1</span><span
163
+ class="attribute-access-type">[RW]</span>
164
+ </div>
165
+
166
+ <div class="method-description">
167
+
168
+
169
+
170
+ </div>
171
+ </div>
172
+
173
+ <div id="folder2-attribute-method" class="method-detail">
174
+ <a name="folder2"></a>
175
+
176
+ <a name="folder2="></a>
177
+
178
+ <div class="method-heading attribute-method-heading">
179
+ <span class="method-name">folder2</span><span
180
+ class="attribute-access-type">[RW]</span>
181
+ </div>
182
+
183
+ <div class="method-description">
184
+
185
+
186
+
187
+ </div>
188
+ </div>
189
+
190
+ </div><!-- attribute-method-details -->
191
+
192
+
193
+ <!-- Methods -->
194
+
195
+ <div id="public-class-method-details" class="method-section section">
196
+ <h3 class="section-header">Public Class Methods</h3>
197
+
198
+
199
+ <div id="new-method" class="method-detail ">
200
+ <a name="method-c-new"></a>
201
+
202
+
203
+ <div class="method-heading">
204
+ <span class="method-name">new</span><span
205
+ class="method-args">(folder1, folder2)</span>
206
+ <span class="method-click-advice">click to toggle source</span>
207
+ </div>
208
+
209
+
210
+ <div class="method-description">
211
+
212
+ <p>initialize the class with the folders to be compared</p>
213
+
214
+
215
+
216
+ <div class="method-source-code" id="new-source">
217
+ <pre>
218
+ <span class="ruby-comment"># File lib/hashthattree.rb, line 25</span>
219
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">folder1</span>, <span class="ruby-identifier">folder2</span>)
220
+ <span class="ruby-ivar">@folder1</span> = <span class="ruby-identifier">folder1</span>
221
+ <span class="ruby-ivar">@folder2</span> = <span class="ruby-identifier">folder2</span>
222
+ <span class="ruby-ivar">@filehash</span> = <span class="ruby-constant">Hash</span>.<span class="ruby-identifier">new</span>
223
+ <span class="ruby-identifier">validate</span>
224
+ <span class="ruby-keyword">end</span></pre>
225
+ </div><!-- new-source -->
226
+
227
+ </div>
228
+
229
+
230
+
231
+
232
+ </div><!-- new-method -->
233
+
234
+
235
+ </div><!-- public-class-method-details -->
236
+
237
+ <div id="public-instance-method-details" class="method-section section">
238
+ <h3 class="section-header">Public Instance Methods</h3>
239
+
240
+
241
+ <div id="compare-method" class="method-detail ">
242
+ <a name="method-i-compare"></a>
243
+
244
+
245
+ <div class="method-heading">
246
+ <span class="method-name">compare</span><span
247
+ class="method-args">()</span>
248
+ <span class="method-click-advice">click to toggle source</span>
249
+ </div>
250
+
251
+
252
+ <div class="method-description">
253
+
254
+ <p>Iterates through the folders and creates a <a
255
+ href="FileHashResults.html">FileHashResults</a> object containing the
256
+ results of the comparisson</p>
257
+
258
+
259
+
260
+ <div class="method-source-code" id="compare-source">
261
+ <pre>
262
+ <span class="ruby-comment"># File lib/hashthattree.rb, line 48</span>
263
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">compare</span>
264
+
265
+ <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">foreach</span>(<span class="ruby-ivar">@folder1</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span>
266
+ <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">item</span> <span class="ruby-operator">==</span> <span class="ruby-string">'.'</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">item</span> <span class="ruby-operator">==</span> <span class="ruby-string">'..'</span>
267
+ <span class="ruby-identifier">the_hash</span> = <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">MD5</span>.<span class="ruby-identifier">hexdigest</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-ivar">@folder1</span>, <span class="ruby-identifier">item</span>)))
268
+ <span class="ruby-identifier">filedata</span> = <span class="ruby-constant">FileHashResults</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">item</span>, <span class="ruby-identifier">the_hash</span>, <span class="ruby-keyword">nil</span>)
269
+ <span class="ruby-ivar">@filehash</span>[<span class="ruby-identifier">item</span>] = <span class="ruby-identifier">filedata</span>
270
+ <span class="ruby-keyword">end</span>
271
+
272
+ <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">foreach</span>(<span class="ruby-ivar">@folder2</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span>
273
+ <span class="ruby-keyword">next</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">item</span> <span class="ruby-operator">==</span> <span class="ruby-string">'.'</span> <span class="ruby-keyword">or</span> <span class="ruby-identifier">item</span> <span class="ruby-operator">==</span> <span class="ruby-string">'..'</span>
274
+ <span class="ruby-identifier">the_hash</span> = <span class="ruby-constant">Digest</span><span class="ruby-operator">::</span><span class="ruby-constant">MD5</span>.<span class="ruby-identifier">hexdigest</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-constant">File</span>.<span class="ruby-identifier">join</span>(<span class="ruby-ivar">@folder2</span>, <span class="ruby-identifier">item</span>)))
275
+ <span class="ruby-keyword">if</span>(<span class="ruby-ivar">@filehash</span>[<span class="ruby-identifier">item</span>]<span class="ruby-operator">==</span><span class="ruby-keyword">nil</span>)
276
+ <span class="ruby-identifier">filedata</span> = <span class="ruby-constant">FileHashResults</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">item</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">the_hash</span>)
277
+ <span class="ruby-ivar">@filehash</span>[<span class="ruby-identifier">item</span>] = <span class="ruby-identifier">filedata</span>
278
+ <span class="ruby-keyword">next</span>
279
+ <span class="ruby-keyword">end</span>
280
+ <span class="ruby-ivar">@filehash</span>[<span class="ruby-identifier">item</span>].<span class="ruby-identifier">file_hash2</span> = <span class="ruby-identifier">the_hash</span>
281
+ <span class="ruby-keyword">end</span>
282
+ <span class="ruby-keyword">end</span></pre>
283
+ </div><!-- compare-source -->
284
+
285
+ </div>
286
+
287
+
288
+
289
+
290
+ </div><!-- compare-method -->
291
+
292
+
293
+ <div id="display_results-method" class="method-detail ">
294
+ <a name="method-i-display_results"></a>
295
+
296
+
297
+ <div class="method-heading">
298
+ <span class="method-name">display_results</span><span
299
+ class="method-args">()</span>
300
+ <span class="method-click-advice">click to toggle source</span>
301
+ </div>
302
+
303
+
304
+ <div class="method-description">
305
+
306
+ <p>Dumps the contents of the <a
307
+ href="FileHashResults.html">FileHashResults</a> object to standard out</p>
308
+
309
+
310
+
311
+ <div class="method-source-code" id="display_results-source">
312
+ <pre>
313
+ <span class="ruby-comment"># File lib/hashthattree.rb, line 70</span>
314
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">display_results</span>
315
+ <span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;FileName Hash1 Hash2&quot;</span>
316
+ <span class="ruby-ivar">@filehash</span>.<span class="ruby-identifier">each</span>{ <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span><span class="ruby-operator">|</span> <span class="ruby-identifier">puts</span> <span class="ruby-node">&quot;#{value.file_name} is #{value.file_hash1} #{value.file_hash2}&quot;</span> }
317
+ <span class="ruby-keyword">end</span></pre>
318
+ </div><!-- display_results-source -->
319
+
320
+ </div>
321
+
322
+
323
+
324
+
325
+ </div><!-- display_results-method -->
326
+
327
+
328
+ <div id="validate-method" class="method-detail ">
329
+ <a name="method-i-validate"></a>
330
+
331
+
332
+ <div class="method-heading">
333
+ <span class="method-name">validate</span><span
334
+ class="method-args">()</span>
335
+ <span class="method-click-advice">click to toggle source</span>
336
+ </div>
337
+
338
+
339
+ <div class="method-description">
340
+
341
+ <p>Validates the input ensuring the arguments are both valid folders</p>
342
+
343
+
344
+
345
+ <div class="method-source-code" id="validate-source">
346
+ <pre>
347
+ <span class="ruby-comment"># File lib/hashthattree.rb, line 33</span>
348
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">validate</span>
349
+ <span class="ruby-keyword">if</span>(<span class="ruby-identifier">folder1</span><span class="ruby-operator">==</span><span class="ruby-keyword">nil</span>) <span class="ruby-operator">||</span> (<span class="ruby-identifier">folder1</span><span class="ruby-operator">==</span><span class="ruby-string">&quot;&quot;</span>) <span class="ruby-operator">||</span> <span class="ruby-operator">!</span><span class="ruby-constant">Dir</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">folder1</span>)
350
+ <span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;a valid folder path is required as argument 1&quot;</span>
351
+ <span class="ruby-identifier">exit</span>
352
+ <span class="ruby-keyword">end</span>
353
+
354
+ <span class="ruby-keyword">if</span>(<span class="ruby-identifier">folder2</span><span class="ruby-operator">==</span><span class="ruby-keyword">nil</span>) <span class="ruby-operator">||</span> (<span class="ruby-identifier">folder2</span><span class="ruby-operator">==</span><span class="ruby-string">&quot;&quot;</span>) <span class="ruby-operator">||</span> <span class="ruby-operator">!</span><span class="ruby-constant">Dir</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">folder2</span>)
355
+ <span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;a valid folder path is required as argument 2&quot;</span>
356
+ <span class="ruby-identifier">exit</span>
357
+ <span class="ruby-keyword">end</span>
358
+
359
+ <span class="ruby-keyword">end</span></pre>
360
+ </div><!-- validate-source -->
361
+
362
+ </div>
363
+
364
+
365
+
366
+
367
+ </div><!-- validate-method -->
368
+
369
+
370
+ </div><!-- public-instance-method-details -->
371
+
372
+ </div><!-- 5Buntitled-5D -->
373
+
374
+
375
+ </div><!-- documentation -->
376
+
377
+ <div id="validator-badges">
378
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
379
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
380
+ Rdoc Generator</a> 2</small>.</p>
381
+ </div>
382
+
383
+ </body>
384
+ </html>
385
+
@@ -0,0 +1,177 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: HashThatTree</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
13
+ <script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
16
+
17
+ </head>
18
+ <body id="top" class="module">
19
+
20
+ <div id="metadata">
21
+ <div id="home-metadata">
22
+ <div id="home-section" class="section">
23
+ <h3 class="section-header">
24
+ <a href="./index.html">Home</a>
25
+ <a href="./index.html#classes">Classes</a>
26
+ <a href="./index.html#methods">Methods</a>
27
+ </h3>
28
+ </div>
29
+ </div>
30
+
31
+ <div id="file-metadata">
32
+ <div id="file-list-section" class="section">
33
+ <h3 class="section-header">In Files</h3>
34
+ <div class="section-body">
35
+ <ul>
36
+
37
+ <li><a href="./lib/hashthattree_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/hashthattree.rb">lib/hashthattree.rb</a></li>
39
+
40
+ <li><a href="./lib/version_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
41
+ class="thickbox" title="lib/version.rb">lib/version.rb</a></li>
42
+
43
+ </ul>
44
+ </div>
45
+ </div>
46
+
47
+
48
+ </div>
49
+
50
+ <div id="class-metadata">
51
+
52
+
53
+
54
+
55
+
56
+ <!-- Namespace Contents -->
57
+ <div id="namespace-list-section" class="section">
58
+ <h3 class="section-header">Namespace</h3>
59
+ <ul class="link-list">
60
+
61
+ <li><span class="type">CLASS</span> <a href="HashThatTree/FileHashResults.html">HashThatTree::FileHashResults</a></li>
62
+
63
+ <li><span class="type">CLASS</span> <a href="HashThatTree/MD5Compare.html">HashThatTree::MD5Compare</a></li>
64
+
65
+ </ul>
66
+ </div>
67
+
68
+
69
+
70
+
71
+
72
+ </div>
73
+
74
+ <div id="project-metadata">
75
+
76
+
77
+ <div id="fileindex-section" class="section project-section">
78
+ <h3 class="section-header">Files</h3>
79
+ <ul>
80
+
81
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
82
+
83
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE.txt</a></li>
84
+
85
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
86
+
87
+ </ul>
88
+ </div>
89
+
90
+
91
+ <div id="classindex-section" class="section project-section">
92
+ <h3 class="section-header">Class/Module Index
93
+ <span class="search-toggle"><img src="./images/find.png"
94
+ height="16" width="16" alt="[+]"
95
+ title="show/hide quicksearch" /></span></h3>
96
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
97
+ <fieldset>
98
+ <legend>Quicksearch</legend>
99
+ <input type="text" name="quicksearch" value=""
100
+ class="quicksearch-field" />
101
+ </fieldset>
102
+ </form>
103
+
104
+ <ul class="link-list">
105
+
106
+ <li><a href="./HashThatTree.html">HashThatTree</a></li>
107
+
108
+ <li><a href="./HashThatTree/FileHashResults.html">HashThatTree::FileHashResults</a></li>
109
+
110
+ <li><a href="./HashThatTree/MD5Compare.html">HashThatTree::MD5Compare</a></li>
111
+
112
+ </ul>
113
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
114
+ </div>
115
+
116
+
117
+ </div>
118
+ </div>
119
+
120
+ <div id="documentation">
121
+ <h1 class="module">HashThatTree</h1>
122
+
123
+ <div id="description" class="description">
124
+ <table class="rdoc-list"><tr><td class="rdoc-term"><p>Author</p></td>
125
+ <td>
126
+ <p>John Ryan (<a href="mailto:555john@gmail.com">555john@gmail.com</a>)</p>
127
+ </td></tr><tr><td class="rdoc-term"><p>Copyright</p></td>
128
+ <td>
129
+ <p>Copyright © 2012 John Ryan</p>
130
+ </td></tr><tr><td class="rdoc-term"><p>License</p></td>
131
+ <td>
132
+ <p>Distributes under the same terms as Ruby</p>
133
+ </td></tr></table>
134
+
135
+ </div><!-- description -->
136
+
137
+
138
+
139
+
140
+ <div id="5Buntitled-5D" class="documentation-section">
141
+
142
+
143
+
144
+
145
+
146
+ <!-- Constants -->
147
+ <div id="constants-list" class="section">
148
+ <h3 class="section-header">Constants</h3>
149
+ <dl>
150
+
151
+ <dt><a name="VERSION">VERSION</a></dt>
152
+
153
+ <dd class="description"></dd>
154
+
155
+
156
+ </dl>
157
+ </div>
158
+
159
+
160
+
161
+
162
+ <!-- Methods -->
163
+
164
+ </div><!-- 5Buntitled-5D -->
165
+
166
+
167
+ </div><!-- documentation -->
168
+
169
+ <div id="validator-badges">
170
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
171
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
172
+ Rdoc Generator</a> 2</small>.</p>
173
+ </div>
174
+
175
+ </body>
176
+ </html>
177
+