ymdp 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/Gemfile +2 -1
  2. data/VERSION +1 -1
  3. data/doc/ActionView.html +175 -0
  4. data/doc/ActionView/Helpers.html +175 -0
  5. data/doc/ActionView/Helpers/TagHelper.html +439 -0
  6. data/doc/Application.html +295 -0
  7. data/doc/LICENSE.html +158 -0
  8. data/doc/Object.html +218 -0
  9. data/doc/README_rdoc.html +147 -0
  10. data/doc/YMDP.html +232 -0
  11. data/doc/YMDP/ApplicationView.html +563 -0
  12. data/doc/YMDP/AssetTagHelper.html +235 -0
  13. data/doc/YMDP/Base.html +560 -0
  14. data/doc/YMDP/Compiler.html +178 -0
  15. data/doc/YMDP/Compiler/Base.html +1181 -0
  16. data/doc/YMDP/Compiler/Domains.html +493 -0
  17. data/doc/YMDP/Compiler/Options.html +265 -0
  18. data/doc/YMDP/Compiler/Template.html +175 -0
  19. data/doc/YMDP/Compiler/Template/Base.html +911 -0
  20. data/doc/YMDP/Compiler/Template/CoffeeScript.html +236 -0
  21. data/doc/YMDP/Compiler/Template/JavaScript.html +237 -0
  22. data/doc/YMDP/Compiler/Template/View.html +495 -0
  23. data/doc/YMDP/Compiler/Template/YRB.html +469 -0
  24. data/doc/YMDP/Configuration.html +175 -0
  25. data/doc/YMDP/Configuration/Base.html +426 -0
  26. data/doc/YMDP/Configuration/Config.html +553 -0
  27. data/doc/YMDP/Configuration/Servers.html +265 -0
  28. data/doc/YMDP/Configuration/Setter.html +580 -0
  29. data/doc/YMDP/FormTagHelper.html +298 -0
  30. data/doc/YMDP/GitHelper.html +298 -0
  31. data/doc/YMDP/LinkTagHelper.html +299 -0
  32. data/doc/YMDP/View.html +239 -0
  33. data/doc/created.rid +18 -0
  34. data/doc/images/add.png +0 -0
  35. data/doc/images/brick.png +0 -0
  36. data/doc/images/brick_link.png +0 -0
  37. data/doc/images/bug.png +0 -0
  38. data/doc/images/bullet_black.png +0 -0
  39. data/doc/images/bullet_toggle_minus.png +0 -0
  40. data/doc/images/bullet_toggle_plus.png +0 -0
  41. data/doc/images/date.png +0 -0
  42. data/doc/images/delete.png +0 -0
  43. data/doc/images/find.png +0 -0
  44. data/doc/images/loadingAnimation.gif +0 -0
  45. data/doc/images/macFFBgHack.png +0 -0
  46. data/doc/images/package.png +0 -0
  47. data/doc/images/page_green.png +0 -0
  48. data/doc/images/page_white_text.png +0 -0
  49. data/doc/images/page_white_width.png +0 -0
  50. data/doc/images/plugin.png +0 -0
  51. data/doc/images/ruby.png +0 -0
  52. data/doc/images/tag_blue.png +0 -0
  53. data/doc/images/tag_green.png +0 -0
  54. data/doc/images/transparent.png +0 -0
  55. data/doc/images/wrench.png +0 -0
  56. data/doc/images/wrench_orange.png +0 -0
  57. data/doc/images/zoom.png +0 -0
  58. data/doc/index.html +134 -0
  59. data/doc/js/darkfish.js +153 -0
  60. data/doc/js/jquery.js +18 -0
  61. data/doc/js/navigation.js +142 -0
  62. data/doc/js/search.js +94 -0
  63. data/doc/js/search_index.js +1 -0
  64. data/doc/js/searcher.js +228 -0
  65. data/doc/rdoc.css +543 -0
  66. data/doc/table_of_contents.html +401 -0
  67. data/lib/ymdp/compiler/template.rb +5 -1
  68. data/lib/ymdp/view/application_view.rb +10 -5
  69. data/ymdp.gemspec +69 -2
  70. metadata +120 -42
@@ -0,0 +1,175 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>module YMDP::Configuration - 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 id="top" class="module">
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
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/ymdp/configuration/config.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+
62
+ </div>
63
+
64
+ <div id="project-metadata">
65
+ <nav id="fileindex-section" class="section project-section">
66
+ <h3 class="section-header">Pages</h3>
67
+
68
+ <ul>
69
+
70
+ <li class="file"><a href="../LICENSE.html">LICENSE</a>
71
+
72
+ <li class="file"><a href="../README_rdoc.html">README</a>
73
+
74
+ </ul>
75
+ </nav>
76
+
77
+ <nav id="classindex-section" class="section project-section">
78
+ <h3 class="section-header">Class and Module Index</h3>
79
+
80
+ <ul class="link-list">
81
+
82
+ <li><a href="../YMDP.html">YMDP</a>
83
+
84
+ <li><a href="../YMDP/ApplicationView.html">YMDP::ApplicationView</a>
85
+
86
+ <li><a href="../YMDP/AssetTagHelper.html">YMDP::AssetTagHelper</a>
87
+
88
+ <li><a href="../YMDP/Base.html">YMDP::Base</a>
89
+
90
+ <li><a href="../YMDP/Compiler.html">YMDP::Compiler</a>
91
+
92
+ <li><a href="../YMDP/Compiler/Base.html">YMDP::Compiler::Base</a>
93
+
94
+ <li><a href="../YMDP/Compiler/Domains.html">YMDP::Compiler::Domains</a>
95
+
96
+ <li><a href="../YMDP/Compiler/Options.html">YMDP::Compiler::Options</a>
97
+
98
+ <li><a href="../YMDP/Compiler/Template.html">YMDP::Compiler::Template</a>
99
+
100
+ <li><a href="../YMDP/Compiler/Template/Base.html">YMDP::Compiler::Template::Base</a>
101
+
102
+ <li><a href="../YMDP/Compiler/Template/CoffeeScript.html">YMDP::Compiler::Template::CoffeeScript</a>
103
+
104
+ <li><a href="../YMDP/Compiler/Template/JavaScript.html">YMDP::Compiler::Template::JavaScript</a>
105
+
106
+ <li><a href="../YMDP/Compiler/Template/View.html">YMDP::Compiler::Template::View</a>
107
+
108
+ <li><a href="../YMDP/Compiler/Template/YRB.html">YMDP::Compiler::Template::YRB</a>
109
+
110
+ <li><a href="../YMDP/Configuration.html">YMDP::Configuration</a>
111
+
112
+ <li><a href="../YMDP/Configuration/Base.html">YMDP::Configuration::Base</a>
113
+
114
+ <li><a href="../YMDP/Configuration/Config.html">YMDP::Configuration::Config</a>
115
+
116
+ <li><a href="../YMDP/Configuration/Servers.html">YMDP::Configuration::Servers</a>
117
+
118
+ <li><a href="../YMDP/Configuration/Setter.html">YMDP::Configuration::Setter</a>
119
+
120
+ <li><a href="../YMDP/FormTagHelper.html">YMDP::FormTagHelper</a>
121
+
122
+ <li><a href="../YMDP/GitHelper.html">YMDP::GitHelper</a>
123
+
124
+ <li><a href="../YMDP/LinkTagHelper.html">YMDP::LinkTagHelper</a>
125
+
126
+ <li><a href="../YMDP/View.html">YMDP::View</a>
127
+
128
+ <li><a href="../ActionView.html">ActionView</a>
129
+
130
+ <li><a href="../ActionView/Helpers.html">ActionView::Helpers</a>
131
+
132
+ <li><a href="../ActionView/Helpers/TagHelper.html">ActionView::Helpers::TagHelper</a>
133
+
134
+ <li><a href="../Application.html">Application</a>
135
+
136
+ <li><a href="../Object.html">Object</a>
137
+
138
+ </ul>
139
+ </nav>
140
+
141
+ </div>
142
+ </nav>
143
+
144
+ <div id="documentation">
145
+ <h1 class="module">module YMDP::Configuration</h1>
146
+
147
+ <div id="description" class="description">
148
+
149
+ </div><!-- description -->
150
+
151
+
152
+
153
+
154
+ <section id="5Buntitled-5D" class="documentation-section">
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+ <!-- Methods -->
164
+
165
+ </section><!-- 5Buntitled-5D -->
166
+
167
+ </div><!-- documentation -->
168
+
169
+
170
+ <footer id="validator-badges">
171
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
172
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
173
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
174
+ </footer>
175
+
@@ -0,0 +1,426 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class YMDP::Configuration::Base - 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 id="top" class="class">
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
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/ymdp/configuration/config.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link"><a href="../../Object.html">Object</a>
63
+
64
+ </nav>
65
+
66
+
67
+ <!-- Method Quickref -->
68
+ <nav id="method-list-section" class="section">
69
+ <h3 class="section-header">Methods</h3>
70
+
71
+ <ul class="link-list">
72
+
73
+ <li><a href="#method-c-new">::new</a>
74
+
75
+ <li><a href="#method-i-5B-5D">#[]</a>
76
+
77
+ <li><a href="#method-i-each">#each</a>
78
+
79
+ <li><a href="#method-i-exists-3F">#exists?</a>
80
+
81
+ <li><a href="#method-i-file_not_found">#file_not_found</a>
82
+
83
+ <li><a href="#method-i-options">#options</a>
84
+
85
+ </ul>
86
+ </nav>
87
+
88
+ </div>
89
+
90
+ <div id="project-metadata">
91
+ <nav id="fileindex-section" class="section project-section">
92
+ <h3 class="section-header">Pages</h3>
93
+
94
+ <ul>
95
+
96
+ <li class="file"><a href="../../LICENSE.html">LICENSE</a>
97
+
98
+ <li class="file"><a href="../../README_rdoc.html">README</a>
99
+
100
+ </ul>
101
+ </nav>
102
+
103
+ <nav id="classindex-section" class="section project-section">
104
+ <h3 class="section-header">Class and Module Index</h3>
105
+
106
+ <ul class="link-list">
107
+
108
+ <li><a href="../../YMDP.html">YMDP</a>
109
+
110
+ <li><a href="../../YMDP/ApplicationView.html">YMDP::ApplicationView</a>
111
+
112
+ <li><a href="../../YMDP/AssetTagHelper.html">YMDP::AssetTagHelper</a>
113
+
114
+ <li><a href="../../YMDP/Base.html">YMDP::Base</a>
115
+
116
+ <li><a href="../../YMDP/Compiler.html">YMDP::Compiler</a>
117
+
118
+ <li><a href="../../YMDP/Compiler/Base.html">YMDP::Compiler::Base</a>
119
+
120
+ <li><a href="../../YMDP/Compiler/Domains.html">YMDP::Compiler::Domains</a>
121
+
122
+ <li><a href="../../YMDP/Compiler/Options.html">YMDP::Compiler::Options</a>
123
+
124
+ <li><a href="../../YMDP/Compiler/Template.html">YMDP::Compiler::Template</a>
125
+
126
+ <li><a href="../../YMDP/Compiler/Template/Base.html">YMDP::Compiler::Template::Base</a>
127
+
128
+ <li><a href="../../YMDP/Compiler/Template/CoffeeScript.html">YMDP::Compiler::Template::CoffeeScript</a>
129
+
130
+ <li><a href="../../YMDP/Compiler/Template/JavaScript.html">YMDP::Compiler::Template::JavaScript</a>
131
+
132
+ <li><a href="../../YMDP/Compiler/Template/View.html">YMDP::Compiler::Template::View</a>
133
+
134
+ <li><a href="../../YMDP/Compiler/Template/YRB.html">YMDP::Compiler::Template::YRB</a>
135
+
136
+ <li><a href="../../YMDP/Configuration.html">YMDP::Configuration</a>
137
+
138
+ <li><a href="../../YMDP/Configuration/Base.html">YMDP::Configuration::Base</a>
139
+
140
+ <li><a href="../../YMDP/Configuration/Config.html">YMDP::Configuration::Config</a>
141
+
142
+ <li><a href="../../YMDP/Configuration/Servers.html">YMDP::Configuration::Servers</a>
143
+
144
+ <li><a href="../../YMDP/Configuration/Setter.html">YMDP::Configuration::Setter</a>
145
+
146
+ <li><a href="../../YMDP/FormTagHelper.html">YMDP::FormTagHelper</a>
147
+
148
+ <li><a href="../../YMDP/GitHelper.html">YMDP::GitHelper</a>
149
+
150
+ <li><a href="../../YMDP/LinkTagHelper.html">YMDP::LinkTagHelper</a>
151
+
152
+ <li><a href="../../YMDP/View.html">YMDP::View</a>
153
+
154
+ <li><a href="../../ActionView.html">ActionView</a>
155
+
156
+ <li><a href="../../ActionView/Helpers.html">ActionView::Helpers</a>
157
+
158
+ <li><a href="../../ActionView/Helpers/TagHelper.html">ActionView::Helpers::TagHelper</a>
159
+
160
+ <li><a href="../../Application.html">Application</a>
161
+
162
+ <li><a href="../../Object.html">Object</a>
163
+
164
+ </ul>
165
+ </nav>
166
+
167
+ </div>
168
+ </nav>
169
+
170
+ <div id="documentation">
171
+ <h1 class="class">class YMDP::Configuration::Base</h1>
172
+
173
+ <div id="description" class="description">
174
+
175
+ </div><!-- description -->
176
+
177
+
178
+
179
+
180
+ <section id="5Buntitled-5D" class="documentation-section">
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+ <!-- Attributes -->
189
+ <section id="attribute-method-details" class="method-section section">
190
+ <h3 class="section-header">Attributes</h3>
191
+
192
+
193
+ <div id="attribute-i-base" class="method-detail">
194
+ <div class="method-heading attribute-method-heading">
195
+ <span class="method-name">base</span><span
196
+ class="attribute-access-type">[RW]</span>
197
+ </div>
198
+
199
+ <div class="method-description">
200
+
201
+
202
+
203
+ </div>
204
+ </div>
205
+
206
+ </section><!-- attribute-method-details -->
207
+
208
+
209
+ <!-- Methods -->
210
+
211
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
212
+ <h3 class="section-header">Public Class Methods</h3>
213
+
214
+
215
+ <div id="method-c-new" class="method-detail ">
216
+
217
+ <div class="method-heading">
218
+ <span class="method-name">new</span><span
219
+ class="method-args">(filename, base)</span>
220
+ <span class="method-click-advice">click to toggle source</span>
221
+ </div>
222
+
223
+
224
+ <div class="method-description">
225
+
226
+
227
+
228
+
229
+
230
+ <div class="method-source-code" id="new-source">
231
+ <pre><span class="ruby-comment"># File lib/ymdp/configuration/config.rb, line 109</span>
232
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">filename</span>, <span class="ruby-identifier">base</span>)
233
+ <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">filename</span>)
234
+ <span class="ruby-ivar">@config</span> = <span class="ruby-constant">Serenity</span><span class="ruby-operator">::</span><span class="ruby-constant">Configuration</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">filename</span>)
235
+ <span class="ruby-ivar">@base</span> = <span class="ruby-identifier">base</span>
236
+ <span class="ruby-keyword">else</span>
237
+ <span class="ruby-identifier">file_not_found</span>(<span class="ruby-identifier">filename</span>)
238
+ <span class="ruby-keyword">end</span>
239
+ <span class="ruby-keyword">end</span></pre>
240
+ </div><!-- new-source -->
241
+
242
+ </div>
243
+
244
+
245
+
246
+
247
+ </div><!-- new-method -->
248
+
249
+
250
+ </section><!-- public-class-method-details -->
251
+
252
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
253
+ <h3 class="section-header">Public Instance Methods</h3>
254
+
255
+
256
+ <div id="method-i-5B-5D" class="method-detail ">
257
+
258
+ <div class="method-heading">
259
+ <span class="method-name">[]</span><span
260
+ class="method-args">(key)</span>
261
+ <span class="method-click-advice">click to toggle source</span>
262
+ </div>
263
+
264
+
265
+ <div class="method-description">
266
+
267
+
268
+
269
+
270
+
271
+ <div class="method-source-code" id="5B-5D-source">
272
+ <pre><span class="ruby-comment"># File lib/ymdp/configuration/config.rb, line 118</span>
273
+ <span class="ruby-keyword">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">key</span>)
274
+ <span class="ruby-ivar">@config</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">key</span>)
275
+ <span class="ruby-keyword">rescue</span> <span class="ruby-constant">StandardError</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">e</span>
276
+ <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-node">&quot;Could not find #{base}, #{key}&quot;</span>)
277
+ <span class="ruby-keyword">end</span></pre>
278
+ </div><!-- 5B-5D-source -->
279
+
280
+ </div>
281
+
282
+
283
+
284
+
285
+ </div><!-- 5B-5D-method -->
286
+
287
+
288
+ <div id="method-i-each" class="method-detail ">
289
+
290
+ <div class="method-heading">
291
+ <span class="method-name">each</span><span
292
+ class="method-args">() { |name, values| ... }</span>
293
+ <span class="method-click-advice">click to toggle source</span>
294
+ </div>
295
+
296
+
297
+ <div class="method-description">
298
+
299
+
300
+
301
+
302
+
303
+ <div class="method-source-code" id="each-source">
304
+ <pre><span class="ruby-comment"># File lib/ymdp/configuration/config.rb, line 132</span>
305
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">each</span>
306
+ <span class="ruby-identifier">options</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">name</span>, <span class="ruby-identifier">values</span><span class="ruby-operator">|</span>
307
+ <span class="ruby-keyword">yield</span> <span class="ruby-identifier">name</span>, <span class="ruby-identifier">values</span>
308
+ <span class="ruby-keyword">end</span>
309
+ <span class="ruby-keyword">end</span></pre>
310
+ </div><!-- each-source -->
311
+
312
+ </div>
313
+
314
+
315
+
316
+
317
+ </div><!-- each-method -->
318
+
319
+
320
+ <div id="method-i-exists-3F" class="method-detail ">
321
+
322
+ <div class="method-heading">
323
+ <span class="method-name">exists?</span><span
324
+ class="method-args">(*args)</span>
325
+ <span class="method-click-advice">click to toggle source</span>
326
+ </div>
327
+
328
+
329
+ <div class="method-description">
330
+
331
+
332
+
333
+
334
+
335
+ <div class="method-source-code" id="exists-3F-source">
336
+ <pre><span class="ruby-comment"># File lib/ymdp/configuration/config.rb, line 124</span>
337
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">exists?</span>(*<span class="ruby-identifier">args</span>)
338
+ <span class="ruby-ivar">@config</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">base</span>, *<span class="ruby-identifier">args</span>)
339
+ <span class="ruby-keyword">end</span></pre>
340
+ </div><!-- exists-3F-source -->
341
+
342
+ </div>
343
+
344
+
345
+
346
+
347
+ </div><!-- exists-3F-method -->
348
+
349
+
350
+ <div id="method-i-file_not_found" class="method-detail ">
351
+
352
+ <div class="method-heading">
353
+ <span class="method-name">file_not_found</span><span
354
+ class="method-args">(filename)</span>
355
+ <span class="method-click-advice">click to toggle source</span>
356
+ </div>
357
+
358
+
359
+ <div class="method-description">
360
+
361
+
362
+
363
+
364
+
365
+ <div class="method-source-code" id="file_not_found-source">
366
+ <pre><span class="ruby-comment"># File lib/ymdp/configuration/config.rb, line 138</span>
367
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">file_not_found</span>(<span class="ruby-identifier">filename</span>)
368
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">puts</span>
369
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">puts</span> <span class="ruby-node">&quot;Create #{filename} with the following command:\n\n ./script/config&quot;</span>
370
+ <span class="ruby-identifier">$stdout</span>.<span class="ruby-identifier">puts</span>
371
+
372
+ <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;File not found: #{filename}&quot;</span>
373
+ <span class="ruby-keyword">end</span></pre>
374
+ </div><!-- file_not_found-source -->
375
+
376
+ </div>
377
+
378
+
379
+
380
+
381
+ </div><!-- file_not_found-method -->
382
+
383
+
384
+ <div id="method-i-options" class="method-detail ">
385
+
386
+ <div class="method-heading">
387
+ <span class="method-name">options</span><span
388
+ class="method-args">(*args)</span>
389
+ <span class="method-click-advice">click to toggle source</span>
390
+ </div>
391
+
392
+
393
+ <div class="method-description">
394
+
395
+
396
+
397
+
398
+
399
+ <div class="method-source-code" id="options-source">
400
+ <pre><span class="ruby-comment"># File lib/ymdp/configuration/config.rb, line 128</span>
401
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">options</span>(*<span class="ruby-identifier">args</span>)
402
+ <span class="ruby-ivar">@config</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">base</span>, *<span class="ruby-identifier">args</span>)
403
+ <span class="ruby-keyword">end</span></pre>
404
+ </div><!-- options-source -->
405
+
406
+ </div>
407
+
408
+
409
+
410
+
411
+ </div><!-- options-method -->
412
+
413
+
414
+ </section><!-- public-instance-method-details -->
415
+
416
+ </section><!-- 5Buntitled-5D -->
417
+
418
+ </div><!-- documentation -->
419
+
420
+
421
+ <footer id="validator-badges">
422
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
423
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
424
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
425
+ </footer>
426
+