rbatch 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. data/README.ja.md +14 -5
  2. data/README.md +164 -154
  3. data/bin/rbatch-init +21 -13
  4. data/doc/RBatch/Cmd.html +300 -316
  5. data/doc/RBatch/CmdException.html +146 -141
  6. data/doc/RBatch/CmdResult.html +467 -470
  7. data/doc/RBatch/Config.html +392 -433
  8. data/doc/RBatch/Controller.html +374 -0
  9. data/doc/RBatch/DoubleRunCheckException.html +146 -141
  10. data/doc/RBatch/DoubleRunChecker.html +258 -256
  11. data/doc/RBatch/Journal.html +332 -0
  12. data/doc/RBatch/Log.html +636 -805
  13. data/doc/RBatch/LogException.html +164 -0
  14. data/doc/RBatch/RBatch/RBatch/ConfigException.html +164 -0
  15. data/doc/RBatch/RBatch/RBatch.html +163 -0
  16. data/doc/RBatch/RBatch/VariablesException.html +164 -0
  17. data/doc/RBatch/RBatch.html +165 -0
  18. data/doc/RBatch/RunConf/Exception.html +146 -141
  19. data/doc/RBatch/RunConf.html +478 -532
  20. data/doc/RBatch/Variables.html +437 -0
  21. data/doc/RBatch.html +388 -862
  22. data/doc/created.rid +11 -9
  23. data/doc/index.html +178 -184
  24. data/doc/js/darkfish.js +9 -7
  25. data/doc/lib/rbatch/cmd_rb.html +46 -44
  26. data/doc/lib/rbatch/config_rb.html +42 -42
  27. data/doc/lib/rbatch/controller_rb.html +66 -0
  28. data/doc/lib/rbatch/double_run_checker_rb.html +42 -42
  29. data/doc/lib/rbatch/journal_rb.html +52 -0
  30. data/doc/lib/rbatch/log_rb.html +46 -46
  31. data/doc/lib/rbatch/run_conf_rb.html +42 -42
  32. data/doc/lib/rbatch/variables_rb.html +54 -0
  33. data/doc/lib/rbatch/version_rb.html +38 -38
  34. data/doc/lib/rbatch_rb.html +40 -52
  35. data/doc/rdoc.css +365 -308
  36. data/lib/rbatch/cmd.rb +15 -58
  37. data/lib/rbatch/config.rb +7 -7
  38. data/lib/rbatch/controller.rb +37 -61
  39. data/lib/rbatch/double_run_checker.rb +0 -0
  40. data/lib/rbatch/journal.rb +40 -0
  41. data/lib/rbatch/log.rb +71 -129
  42. data/lib/rbatch/run_conf.rb +13 -24
  43. data/lib/rbatch/variables.rb +82 -0
  44. data/lib/rbatch/version.rb +1 -1
  45. data/lib/rbatch.rb +7 -36
  46. data/sample/.rbatchrc +41 -7
  47. data/spec/01_rbach_spec.rb +99 -0
  48. data/spec/{cmd_spec.rb → rbatch/cmd_spec.rb} +40 -43
  49. data/spec/rbatch/config_spec.rb +67 -0
  50. data/spec/rbatch/controller_spec.rb +18 -0
  51. data/spec/{double_run_checker_spec.rb → rbatch/double_run_checker_spec.rb} +3 -0
  52. data/spec/rbatch/journal_spec.rb +29 -0
  53. data/spec/rbatch/log_spec.rb +350 -0
  54. data/spec/{run_conf_spec.rb → rbatch/run_conf_spec.rb} +13 -5
  55. data/spec/rbatch/variables_spec.rb +68 -0
  56. data/spec/spec_helper.rb +4 -5
  57. metadata +33 -17
  58. data/lib/rbatch/common_config.rb +0 -0
  59. data/spec/common_config_spec.rb +0 -85
  60. data/spec/config_spec.rb +0 -79
  61. data/spec/log_spec.rb +0 -430
  62. data/spec/rbatch_spec.rb +0 -22
@@ -0,0 +1,164 @@
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: RBatch::LogException</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/rbatch/log_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/rbatch/log.rb">lib/rbatch/log.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">StandardError</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+
69
+
70
+
71
+ <div id="classindex-section" class="section project-section">
72
+ <h3 class="section-header">Class/Module Index
73
+ <span class="search-toggle"><img src="../images/find.png"
74
+ height="16" width="16" alt="[+]"
75
+ title="show/hide quicksearch" /></span></h3>
76
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
77
+ <fieldset>
78
+ <legend>Quicksearch</legend>
79
+ <input type="text" name="quicksearch" value=""
80
+ class="quicksearch-field" />
81
+ </fieldset>
82
+ </form>
83
+
84
+ <ul class="link-list">
85
+
86
+ <li><a href="../RBatch.html">RBatch</a></li>
87
+
88
+ <li><a href="../RBatch/Cmd.html">RBatch::Cmd</a></li>
89
+
90
+ <li><a href="../RBatch/CmdException.html">RBatch::CmdException</a></li>
91
+
92
+ <li><a href="../RBatch/CmdResult.html">RBatch::CmdResult</a></li>
93
+
94
+ <li><a href="../RBatch/Config.html">RBatch::Config</a></li>
95
+
96
+ <li><a href="../RBatch/Controller.html">RBatch::Controller</a></li>
97
+
98
+ <li><a href="../RBatch/DoubleRunCheckException.html">RBatch::DoubleRunCheckException</a></li>
99
+
100
+ <li><a href="../RBatch/DoubleRunChecker.html">RBatch::DoubleRunChecker</a></li>
101
+
102
+ <li><a href="../RBatch/Journal.html">RBatch::Journal</a></li>
103
+
104
+ <li><a href="../RBatch/Log.html">RBatch::Log</a></li>
105
+
106
+ <li><a href="../RBatch/LogException.html">RBatch::LogException</a></li>
107
+
108
+ <li><a href="../RBatch/RBatch.html">RBatch::RBatch</a></li>
109
+
110
+ <li><a href="../RBatch/RBatch/RBatch.html">RBatch::RBatch::RBatch</a></li>
111
+
112
+ <li><a href="../RBatch/RBatch/RBatch/ConfigException.html">RBatch::RBatch::RBatch::ConfigException</a></li>
113
+
114
+ <li><a href="../RBatch/RBatch/VariablesException.html">RBatch::RBatch::VariablesException</a></li>
115
+
116
+ <li><a href="../RBatch/RunConf.html">RBatch::RunConf</a></li>
117
+
118
+ <li><a href="../RBatch/RunConf/Exception.html">RBatch::RunConf::Exception</a></li>
119
+
120
+ <li><a href="../RBatch/Variables.html">RBatch::Variables</a></li>
121
+
122
+ </ul>
123
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
124
+ </div>
125
+
126
+
127
+ </div>
128
+ </div>
129
+
130
+ <div id="documentation">
131
+ <h1 class="class">RBatch::LogException</h1>
132
+
133
+ <div id="description" class="description">
134
+
135
+ </div><!-- description -->
136
+
137
+
138
+
139
+
140
+ <div id="5Buntitled-5D" class="documentation-section">
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+ <!-- Methods -->
150
+
151
+ </div><!-- 5Buntitled-5D -->
152
+
153
+
154
+ </div><!-- documentation -->
155
+
156
+ <div id="validator-badges">
157
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
158
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
159
+ Rdoc Generator</a> 2</small>.</p>
160
+ </div>
161
+
162
+ </body>
163
+ </html>
164
+
@@ -0,0 +1,164 @@
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: RBatch::RBatch::RBatch::ConfigException</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/rbatch/config_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/rbatch/config.rb">lib/rbatch/config.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">StandardError</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+
69
+
70
+
71
+ <div id="classindex-section" class="section project-section">
72
+ <h3 class="section-header">Class/Module Index
73
+ <span class="search-toggle"><img src="../../../images/find.png"
74
+ height="16" width="16" alt="[+]"
75
+ title="show/hide quicksearch" /></span></h3>
76
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
77
+ <fieldset>
78
+ <legend>Quicksearch</legend>
79
+ <input type="text" name="quicksearch" value=""
80
+ class="quicksearch-field" />
81
+ </fieldset>
82
+ </form>
83
+
84
+ <ul class="link-list">
85
+
86
+ <li><a href="../../../RBatch.html">RBatch</a></li>
87
+
88
+ <li><a href="../../../RBatch/Cmd.html">RBatch::Cmd</a></li>
89
+
90
+ <li><a href="../../../RBatch/CmdException.html">RBatch::CmdException</a></li>
91
+
92
+ <li><a href="../../../RBatch/CmdResult.html">RBatch::CmdResult</a></li>
93
+
94
+ <li><a href="../../../RBatch/Config.html">RBatch::Config</a></li>
95
+
96
+ <li><a href="../../../RBatch/Controller.html">RBatch::Controller</a></li>
97
+
98
+ <li><a href="../../../RBatch/DoubleRunCheckException.html">RBatch::DoubleRunCheckException</a></li>
99
+
100
+ <li><a href="../../../RBatch/DoubleRunChecker.html">RBatch::DoubleRunChecker</a></li>
101
+
102
+ <li><a href="../../../RBatch/Journal.html">RBatch::Journal</a></li>
103
+
104
+ <li><a href="../../../RBatch/Log.html">RBatch::Log</a></li>
105
+
106
+ <li><a href="../../../RBatch/LogException.html">RBatch::LogException</a></li>
107
+
108
+ <li><a href="../../../RBatch/RBatch.html">RBatch::RBatch</a></li>
109
+
110
+ <li><a href="../../../RBatch/RBatch/RBatch.html">RBatch::RBatch::RBatch</a></li>
111
+
112
+ <li><a href="../../../RBatch/RBatch/RBatch/ConfigException.html">RBatch::RBatch::RBatch::ConfigException</a></li>
113
+
114
+ <li><a href="../../../RBatch/RBatch/VariablesException.html">RBatch::RBatch::VariablesException</a></li>
115
+
116
+ <li><a href="../../../RBatch/RunConf.html">RBatch::RunConf</a></li>
117
+
118
+ <li><a href="../../../RBatch/RunConf/Exception.html">RBatch::RunConf::Exception</a></li>
119
+
120
+ <li><a href="../../../RBatch/Variables.html">RBatch::Variables</a></li>
121
+
122
+ </ul>
123
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
124
+ </div>
125
+
126
+
127
+ </div>
128
+ </div>
129
+
130
+ <div id="documentation">
131
+ <h1 class="class">RBatch::RBatch::RBatch::ConfigException</h1>
132
+
133
+ <div id="description" class="description">
134
+
135
+ </div><!-- description -->
136
+
137
+
138
+
139
+
140
+ <div id="5Buntitled-5D" class="documentation-section">
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+ <!-- Methods -->
150
+
151
+ </div><!-- 5Buntitled-5D -->
152
+
153
+
154
+ </div><!-- documentation -->
155
+
156
+ <div id="validator-badges">
157
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
158
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
159
+ Rdoc Generator</a> 2</small>.</p>
160
+ </div>
161
+
162
+ </body>
163
+ </html>
164
+
@@ -0,0 +1,163 @@
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: RBatch::RBatch::RBatch</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
+ </ul>
38
+ </div>
39
+ </div>
40
+
41
+
42
+ </div>
43
+
44
+ <div id="class-metadata">
45
+
46
+
47
+
48
+
49
+
50
+ <!-- Namespace Contents -->
51
+ <div id="namespace-list-section" class="section">
52
+ <h3 class="section-header">Namespace</h3>
53
+ <ul class="link-list">
54
+
55
+ <li><span class="type">CLASS</span> <a href="RBatch/ConfigException.html">RBatch::RBatch::RBatch::ConfigException</a></li>
56
+
57
+ </ul>
58
+ </div>
59
+
60
+
61
+
62
+
63
+
64
+ </div>
65
+
66
+ <div id="project-metadata">
67
+
68
+
69
+
70
+ <div id="classindex-section" class="section project-section">
71
+ <h3 class="section-header">Class/Module Index
72
+ <span class="search-toggle"><img src="../../images/find.png"
73
+ height="16" width="16" alt="[+]"
74
+ title="show/hide quicksearch" /></span></h3>
75
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
76
+ <fieldset>
77
+ <legend>Quicksearch</legend>
78
+ <input type="text" name="quicksearch" value=""
79
+ class="quicksearch-field" />
80
+ </fieldset>
81
+ </form>
82
+
83
+ <ul class="link-list">
84
+
85
+ <li><a href="../../RBatch.html">RBatch</a></li>
86
+
87
+ <li><a href="../../RBatch/Cmd.html">RBatch::Cmd</a></li>
88
+
89
+ <li><a href="../../RBatch/CmdException.html">RBatch::CmdException</a></li>
90
+
91
+ <li><a href="../../RBatch/CmdResult.html">RBatch::CmdResult</a></li>
92
+
93
+ <li><a href="../../RBatch/Config.html">RBatch::Config</a></li>
94
+
95
+ <li><a href="../../RBatch/Controller.html">RBatch::Controller</a></li>
96
+
97
+ <li><a href="../../RBatch/DoubleRunCheckException.html">RBatch::DoubleRunCheckException</a></li>
98
+
99
+ <li><a href="../../RBatch/DoubleRunChecker.html">RBatch::DoubleRunChecker</a></li>
100
+
101
+ <li><a href="../../RBatch/Journal.html">RBatch::Journal</a></li>
102
+
103
+ <li><a href="../../RBatch/Log.html">RBatch::Log</a></li>
104
+
105
+ <li><a href="../../RBatch/LogException.html">RBatch::LogException</a></li>
106
+
107
+ <li><a href="../../RBatch/RBatch.html">RBatch::RBatch</a></li>
108
+
109
+ <li><a href="../../RBatch/RBatch/RBatch.html">RBatch::RBatch::RBatch</a></li>
110
+
111
+ <li><a href="../../RBatch/RBatch/RBatch/ConfigException.html">RBatch::RBatch::RBatch::ConfigException</a></li>
112
+
113
+ <li><a href="../../RBatch/RBatch/VariablesException.html">RBatch::RBatch::VariablesException</a></li>
114
+
115
+ <li><a href="../../RBatch/RunConf.html">RBatch::RunConf</a></li>
116
+
117
+ <li><a href="../../RBatch/RunConf/Exception.html">RBatch::RunConf::Exception</a></li>
118
+
119
+ <li><a href="../../RBatch/Variables.html">RBatch::Variables</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="module">RBatch::RBatch::RBatch</h1>
131
+
132
+ <div id="description" class="description">
133
+
134
+ </div><!-- description -->
135
+
136
+
137
+
138
+
139
+ <div id="5Buntitled-5D" class="documentation-section">
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+ <!-- Methods -->
149
+
150
+ </div><!-- 5Buntitled-5D -->
151
+
152
+
153
+ </div><!-- documentation -->
154
+
155
+ <div id="validator-badges">
156
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
157
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
158
+ Rdoc Generator</a> 2</small>.</p>
159
+ </div>
160
+
161
+ </body>
162
+ </html>
163
+
@@ -0,0 +1,164 @@
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: RBatch::RBatch::VariablesException</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/rbatch/variables_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
38
+ class="thickbox" title="lib/rbatch/variables.rb">lib/rbatch/variables.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">StandardError</p>
54
+
55
+ </div>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+ </div>
66
+
67
+ <div id="project-metadata">
68
+
69
+
70
+
71
+ <div id="classindex-section" class="section project-section">
72
+ <h3 class="section-header">Class/Module Index
73
+ <span class="search-toggle"><img src="../../images/find.png"
74
+ height="16" width="16" alt="[+]"
75
+ title="show/hide quicksearch" /></span></h3>
76
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
77
+ <fieldset>
78
+ <legend>Quicksearch</legend>
79
+ <input type="text" name="quicksearch" value=""
80
+ class="quicksearch-field" />
81
+ </fieldset>
82
+ </form>
83
+
84
+ <ul class="link-list">
85
+
86
+ <li><a href="../../RBatch.html">RBatch</a></li>
87
+
88
+ <li><a href="../../RBatch/Cmd.html">RBatch::Cmd</a></li>
89
+
90
+ <li><a href="../../RBatch/CmdException.html">RBatch::CmdException</a></li>
91
+
92
+ <li><a href="../../RBatch/CmdResult.html">RBatch::CmdResult</a></li>
93
+
94
+ <li><a href="../../RBatch/Config.html">RBatch::Config</a></li>
95
+
96
+ <li><a href="../../RBatch/Controller.html">RBatch::Controller</a></li>
97
+
98
+ <li><a href="../../RBatch/DoubleRunCheckException.html">RBatch::DoubleRunCheckException</a></li>
99
+
100
+ <li><a href="../../RBatch/DoubleRunChecker.html">RBatch::DoubleRunChecker</a></li>
101
+
102
+ <li><a href="../../RBatch/Journal.html">RBatch::Journal</a></li>
103
+
104
+ <li><a href="../../RBatch/Log.html">RBatch::Log</a></li>
105
+
106
+ <li><a href="../../RBatch/LogException.html">RBatch::LogException</a></li>
107
+
108
+ <li><a href="../../RBatch/RBatch.html">RBatch::RBatch</a></li>
109
+
110
+ <li><a href="../../RBatch/RBatch/RBatch.html">RBatch::RBatch::RBatch</a></li>
111
+
112
+ <li><a href="../../RBatch/RBatch/RBatch/ConfigException.html">RBatch::RBatch::RBatch::ConfigException</a></li>
113
+
114
+ <li><a href="../../RBatch/RBatch/VariablesException.html">RBatch::RBatch::VariablesException</a></li>
115
+
116
+ <li><a href="../../RBatch/RunConf.html">RBatch::RunConf</a></li>
117
+
118
+ <li><a href="../../RBatch/RunConf/Exception.html">RBatch::RunConf::Exception</a></li>
119
+
120
+ <li><a href="../../RBatch/Variables.html">RBatch::Variables</a></li>
121
+
122
+ </ul>
123
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
124
+ </div>
125
+
126
+
127
+ </div>
128
+ </div>
129
+
130
+ <div id="documentation">
131
+ <h1 class="class">RBatch::RBatch::VariablesException</h1>
132
+
133
+ <div id="description" class="description">
134
+
135
+ </div><!-- description -->
136
+
137
+
138
+
139
+
140
+ <div id="5Buntitled-5D" class="documentation-section">
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+ <!-- Methods -->
150
+
151
+ </div><!-- 5Buntitled-5D -->
152
+
153
+
154
+ </div><!-- documentation -->
155
+
156
+ <div id="validator-badges">
157
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
158
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
159
+ Rdoc Generator</a> 2</small>.</p>
160
+ </div>
161
+
162
+ </body>
163
+ </html>
164
+