rconfig 0.4.2 → 0.4.3

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.
Files changed (90) hide show
  1. data/ChangeLog +7 -0
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +2 -0
  4. data/Rakefile +11 -8
  5. data/doc/Array.html +184 -0
  6. data/doc/Hash.html +360 -0
  7. data/doc/NilClass.html +233 -0
  8. data/doc/RConfig.html +328 -0
  9. data/doc/RConfig/Callbacks.html +295 -0
  10. data/doc/RConfig/Cascade.html +316 -0
  11. data/doc/RConfig/Config.html +441 -0
  12. data/doc/RConfig/ConfigError.html +187 -0
  13. data/doc/RConfig/Constants.html +271 -0
  14. data/doc/RConfig/CoreMethods.html +814 -0
  15. data/doc/RConfig/DisabledLogger.html +424 -0
  16. data/doc/RConfig/Exceptions.html +266 -0
  17. data/doc/RConfig/Generators.html +186 -0
  18. data/doc/RConfig/Generators/InstallGenerator.html +233 -0
  19. data/doc/RConfig/InvalidLoadPathError.html +187 -0
  20. data/doc/RConfig/LoadPaths.html +375 -0
  21. data/doc/RConfig/Logger.html +184 -0
  22. data/doc/RConfig/PropertiesFile.html +399 -0
  23. data/doc/RConfig/Reload.html +481 -0
  24. data/doc/RConfig/Settings.html +188 -0
  25. data/doc/RConfig/Utils.html +841 -0
  26. data/doc/README_rdoc.html +331 -0
  27. data/doc/String.html +184 -0
  28. data/doc/created.rid +21 -1
  29. data/doc/index.html +423 -20
  30. data/doc/lib/generators/rconfig/install_generator_rb.html +52 -0
  31. data/doc/lib/generators/rconfig/templates/rconfig_rb.html +56 -0
  32. data/doc/lib/rconfig/callbacks_rb.html +52 -0
  33. data/doc/lib/rconfig/cascade_rb.html +52 -0
  34. data/doc/lib/rconfig/config_rb.html +61 -0
  35. data/doc/lib/rconfig/constants_rb.html +52 -0
  36. data/doc/lib/rconfig/core_ext/array_rb.html +52 -0
  37. data/doc/lib/rconfig/core_ext/hash_rb.html +61 -0
  38. data/doc/lib/rconfig/core_ext/nil_rb.html +52 -0
  39. data/doc/lib/rconfig/core_ext/string_rb.html +52 -0
  40. data/doc/lib/rconfig/core_methods_rb.html +55 -0
  41. data/doc/lib/rconfig/exceptions_rb.html +58 -0
  42. data/doc/lib/rconfig/load_paths_rb.html +52 -0
  43. data/doc/lib/rconfig/logger_rb.html +52 -0
  44. data/doc/lib/rconfig/properties_file_rb.html +93 -0
  45. data/doc/lib/rconfig/reload_rb.html +52 -0
  46. data/doc/lib/rconfig/settings_rb.html +52 -0
  47. data/doc/lib/rconfig/utils_rb.html +52 -0
  48. data/doc/lib/rconfig_rb.html +151 -0
  49. data/doc/rdoc.css +706 -0
  50. data/lib/rconfig.rb +1 -1
  51. data/lib/rconfig/load_paths.rb +2 -2
  52. data/lib/tasks/rdoc.rake +3 -4
  53. data/rconfig.gemspec +4 -2
  54. data/spec/config/erb_contents.yml +3 -0
  55. data/spec/config/props_config.conf +18 -0
  56. data/spec/config/spec.yml +17 -0
  57. data/spec/config/xml_config.xml +22 -0
  58. data/spec/config2/.gitkeep +0 -0
  59. data/spec/rconfig/load_paths_spec.rb +37 -0
  60. data/spec/rconfig/reload_spec.rb +37 -0
  61. data/spec/rconfig_spec.rb +61 -3
  62. data/spec/spec_helper.rb +12 -8
  63. metadata +82 -40
  64. data/doc/classes/ClassVariables.html +0 -111
  65. data/doc/classes/ConfigError.html +0 -120
  66. data/doc/classes/ConfigHash.html +0 -354
  67. data/doc/classes/Constants.html +0 -226
  68. data/doc/classes/Hash.html +0 -269
  69. data/doc/classes/InvalidConfigPathError.html +0 -119
  70. data/doc/classes/Object.html +0 -220
  71. data/doc/classes/PropertiesFileParser.html +0 -282
  72. data/doc/classes/RConfig.html +0 -1745
  73. data/doc/files/README_rdoc.html +0 -271
  74. data/doc/files/lib/rconfig/class_variables_rb.html +0 -107
  75. data/doc/files/lib/rconfig/config_hash_rb.html +0 -114
  76. data/doc/files/lib/rconfig/constants_rb.html +0 -101
  77. data/doc/files/lib/rconfig/core_ext/hash_rb.html +0 -114
  78. data/doc/files/lib/rconfig/core_ext/object_rb.html +0 -101
  79. data/doc/files/lib/rconfig/core_ext_rb.html +0 -114
  80. data/doc/files/lib/rconfig/exceptions_rb.html +0 -110
  81. data/doc/files/lib/rconfig/properties_file_parser_rb.html +0 -146
  82. data/doc/files/lib/rconfig/rconfig_rb.html +0 -186
  83. data/doc/files/lib/rconfig_rb.html +0 -117
  84. data/doc/fr_class_index.html +0 -35
  85. data/doc/fr_file_index.html +0 -37
  86. data/doc/fr_method_index.html +0 -75
  87. data/doc/rdoc-style.css +0 -208
  88. data/lib/tasks/gem.rake +0 -14
  89. data/lib/tasks/spec.rake +0 -25
  90. data/spec/core_ext/object_spec.rb +0 -44
@@ -0,0 +1,331 @@
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
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: README.rdoc [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="./js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="./js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="./js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file">
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="project-metadata">
36
+
37
+
38
+ <div id="fileindex-section" class="section project-section">
39
+ <h3 class="section-header">Files</h3>
40
+ <ul>
41
+
42
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
43
+
44
+ </ul>
45
+ </div>
46
+
47
+
48
+ <div id="classindex-section" class="section project-section">
49
+ <h3 class="section-header">Class Index
50
+ <span class="search-toggle"><img src="./images/find.png"
51
+ height="16" width="16" alt="[+]"
52
+ title="show/hide quicksearch" /></span></h3>
53
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
54
+ <fieldset>
55
+ <legend>Quicksearch</legend>
56
+ <input type="text" name="quicksearch" value=""
57
+ class="quicksearch-field" />
58
+ </fieldset>
59
+ </form>
60
+
61
+ <ul class="link-list">
62
+
63
+ <li><a href="./RConfig.html">RConfig</a></li>
64
+
65
+ <li><a href="./RConfig/Callbacks.html">RConfig::Callbacks</a></li>
66
+
67
+ <li><a href="./RConfig/Cascade.html">RConfig::Cascade</a></li>
68
+
69
+ <li><a href="./RConfig/Config.html">RConfig::Config</a></li>
70
+
71
+ <li><a href="./RConfig/ConfigError.html">RConfig::ConfigError</a></li>
72
+
73
+ <li><a href="./RConfig/Constants.html">RConfig::Constants</a></li>
74
+
75
+ <li><a href="./RConfig/CoreMethods.html">RConfig::CoreMethods</a></li>
76
+
77
+ <li><a href="./RConfig/DisabledLogger.html">RConfig::DisabledLogger</a></li>
78
+
79
+ <li><a href="./RConfig/Exceptions.html">RConfig::Exceptions</a></li>
80
+
81
+ <li><a href="./RConfig/Generators.html">RConfig::Generators</a></li>
82
+
83
+ <li><a href="./RConfig/Generators/InstallGenerator.html">RConfig::Generators::InstallGenerator</a></li>
84
+
85
+ <li><a href="./RConfig/InvalidLoadPathError.html">RConfig::InvalidLoadPathError</a></li>
86
+
87
+ <li><a href="./RConfig/LoadPaths.html">RConfig::LoadPaths</a></li>
88
+
89
+ <li><a href="./RConfig/PropertiesFile.html">RConfig::PropertiesFile</a></li>
90
+
91
+ <li><a href="./RConfig/Reload.html">RConfig::Reload</a></li>
92
+
93
+ <li><a href="./RConfig/Settings.html">RConfig::Settings</a></li>
94
+
95
+ <li><a href="./RConfig/Utils.html">RConfig::Utils</a></li>
96
+
97
+ <li><a href="./Array.html">Array</a></li>
98
+
99
+ <li><a href="./Hash.html">Hash</a></li>
100
+
101
+ <li><a href="./NilClass.html">NilClass</a></li>
102
+
103
+ <li><a href="./String.html">String</a></li>
104
+
105
+ </ul>
106
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
107
+ </div>
108
+
109
+
110
+ </div>
111
+ </div>
112
+
113
+ <div id="documentation">
114
+ <h1><a href="RConfig.html">RConfig</a> </h1>
115
+ <p>
116
+ The complete solution for Ruby Configuration Management. <a
117
+ href="RConfig.html">RConfig</a> is a Ruby library that manages
118
+ configuration within Ruby applications. It bridges the gap between yaml,
119
+ xml, and key/value based properties files, by providing a centralized
120
+ solution to handle application configuration from one location. It provides
121
+ the simplicity of hash-based access, that Rubyists have come to know and
122
+ love, supporting your configuration style of choice, while providing many
123
+ new features, and an elegant API.
124
+ </p>
125
+ <h2>Features</h2>
126
+ <ul>
127
+ <li><p>
128
+ Simple, easy to install and use.
129
+ </p>
130
+ </li>
131
+ <li><p>
132
+ Supports yaml, xml, and properties files.
133
+ </p>
134
+ </li>
135
+ <li><p>
136
+ Yaml and xml files support infinite level of configuration grouping.
137
+ </p>
138
+ </li>
139
+ <li><p>
140
+ Properties files support git config-like configuration grouping.
141
+ </p>
142
+ </li>
143
+ <li><p>
144
+ Intuitive dot-notation &#8216;key chaining&#8217; argument access.
145
+ </p>
146
+ </li>
147
+ <li><p>
148
+ Simple well-known hash/array based argument access.
149
+ </p>
150
+ </li>
151
+ <li><p>
152
+ Implements multilevel caching to reduce disk access.
153
+ </p>
154
+ </li>
155
+ <li><p>
156
+ Short-hand access to &#8216;global&#8217; application configuration, and
157
+ shell environment.
158
+ </p>
159
+ </li>
160
+ <li><p>
161
+ Cascades multiple configuration files to support environment and
162
+ host-specific configuration.
163
+ </p>
164
+ </li>
165
+ <li><p>
166
+ On-load callbacks for single, multiple, or any config file.
167
+ </p>
168
+ </li>
169
+ <li><p>
170
+ Embedded ruby code with ERB templating.
171
+ </p>
172
+ </li>
173
+ <li><p>
174
+ Support for referencing values in property files (Yaml also has built in
175
+ support using node anchors).
176
+ </p>
177
+ </li>
178
+ </ul>
179
+ <h2>Getting Started</h2>
180
+ <h3>Rails Apps</h3>
181
+ <p>
182
+ <a href="RConfig.html">RConfig</a> is released as a Ruby Gem. The gem is to
183
+ be installed within a Ruby on Rails 3 application. To install, simply add
184
+ the following to your Gemfile:
185
+ </p>
186
+ <pre>
187
+ # Gemfile
188
+ gem 'rconfig'
189
+ </pre>
190
+ <p>
191
+ After updating your bundle, run the installer
192
+ </p>
193
+ <pre>
194
+ $&gt; rails generate rconfig:install
195
+ </pre>
196
+ <p>
197
+ The installer creates an initializer used for configuring defaults used by
198
+ <a href="RConfig.html">RConfig</a>
199
+ </p>
200
+ <h3>Non-Rails Apps</h3>
201
+ <p>
202
+ If you&#8217;re not using <a href="RConfig.html">RConfig</a> in a Rails
203
+ app, and you don&#8217;t use Gemfile you can install <a
204
+ href="RConfig.html">RConfig</a> with RubyGems
205
+ </p>
206
+ <pre>
207
+ gem install rconfig
208
+ </pre>
209
+ <h2>Requirements</h2>
210
+ <p>
211
+ Starting with version 0.4.0, <a href="RConfig.html">RConfig</a> requires at
212
+ least Ruby 1.9, and Rails 3. Previous versions can be used in Ruby 1.8 and
213
+ Rails 2.2+. Non-rails projects need ActiveSupport (>= 3 for <a
214
+ href="RConfig.html">RConfig</a> 0.4.0, and > 2.2 for <a
215
+ href="RConfig.html">RConfig</a> 0.3).
216
+ </p>
217
+ <ul>
218
+ <li><p>
219
+ Ruby 1.9+
220
+ </p>
221
+ </li>
222
+ <li><p>
223
+ ActiveSupport 3.0+
224
+ </p>
225
+ </li>
226
+ </ul>
227
+ <h2>Example</h2>
228
+ <pre>
229
+ shell/console =&gt;
230
+ export LANG=en
231
+
232
+ demo.yml =&gt;
233
+ server:
234
+ address: host.domain.com
235
+ port: 81
236
+ host: &lt;%= %x{host_name} %&gt;
237
+ ...
238
+
239
+ application.properties =&gt;
240
+ debug_level=verbose
241
+ app_root=/home/rahmal/apps/rconfig
242
+ test_root=%{app_root}/tests
243
+ ...
244
+
245
+ demo.rb =&gt;
246
+ require 'rconfig'
247
+ RConfig.config_paths = ['$HOME/config', '#{APP_ROOT}/config', '/demo/conf']
248
+ RConfig.demo[:server][:port] =&gt; 81
249
+ RConfig.demo.server.address =&gt; 'host.domain.com'
250
+ RConfig.demo.server.host =&gt; 'host.local'
251
+
252
+ RConfig.application.test_root =&gt; '/home/rahmal/apps/rconfig/tests'
253
+
254
+ RConfig[:debug_level] =&gt; 'verbose'
255
+ RConfig[:lang] =&gt; 'en'
256
+ ...
257
+ </pre>
258
+ <h2>Bugs and Feature Requests</h2>
259
+ <ul>
260
+ <li><p>
261
+ Bug Reports &amp; Feature Requests: Please use to the [Issues page](<a
262
+ href="https://github.com/rahmal/rconfig/issues">github.com/rahmal/rconfig/issues</a>)
263
+ </p>
264
+ </li>
265
+ <li><p>
266
+ Want to Contribute? Send a Pull Request
267
+ </p>
268
+ </li>
269
+ </ul>
270
+ <h2>Known Issues</h2>
271
+ <ul>
272
+ <li><p>
273
+ None
274
+ </p>
275
+ </li>
276
+ </ul>
277
+ <h2>License</h2>
278
+ <p>
279
+ (The MIT License)
280
+ </p>
281
+ <p>
282
+ Copyright &#169; 2009 Rahmal Conda <rahmal@gmail.com>
283
+ </p>
284
+ <p>
285
+ Permission is hereby granted, free of charge, to any person obtaining a
286
+ copy of this software and associated documentation files (the
287
+ &#8216;Software&#8217;), to deal in the Software without restriction,
288
+ including without limitation the rights to use, copy, modify, merge,
289
+ publish, distribute, sublicense, and/or sell copies of the Software, and to
290
+ permit persons to whom the Software is furnished to do so, subject to the
291
+ following conditions:
292
+ </p>
293
+ <p>
294
+ The above copyright notice and this permission notice shall be included in
295
+ all copies or substantial portions of the Software.
296
+ </p>
297
+ <p>
298
+ THE SOFTWARE IS PROVIDED &#8216;AS IS&#8217;, WITHOUT WARRANTY OF ANY KIND,
299
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
300
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
301
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
302
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
303
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
304
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
305
+ </p>
306
+ <h2>Credits</h2>
307
+ <p>
308
+ Thanks to everyone I included here. <a href="RConfig.html">RConfig</a>
309
+ would not exist without their contributions.
310
+ </p>
311
+ <p>
312
+ Mike Sandler, Kurt Stephens, CashNetUSA (CNU):
313
+ </p>
314
+ <ul>
315
+ <li><p>
316
+ Wrote the proprietary class <a href="RConfig.html">RConfig</a> was
317
+ originally based on.
318
+ </p>
319
+ </li>
320
+ </ul>
321
+
322
+ </div>
323
+
324
+ <div id="validator-badges">
325
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
326
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
327
+ Rdoc Generator</a> 1.1.6</small>.</p>
328
+ </div>
329
+ </body>
330
+ </html>
331
+
data/doc/String.html ADDED
@@ -0,0 +1,184 @@
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: String</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript"
13
+ charset="utf-8"></script>
14
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
15
+ charset="utf-8"></script>
16
+ <script src="./js/quicksearch.js" type="text/javascript"
17
+ charset="utf-8"></script>
18
+ <script src="./js/darkfish.js" type="text/javascript"
19
+ charset="utf-8"></script>
20
+
21
+ </head>
22
+ <body class="class">
23
+
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="file-metadata">
36
+ <div id="file-list-section" class="section">
37
+ <h3 class="section-header">In Files</h3>
38
+ <div class="section-body">
39
+ <ul>
40
+
41
+ <li><a href="./lib/rconfig/core_ext/string_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
42
+ class="thickbox" title="lib/rconfig/core_ext/string.rb">lib/rconfig/core_ext/string.rb</a></li>
43
+
44
+ </ul>
45
+ </div>
46
+ </div>
47
+
48
+
49
+ </div>
50
+
51
+ <div id="class-metadata">
52
+
53
+ <!-- Parent Class -->
54
+
55
+ <div id="parent-class-section" class="section">
56
+ <h3 class="section-header">Parent</h3>
57
+
58
+ <p class="link">Object</p>
59
+
60
+ </div>
61
+
62
+
63
+ <!-- Namespace Contents -->
64
+
65
+
66
+ <!-- Method Quickref -->
67
+
68
+
69
+ <!-- Included Modules -->
70
+
71
+ </div>
72
+
73
+ <div id="project-metadata">
74
+
75
+
76
+ <div id="fileindex-section" class="section project-section">
77
+ <h3 class="section-header">Files</h3>
78
+ <ul>
79
+
80
+ <li class="file"><a href="./README_rdoc.html">README.rdoc</a></li>
81
+
82
+ </ul>
83
+ </div>
84
+
85
+
86
+ <div id="classindex-section" class="section project-section">
87
+ <h3 class="section-header">Class Index
88
+ <span class="search-toggle"><img src="./images/find.png"
89
+ height="16" width="16" alt="[+]"
90
+ title="show/hide quicksearch" /></span></h3>
91
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
92
+ <fieldset>
93
+ <legend>Quicksearch</legend>
94
+ <input type="text" name="quicksearch" value=""
95
+ class="quicksearch-field" />
96
+ </fieldset>
97
+ </form>
98
+
99
+ <ul class="link-list">
100
+
101
+ <li><a href="./RConfig.html">RConfig</a></li>
102
+
103
+ <li><a href="./RConfig/Callbacks.html">RConfig::Callbacks</a></li>
104
+
105
+ <li><a href="./RConfig/Cascade.html">RConfig::Cascade</a></li>
106
+
107
+ <li><a href="./RConfig/Config.html">RConfig::Config</a></li>
108
+
109
+ <li><a href="./RConfig/ConfigError.html">RConfig::ConfigError</a></li>
110
+
111
+ <li><a href="./RConfig/Constants.html">RConfig::Constants</a></li>
112
+
113
+ <li><a href="./RConfig/CoreMethods.html">RConfig::CoreMethods</a></li>
114
+
115
+ <li><a href="./RConfig/DisabledLogger.html">RConfig::DisabledLogger</a></li>
116
+
117
+ <li><a href="./RConfig/Exceptions.html">RConfig::Exceptions</a></li>
118
+
119
+ <li><a href="./RConfig/Generators.html">RConfig::Generators</a></li>
120
+
121
+ <li><a href="./RConfig/Generators/InstallGenerator.html">RConfig::Generators::InstallGenerator</a></li>
122
+
123
+ <li><a href="./RConfig/InvalidLoadPathError.html">RConfig::InvalidLoadPathError</a></li>
124
+
125
+ <li><a href="./RConfig/LoadPaths.html">RConfig::LoadPaths</a></li>
126
+
127
+ <li><a href="./RConfig/PropertiesFile.html">RConfig::PropertiesFile</a></li>
128
+
129
+ <li><a href="./RConfig/Reload.html">RConfig::Reload</a></li>
130
+
131
+ <li><a href="./RConfig/Settings.html">RConfig::Settings</a></li>
132
+
133
+ <li><a href="./RConfig/Utils.html">RConfig::Utils</a></li>
134
+
135
+ <li><a href="./Array.html">Array</a></li>
136
+
137
+ <li><a href="./Hash.html">Hash</a></li>
138
+
139
+ <li><a href="./NilClass.html">NilClass</a></li>
140
+
141
+ <li><a href="./String.html">String</a></li>
142
+
143
+ </ul>
144
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
145
+ </div>
146
+
147
+
148
+ </div>
149
+ </div>
150
+
151
+ <div id="documentation">
152
+ <h1 class="class">String</h1>
153
+
154
+ <div id="description">
155
+
156
+ </div>
157
+
158
+ <!-- Constants -->
159
+
160
+
161
+ <!-- Attributes -->
162
+
163
+
164
+ <!-- Methods -->
165
+
166
+
167
+ </div>
168
+
169
+
170
+ <div id="rdoc-debugging-section-dump" class="debugging-section">
171
+
172
+ <p>Disabled; run with --debug to generate this.</p>
173
+
174
+ </div>
175
+
176
+ <div id="validator-badges">
177
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
178
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
179
+ Rdoc Generator</a> 1.1.6</small>.</p>
180
+ </div>
181
+
182
+ </body>
183
+ </html>
184
+