bovem 4.0.1 → 4.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/.travis-gemfile +1 -1
- data/.travis.yml +1 -4
- data/.yardopts +1 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile +1 -1
- data/LICENSE.md +21 -0
- data/README.md +21 -16
- data/Rakefile +1 -1
- data/bovem.gemspec +1 -1
- data/docs/Bovem.html +184 -0
- data/{doc → docs}/Bovem/Application.html +139 -140
- data/{doc → docs}/Bovem/Command.html +171 -169
- data/{doc → docs}/Bovem/CommandMethods.html +38 -38
- data/{doc → docs}/Bovem/CommandMethods/Children.html +69 -68
- data/{doc → docs}/Bovem/CommandMethods/Help.html +45 -44
- data/{doc → docs}/Bovem/Configuration.html +58 -57
- data/{doc → docs}/Bovem/Console.html +87 -88
- data/{doc → docs}/Bovem/ConsoleMethods.html +38 -38
- data/{doc → docs}/Bovem/ConsoleMethods/Interactions.html +52 -50
- data/{doc → docs}/Bovem/ConsoleMethods/Interactions/ClassMethods.html +41 -41
- data/{doc → docs}/Bovem/ConsoleMethods/Logging.html +81 -81
- data/{doc → docs}/Bovem/ConsoleMethods/Logging/ClassMethods.html +41 -41
- data/{doc → docs}/Bovem/ConsoleMethods/Output.html +59 -58
- data/{doc → docs}/Bovem/ConsoleMethods/StyleHandling.html +52 -50
- data/{doc → docs}/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +51 -51
- data/{doc → docs}/Bovem/Errors.html +38 -38
- data/{doc → docs}/Bovem/Errors/Error.html +57 -56
- data/{doc → docs}/Bovem/Errors/InvalidConfiguration.html +44 -43
- data/{doc → docs}/Bovem/Errors/InvalidLogger.html +44 -43
- data/{doc → docs}/Bovem/I18n.html +45 -44
- data/{doc → docs}/Bovem/Logger.html +79 -80
- data/{doc → docs}/Bovem/Option.html +138 -137
- data/{doc → docs}/Bovem/Parser.html +52 -50
- data/{doc → docs}/Bovem/ParserMethods.html +38 -38
- data/{doc → docs}/Bovem/ParserMethods/General.html +47 -45
- data/{doc → docs}/Bovem/ParserMethods/General/ClassMethods.html +47 -47
- data/docs/Bovem/Shell.html +625 -0
- data/{doc → docs}/Bovem/ShellMethods.html +38 -38
- data/{doc → docs}/Bovem/ShellMethods/Directories.html +47 -46
- data/{doc → docs}/Bovem/ShellMethods/Execute.html +47 -46
- data/docs/Bovem/ShellMethods/General.html +120 -0
- data/{doc → docs}/Bovem/ShellMethods/Read.html +47 -46
- data/{doc → docs}/Bovem/ShellMethods/Write.html +47 -46
- data/docs/Bovem/Version.html +187 -0
- data/{doc → docs}/_index.html +32 -35
- data/docs/class_list.html +51 -0
- data/{doc → docs}/css/common.css +0 -0
- data/{doc → docs}/css/full_list.css +32 -31
- data/{doc → docs}/css/style.css +244 -91
- data/{doc → docs}/file.README.html +34 -35
- data/docs/file_list.html +56 -0
- data/docs/frames.html +17 -0
- data/{doc → docs}/index.html +34 -35
- data/{doc → docs}/js/app.js +101 -77
- data/docs/js/full_list.js +216 -0
- data/{doc → docs}/js/jquery.js +0 -0
- data/docs/method_list.html +1115 -0
- data/docs/top-level-namespace.html +110 -0
- data/lib/bovem.rb +1 -1
- data/lib/bovem/application.rb +1 -1
- data/lib/bovem/command.rb +1 -1
- data/lib/bovem/configuration.rb +1 -1
- data/lib/bovem/console.rb +1 -1
- data/lib/bovem/errors.rb +1 -1
- data/lib/bovem/i18n.rb +1 -1
- data/lib/bovem/logger.rb +1 -1
- data/lib/bovem/option.rb +1 -1
- data/lib/bovem/parser.rb +1 -1
- data/lib/bovem/shell.rb +1 -1
- data/lib/bovem/version.rb +2 -2
- data/locales/en.yml +1 -1
- data/locales/it.yml +1 -1
- data/spec/bovem/application_spec.rb +1 -1
- data/spec/bovem/command_spec.rb +1 -1
- data/spec/bovem/configuration_spec.rb +1 -1
- data/spec/bovem/console_spec.rb +1 -1
- data/spec/bovem/errors_spec.rb +1 -1
- data/spec/bovem/i18n_spec.rb +1 -1
- data/spec/bovem/logger_spec.rb +1 -1
- data/spec/bovem/option_spec.rb +1 -1
- data/spec/bovem/parser_spec.rb +1 -1
- data/spec/bovem/shell_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +53 -52
- data/doc/Bovem.html +0 -186
- data/doc/Bovem/Shell.html +0 -623
- data/doc/Bovem/ShellMethods/General.html +0 -119
- data/doc/Bovem/Version.html +0 -189
- data/doc/class_list.html +0 -58
- data/doc/file_list.html +0 -60
- data/doc/frames.html +0 -26
- data/doc/js/full_list.js +0 -181
- data/doc/method_list.html +0 -855
- data/doc/top-level-namespace.html +0 -112
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: Bovem::ConsoleMethods::StyleHandling::ClassMethods
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Bovem::ConsoleMethods::StyleHandling::ClassMethods";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!Bovem/ConsoleMethods/StyleHandling/ClassMethods.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,61 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../../_index.html">Index (C)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span> » <span class='title'><span class='object_link'><a href="../../ConsoleMethods.html" title="Bovem::ConsoleMethods (module)">ConsoleMethods</a></span></span> » <span class='title'><span class='object_link'><a href="../StyleHandling.html" title="Bovem::ConsoleMethods::StyleHandling (module)">StyleHandling</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">ClassMethods</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: Bovem::ConsoleMethods::StyleHandling::ClassMethods
|
62
|
+
<div id="content"><h1>Module: Bovem::ConsoleMethods::StyleHandling::ClassMethods
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
75
|
+
|
80
76
|
|
81
|
-
|
82
|
-
|
77
|
+
|
78
|
+
|
79
|
+
<dl>
|
80
|
+
<dt>Defined in:</dt>
|
81
|
+
<dd>lib/bovem/console.rb</dd>
|
82
|
+
</dl>
|
83
83
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
84
|
+
</div>
|
86
85
|
|
87
86
|
<h2>Overview</h2><div class="docstring">
|
88
87
|
<div class="discussion">
|
@@ -104,7 +103,7 @@
|
|
104
103
|
|
105
104
|
<h2>
|
106
105
|
Instance Method Summary
|
107
|
-
<small
|
106
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
108
107
|
</h2>
|
109
108
|
|
110
109
|
<ul class="summary">
|
@@ -112,7 +111,7 @@
|
|
112
111
|
<li class="public ">
|
113
112
|
<span class="summary_signature">
|
114
113
|
|
115
|
-
<a href="#parse_style-instance_method" title="#parse_style (instance method)"
|
114
|
+
<a href="#parse_style-instance_method" title="#parse_style (instance method)">#<strong>parse_style</strong>(style) ⇒ String </a>
|
116
115
|
|
117
116
|
|
118
117
|
|
@@ -135,7 +134,7 @@
|
|
135
134
|
<li class="public ">
|
136
135
|
<span class="summary_signature">
|
137
136
|
|
138
|
-
<a href="#parse_styles-instance_method" title="#parse_styles (instance method)"
|
137
|
+
<a href="#parse_styles-instance_method" title="#parse_styles (instance method)">#<strong>parse_styles</strong>(styles) ⇒ String </a>
|
139
138
|
|
140
139
|
|
141
140
|
|
@@ -158,7 +157,7 @@
|
|
158
157
|
<li class="public ">
|
159
158
|
<span class="summary_signature">
|
160
159
|
|
161
|
-
<a href="#replace_markers-instance_method" title="#replace_markers (instance method)"
|
160
|
+
<a href="#replace_markers-instance_method" title="#replace_markers (instance method)">#<strong>replace_markers</strong>(message, plain = false) ⇒ String </a>
|
162
161
|
|
163
162
|
|
164
163
|
|
@@ -181,7 +180,7 @@
|
|
181
180
|
<li class="public ">
|
182
181
|
<span class="summary_signature">
|
183
182
|
|
184
|
-
<a href="#replace_term_code-instance_method" title="#replace_term_code (instance method)"
|
183
|
+
<a href="#replace_term_code-instance_method" title="#replace_term_code (instance method)">#<strong>replace_term_code</strong>(codes, code, modifier = 0) ⇒ String|nil </a>
|
185
184
|
|
186
185
|
|
187
186
|
|
@@ -213,7 +212,7 @@
|
|
213
212
|
<div class="method_details first">
|
214
213
|
<h3 class="signature first" id="parse_style-instance_method">
|
215
214
|
|
216
|
-
|
215
|
+
#<strong>parse_style</strong>(style) ⇒ <tt>String</tt>
|
217
216
|
|
218
217
|
|
219
218
|
|
@@ -294,9 +293,9 @@
|
|
294
293
|
<span class='id identifier rubyid_style'>style</span> <span class='op'>=</span> <span class='id identifier rubyid_style'>style</span><span class='period'>.</span><span class='id identifier rubyid_ensure_string'>ensure_string</span><span class='period'>.</span><span class='id identifier rubyid_strip'>strip</span><span class='period'>.</span><span class='id identifier rubyid_parameterize'>parameterize</span>
|
295
294
|
|
296
295
|
<span class='kw'>if</span> <span class='id identifier rubyid_style'>style</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span>
|
297
|
-
<span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_replace_term_code'>replace_term_code</span><span class='lparen'>(</span><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>TERM_EFFECTS</span><span class='comma'>,</span> <span class='id identifier rubyid_style'>style</span><span class='comma'>,</span> <span class='int'>0</span><span class='rparen'>)</span> <span class='op'>||</span>
|
298
|
-
<span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_replace_term_code'>replace_term_code</span><span class='lparen'>(</span><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>TERM_COLORS</span><span class='comma'>,</span> <span class='id identifier rubyid_style'>style</span><span class='comma'>,</span> <span class='int'>30</span><span class='rparen'>)</span> <span class='op'>||</span>
|
299
|
-
<span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_replace_term_code'>replace_term_code</span><span class='lparen'>(</span><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>TERM_COLORS</span><span class='comma'>,</span> <span class='id identifier rubyid_style'>style</span><span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^bg_</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='int'>40</span><span class='rparen'>)</span> <span class='op'>||</span>
|
296
|
+
<span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Console.html" title="Bovem::Console (class)">Console</a></span></span><span class='period'>.</span><span class='id identifier rubyid_replace_term_code'>replace_term_code</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../../Bovem.html#TERM_EFFECTS-constant" title="Bovem::TERM_EFFECTS (constant)">TERM_EFFECTS</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_style'>style</span><span class='comma'>,</span> <span class='int'>0</span><span class='rparen'>)</span> <span class='op'>||</span>
|
297
|
+
<span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Console.html" title="Bovem::Console (class)">Console</a></span></span><span class='period'>.</span><span class='id identifier rubyid_replace_term_code'>replace_term_code</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../../Bovem.html#TERM_COLORS-constant" title="Bovem::TERM_COLORS (constant)">TERM_COLORS</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_style'>style</span><span class='comma'>,</span> <span class='int'>30</span><span class='rparen'>)</span> <span class='op'>||</span>
|
298
|
+
<span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Console.html" title="Bovem::Console (class)">Console</a></span></span><span class='period'>.</span><span class='id identifier rubyid_replace_term_code'>replace_term_code</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../../Bovem.html#TERM_COLORS-constant" title="Bovem::TERM_COLORS (constant)">TERM_COLORS</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_style'>style</span><span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^bg_</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='int'>40</span><span class='rparen'>)</span> <span class='op'>||</span>
|
300
299
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
301
300
|
<span class='kw'>else</span>
|
302
301
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
@@ -310,7 +309,7 @@
|
|
310
309
|
<div class="method_details ">
|
311
310
|
<h3 class="signature " id="parse_styles-instance_method">
|
312
311
|
|
313
|
-
|
312
|
+
#<strong>parse_styles</strong>(styles) ⇒ <tt>String</tt>
|
314
313
|
|
315
314
|
|
316
315
|
|
@@ -388,7 +387,7 @@ Supported styles and colors are those in <span class='object_link'><a href="../.
|
|
388
387
|
<div class="method_details ">
|
389
388
|
<h3 class="signature " id="replace_markers-instance_method">
|
390
389
|
|
391
|
-
|
390
|
+
#<strong>replace_markers</strong>(message, plain = false) ⇒ <tt>String</tt>
|
392
391
|
|
393
392
|
|
394
393
|
|
@@ -502,7 +501,7 @@ Bovem::Console.new.replace_markers("{mark=bright bg_red}{mark=green}Hello world!
|
|
502
501
|
<span class='id identifier rubyid_message'>message</span><span class='period'>.</span><span class='id identifier rubyid_ensure_string'>ensure_string</span><span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>((\{mark=([a-z\-_\s,]+)\})|(\{\/mark\}))</span><span class='regexp_end'>/mi</span></span><span class='rparen'>)</span> <span class='kw'>do</span>
|
503
502
|
<span class='kw'>if</span> <span class='gvar'>$LAST_MATCH_INFO</span><span class='lbracket'>[</span><span class='int'>1</span><span class='rbracket'>]</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>{/mark}</span><span class='tstring_end'>"</span></span> <span class='comment'># If it is a tag, pop from the latest opened.
|
504
503
|
</span> <span class='id identifier rubyid_stack'>stack</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span>
|
505
|
-
<span class='id identifier rubyid_plain'>plain</span> <span class='op'>||</span> <span class='id identifier rubyid_stack'>stack</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span> <span class='op'>:</span> <span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_parse_styles'>parse_styles</span><span class='lparen'>(</span><span class='id identifier rubyid_stack'>stack</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span><span class='rparen'>)</span>
|
504
|
+
<span class='id identifier rubyid_plain'>plain</span> <span class='op'>||</span> <span class='id identifier rubyid_stack'>stack</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span> <span class='op'>:</span> <span class='const'><span class='object_link'><a href="../../../Bovem.html" title="Bovem (module)">Bovem</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Console.html" title="Bovem::Console (class)">Console</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse_styles'>parse_styles</span><span class='lparen'>(</span><span class='id identifier rubyid_stack'>stack</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span><span class='rparen'>)</span>
|
506
505
|
<span class='kw'>else</span>
|
507
506
|
<span class='id identifier rubyid_add_style'>add_style</span><span class='lparen'>(</span><span class='gvar'>$LAST_MATCH_INFO</span><span class='lbracket'>[</span><span class='int'>3</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span><span class='comma'>,</span> <span class='id identifier rubyid_stack'>stack</span><span class='rparen'>)</span>
|
508
507
|
<span class='kw'>end</span>
|
@@ -516,7 +515,7 @@ Bovem::Console.new.replace_markers("{mark=bright bg_red}{mark=green}Hello world!
|
|
516
515
|
<div class="method_details ">
|
517
516
|
<h3 class="signature " id="replace_term_code-instance_method">
|
518
517
|
|
519
|
-
|
518
|
+
#<strong>replace_term_code</strong>(codes, code, modifier = 0) ⇒ <tt>String|nil</tt>
|
520
519
|
|
521
520
|
|
522
521
|
|
@@ -627,11 +626,12 @@ Bovem::Console.new.replace_markers("{mark=bright bg_red}{mark=green}Hello world!
|
|
627
626
|
|
628
627
|
</div>
|
629
628
|
|
630
|
-
|
631
|
-
Generated on
|
629
|
+
<div id="footer">
|
630
|
+
Generated on Thu Jan 12 16:10:58 2017 by
|
632
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
633
|
-
0.
|
632
|
+
0.9.7 (ruby-2.3.0).
|
634
633
|
</div>
|
635
634
|
|
635
|
+
</div>
|
636
636
|
</body>
|
637
637
|
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: Bovem::Errors
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Bovem::Errors";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Bovem/Errors.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,61 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (E)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Bovem.html" title="Bovem (module)">Bovem</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Errors</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: Bovem::Errors
|
62
|
+
<div id="content"><h1>Module: Bovem::Errors
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
75
|
+
|
80
76
|
|
81
|
-
|
82
|
-
|
77
|
+
|
78
|
+
|
79
|
+
<dl>
|
80
|
+
<dt>Defined in:</dt>
|
81
|
+
<dd>lib/bovem/errors.rb</dd>
|
82
|
+
</dl>
|
83
83
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
84
|
+
</div>
|
86
85
|
|
87
86
|
<h2>Overview</h2><div class="docstring">
|
88
87
|
<div class="discussion">
|
@@ -115,11 +114,12 @@
|
|
115
114
|
|
116
115
|
</div>
|
117
116
|
|
118
|
-
|
119
|
-
Generated on
|
117
|
+
<div id="footer">
|
118
|
+
Generated on Thu Jan 12 16:10:58 2017 by
|
120
119
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.
|
120
|
+
0.9.7 (ruby-2.3.0).
|
122
121
|
</div>
|
123
122
|
|
123
|
+
</div>
|
124
124
|
</body>
|
125
125
|
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Exception: Bovem::Errors::Error
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.7
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Bovem::Errors::Error";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!Bovem/Errors/Error.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (E)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../Bovem.html" title="Bovem (module)">Bovem</a></span></span> » <span class='title'><span class='object_link'><a href="../Errors.html" title="Bovem::Errors (module)">Errors</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Error</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Exception: Bovem::Errors::Error
|
62
|
+
<div id="content"><h1>Exception: Bovem::Errors::Error
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">ArgumentError</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -85,21 +81,25 @@
|
|
85
81
|
</ul>
|
86
82
|
<a href="#" class="inheritanceTree">show all</a>
|
87
83
|
|
88
|
-
|
89
|
-
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
90
88
|
|
91
89
|
|
92
|
-
|
93
90
|
|
94
|
-
|
95
91
|
|
96
92
|
|
93
|
+
|
94
|
+
|
95
|
+
|
97
96
|
|
98
|
-
|
99
|
-
<
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>lib/bovem/errors.rb</dd>
|
100
|
+
</dl>
|
100
101
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
103
103
|
|
104
104
|
<h2>Overview</h2><div class="docstring">
|
105
105
|
<div class="discussion">
|
@@ -115,13 +115,13 @@
|
|
115
115
|
|
116
116
|
|
117
117
|
|
118
|
-
<h2>Instance Attribute Summary <small
|
118
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
119
119
|
<ul class="summary">
|
120
120
|
|
121
121
|
<li class="public ">
|
122
122
|
<span class="summary_signature">
|
123
123
|
|
124
|
-
<a href="#message-instance_method" title="#message (instance method)"
|
124
|
+
<a href="#message-instance_method" title="#message (instance method)">#<strong>message</strong> ⇒ String </a>
|
125
125
|
|
126
126
|
|
127
127
|
|
@@ -149,7 +149,7 @@
|
|
149
149
|
<li class="public ">
|
150
150
|
<span class="summary_signature">
|
151
151
|
|
152
|
-
<a href="#reason-instance_method" title="#reason (instance method)"
|
152
|
+
<a href="#reason-instance_method" title="#reason (instance method)">#<strong>reason</strong> ⇒ Symbol </a>
|
153
153
|
|
154
154
|
|
155
155
|
|
@@ -177,7 +177,7 @@
|
|
177
177
|
<li class="public ">
|
178
178
|
<span class="summary_signature">
|
179
179
|
|
180
|
-
<a href="#target-instance_method" title="#target (instance method)"
|
180
|
+
<a href="#target-instance_method" title="#target (instance method)">#<strong>target</strong> ⇒ Object </a>
|
181
181
|
|
182
182
|
|
183
183
|
|
@@ -210,7 +210,7 @@
|
|
210
210
|
|
211
211
|
<h2>
|
212
212
|
Instance Method Summary
|
213
|
-
<small
|
213
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
214
214
|
</h2>
|
215
215
|
|
216
216
|
<ul class="summary">
|
@@ -218,7 +218,7 @@
|
|
218
218
|
<li class="public ">
|
219
219
|
<span class="summary_signature">
|
220
220
|
|
221
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
221
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(target, reason, message) ⇒ Error </a>
|
222
222
|
|
223
223
|
|
224
224
|
|
@@ -250,7 +250,7 @@
|
|
250
250
|
<div class="method_details first">
|
251
251
|
<h3 class="signature first" id="initialize-instance_method">
|
252
252
|
|
253
|
-
|
253
|
+
#<strong>initialize</strong>(target, reason, message) ⇒ <tt><span class='object_link'><a href="" title="Bovem::Errors::Error (class)">Error</a></span></tt>
|
254
254
|
|
255
255
|
|
256
256
|
|
@@ -354,7 +354,7 @@
|
|
354
354
|
<div class="method_details first">
|
355
355
|
<h3 class="signature first" id="message-instance_method">
|
356
356
|
|
357
|
-
|
357
|
+
#<strong>message</strong> ⇒ <tt>String</tt> <span class="extras">(readonly)</span>
|
358
358
|
|
359
359
|
|
360
360
|
|
@@ -415,7 +415,7 @@
|
|
415
415
|
<td>
|
416
416
|
<pre class="code"><span class="info file"># File 'lib/bovem/errors.rb', line 26</span>
|
417
417
|
|
418
|
-
<span class='kw'>class</span> <span class='const'>Error</span> <span class='op'><</span> <span class='const'>ArgumentError</span>
|
418
|
+
<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Bovem::Errors::Error (class)">Error</a></span></span> <span class='op'><</span> <span class='const'>ArgumentError</span>
|
419
419
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:target</span>
|
420
420
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:reason</span>
|
421
421
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:message</span>
|
@@ -443,7 +443,7 @@
|
|
443
443
|
<div class="method_details ">
|
444
444
|
<h3 class="signature " id="reason-instance_method">
|
445
445
|
|
446
|
-
|
446
|
+
#<strong>reason</strong> ⇒ <tt>Symbol</tt> <span class="extras">(readonly)</span>
|
447
447
|
|
448
448
|
|
449
449
|
|
@@ -504,7 +504,7 @@
|
|
504
504
|
<td>
|
505
505
|
<pre class="code"><span class="info file"># File 'lib/bovem/errors.rb', line 26</span>
|
506
506
|
|
507
|
-
<span class='kw'>class</span> <span class='const'>Error</span> <span class='op'><</span> <span class='const'>ArgumentError</span>
|
507
|
+
<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Bovem::Errors::Error (class)">Error</a></span></span> <span class='op'><</span> <span class='const'>ArgumentError</span>
|
508
508
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:target</span>
|
509
509
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:reason</span>
|
510
510
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:message</span>
|
@@ -532,7 +532,7 @@
|
|
532
532
|
<div class="method_details ">
|
533
533
|
<h3 class="signature " id="target-instance_method">
|
534
534
|
|
535
|
-
|
535
|
+
#<strong>target</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
536
536
|
|
537
537
|
|
538
538
|
|
@@ -593,7 +593,7 @@
|
|
593
593
|
<td>
|
594
594
|
<pre class="code"><span class="info file"># File 'lib/bovem/errors.rb', line 26</span>
|
595
595
|
|
596
|
-
<span class='kw'>class</span> <span class='const'>Error</span> <span class='op'><</span> <span class='const'>ArgumentError</span>
|
596
|
+
<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Bovem::Errors::Error (class)">Error</a></span></span> <span class='op'><</span> <span class='const'>ArgumentError</span>
|
597
597
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:target</span>
|
598
598
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:reason</span>
|
599
599
|
<span class='id identifier rubyid_attr_reader'>attr_reader</span> <span class='symbol'>:message</span>
|
@@ -621,11 +621,12 @@
|
|
621
621
|
|
622
622
|
</div>
|
623
623
|
|
624
|
-
|
625
|
-
Generated on
|
624
|
+
<div id="footer">
|
625
|
+
Generated on Thu Jan 12 16:10:59 2017 by
|
626
626
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
627
|
-
0.
|
627
|
+
0.9.7 (ruby-2.3.0).
|
628
628
|
</div>
|
629
629
|
|
630
|
+
</div>
|
630
631
|
</body>
|
631
632
|
</html>
|