mack-localization 0.6.0.1 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/{localization → mack-localization}/configuration.rb +0 -0
- data/lib/{localization → mack-localization}/content_cache.rb +0 -0
- data/lib/{localization → mack-localization}/errors.rb +3 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/base.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/bp.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/de.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/en.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/es.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/fr.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/df_engines/it.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/engine_registry.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/base.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/bp.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/de.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/en.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/es.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/fr.rb +0 -0
- data/lib/{localization → mack-localization}/format_engine/nc_engines/it.rb +0 -0
- data/lib/{localization → mack-localization}/formatter.rb +0 -0
- data/lib/{localization → mack-localization}/helpers/view_helpers/l10n_helpers.rb +0 -0
- data/lib/{localization → mack-localization}/translator.rb +9 -9
- data/lib/mack-localization.rb +1 -1
- metadata +23 -84
- data/doc/classes/Mack/Localization/Configuration.html +0 -118
- data/doc/classes/Mack/Localization/ContentCache.html +0 -111
- data/doc/classes/Mack/Localization/DateFormatEngine/BP.html +0 -217
- data/doc/classes/Mack/Localization/DateFormatEngine/Base.html +0 -237
- data/doc/classes/Mack/Localization/DateFormatEngine/DE.html +0 -217
- data/doc/classes/Mack/Localization/DateFormatEngine/EN.html +0 -218
- data/doc/classes/Mack/Localization/DateFormatEngine/ES.html +0 -217
- data/doc/classes/Mack/Localization/DateFormatEngine/FR.html +0 -217
- data/doc/classes/Mack/Localization/DateFormatEngine/IT.html +0 -217
- data/doc/classes/Mack/Localization/Errors/FormatEngineNotFound.html +0 -153
- data/doc/classes/Mack/Localization/Errors/InvalidArgument.html +0 -146
- data/doc/classes/Mack/Localization/Errors/InvalidConfiguration.html +0 -117
- data/doc/classes/Mack/Localization/Errors/InvalidMethodName.html +0 -153
- data/doc/classes/Mack/Localization/Errors/LanguageFileNotFound.html +0 -117
- data/doc/classes/Mack/Localization/Errors/UnknownStringKey.html +0 -153
- data/doc/classes/Mack/Localization/Errors/UnsupportedEncoding.html +0 -153
- data/doc/classes/Mack/Localization/Errors/UnsupportedFeature.html +0 -152
- data/doc/classes/Mack/Localization/Errors/UnsupportedLanguage.html +0 -153
- data/doc/classes/Mack/Localization/FormatEngineRegistry.html +0 -245
- data/doc/classes/Mack/Localization/Formatter.html +0 -392
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/BP.html +0 -196
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/Base.html +0 -250
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/DE.html +0 -196
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/EN.html +0 -196
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/ES.html +0 -196
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/FR.html +0 -196
- data/doc/classes/Mack/Localization/NumberAndCurrencyFormatEngine/IT.html +0 -196
- data/doc/classes/Mack/Localization/Translator.html +0 -275
- data/doc/classes/Mack/ViewHelpers/L10NHelpers/Context.html +0 -278
- data/doc/classes/Mack/ViewHelpers/L10NHelpers.html +0 -402
- data/doc/classes/Mack.html +0 -194
- data/doc/classes/Object.html +0 -236
- data/doc/created.rid +0 -1
- data/doc/files/README.html +0 -107
- data/doc/files/lib/localization/configuration_rb.html +0 -110
- data/doc/files/lib/localization/content_cache_rb.html +0 -101
- data/doc/files/lib/localization/errors_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/base_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/bp_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/de_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/en_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/es_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/fr_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/df_engines/it_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/engine_registry_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/base_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/bp_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/de_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/en_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/es_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/fr_rb.html +0 -101
- data/doc/files/lib/localization/format_engine/nc_engines/it_rb.html +0 -101
- data/doc/files/lib/localization/formatter_rb.html +0 -101
- data/doc/files/lib/localization/helpers/view_helpers/l10n_helpers_rb.html +0 -101
- data/doc/files/lib/localization/translator_rb.html +0 -101
- data/doc/files/lib/mack-localization_rb.html +0 -109
- data/doc/fr_class_index.html +0 -58
- data/doc/fr_file_index.html +0 -49
- data/doc/fr_method_index.html +0 -107
- data/doc/index.html +0 -24
- data/doc/rdoc-style.css +0 -208
@@ -1,153 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: Mack::Localization::Errors::UnsupportedEncoding</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">Mack::Localization::Errors::UnsupportedEncoding</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../../../files/lib/localization/errors_rb.html">
|
59
|
-
lib/localization/errors.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
StandardError
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
<div id="description">
|
82
|
-
<p>
|
83
|
-
Raise this error when caller specified an unsupported char encoding. This
|
84
|
-
feature is not currently supported yet.
|
85
|
-
</p>
|
86
|
-
|
87
|
-
</div>
|
88
|
-
|
89
|
-
|
90
|
-
</div>
|
91
|
-
|
92
|
-
<div id="method-list">
|
93
|
-
<h3 class="section-bar">Methods</h3>
|
94
|
-
|
95
|
-
<div class="name-list">
|
96
|
-
<a href="#M000045">new</a>
|
97
|
-
</div>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
|
103
|
-
<!-- if includes -->
|
104
|
-
|
105
|
-
<div id="section">
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
<!-- if method_list -->
|
115
|
-
<div id="methods">
|
116
|
-
<h3 class="section-bar">Public Class methods</h3>
|
117
|
-
|
118
|
-
<div id="method-M000045" class="method-detail">
|
119
|
-
<a name="M000045"></a>
|
120
|
-
|
121
|
-
<div class="method-heading">
|
122
|
-
<a href="#M000045" class="method-signature">
|
123
|
-
<span class="method-name">new</span><span class="method-args">(encoding)</span>
|
124
|
-
</a>
|
125
|
-
</div>
|
126
|
-
|
127
|
-
<div class="method-description">
|
128
|
-
<p><a class="source-toggle" href="#"
|
129
|
-
onclick="toggleCode('M000045-source');return false;">[Source]</a></p>
|
130
|
-
<div class="method-source-code" id="M000045-source">
|
131
|
-
<pre>
|
132
|
-
<span class="ruby-comment cmt"># File lib/localization/errors.rb, line 20</span>
|
133
|
-
20: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">encoding</span>)
|
134
|
-
21: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">"Encoding: #{encoding} is not currently supported"</span>)
|
135
|
-
22: <span class="ruby-keyword kw">end</span>
|
136
|
-
</pre>
|
137
|
-
</div>
|
138
|
-
</div>
|
139
|
-
</div>
|
140
|
-
|
141
|
-
|
142
|
-
</div>
|
143
|
-
|
144
|
-
|
145
|
-
</div>
|
146
|
-
|
147
|
-
|
148
|
-
<div id="validator-badges">
|
149
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
150
|
-
</div>
|
151
|
-
|
152
|
-
</body>
|
153
|
-
</html>
|
@@ -1,152 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: Mack::Localization::Errors::UnsupportedFeature</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">Mack::Localization::Errors::UnsupportedFeature</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../../../files/lib/localization/errors_rb.html">
|
59
|
-
lib/localization/errors.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
StandardError
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
<div id="description">
|
82
|
-
<p>
|
83
|
-
Raise this error if the method called is not yet implemented
|
84
|
-
</p>
|
85
|
-
|
86
|
-
</div>
|
87
|
-
|
88
|
-
|
89
|
-
</div>
|
90
|
-
|
91
|
-
<div id="method-list">
|
92
|
-
<h3 class="section-bar">Methods</h3>
|
93
|
-
|
94
|
-
<div class="name-list">
|
95
|
-
<a href="#M000039">new</a>
|
96
|
-
</div>
|
97
|
-
</div>
|
98
|
-
|
99
|
-
</div>
|
100
|
-
|
101
|
-
|
102
|
-
<!-- if includes -->
|
103
|
-
|
104
|
-
<div id="section">
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
<!-- if method_list -->
|
114
|
-
<div id="methods">
|
115
|
-
<h3 class="section-bar">Public Class methods</h3>
|
116
|
-
|
117
|
-
<div id="method-M000039" class="method-detail">
|
118
|
-
<a name="M000039"></a>
|
119
|
-
|
120
|
-
<div class="method-heading">
|
121
|
-
<a href="#M000039" class="method-signature">
|
122
|
-
<span class="method-name">new</span><span class="method-args">(feature)</span>
|
123
|
-
</a>
|
124
|
-
</div>
|
125
|
-
|
126
|
-
<div class="method-description">
|
127
|
-
<p><a class="source-toggle" href="#"
|
128
|
-
onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
|
129
|
-
<div class="method-source-code" id="M000039-source">
|
130
|
-
<pre>
|
131
|
-
<span class="ruby-comment cmt"># File lib/localization/errors.rb, line 29</span>
|
132
|
-
29: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">feature</span>)
|
133
|
-
30: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">"Feature: #{feature} is currently unsupported"</span>)
|
134
|
-
31: <span class="ruby-keyword kw">end</span>
|
135
|
-
</pre>
|
136
|
-
</div>
|
137
|
-
</div>
|
138
|
-
</div>
|
139
|
-
|
140
|
-
|
141
|
-
</div>
|
142
|
-
|
143
|
-
|
144
|
-
</div>
|
145
|
-
|
146
|
-
|
147
|
-
<div id="validator-badges">
|
148
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
149
|
-
</div>
|
150
|
-
|
151
|
-
</body>
|
152
|
-
</html>
|
@@ -1,153 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>Class: Mack::Localization::Errors::UnsupportedLanguage</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="classHeader">
|
50
|
-
<table class="header-table">
|
51
|
-
<tr class="top-aligned-row">
|
52
|
-
<td><strong>Class</strong></td>
|
53
|
-
<td class="class-name-in-header">Mack::Localization::Errors::UnsupportedLanguage</td>
|
54
|
-
</tr>
|
55
|
-
<tr class="top-aligned-row">
|
56
|
-
<td><strong>In:</strong></td>
|
57
|
-
<td>
|
58
|
-
<a href="../../../../files/lib/localization/errors_rb.html">
|
59
|
-
lib/localization/errors.rb
|
60
|
-
</a>
|
61
|
-
<br />
|
62
|
-
</td>
|
63
|
-
</tr>
|
64
|
-
|
65
|
-
<tr class="top-aligned-row">
|
66
|
-
<td><strong>Parent:</strong></td>
|
67
|
-
<td>
|
68
|
-
StandardError
|
69
|
-
</td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<!-- banner header -->
|
74
|
-
|
75
|
-
<div id="bodyContent">
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<div id="contextContent">
|
80
|
-
|
81
|
-
<div id="description">
|
82
|
-
<p>
|
83
|
-
Raise this error when caller specified unsupported language. Supported
|
84
|
-
language is defined in configuration as an array of language codes.
|
85
|
-
</p>
|
86
|
-
|
87
|
-
</div>
|
88
|
-
|
89
|
-
|
90
|
-
</div>
|
91
|
-
|
92
|
-
<div id="method-list">
|
93
|
-
<h3 class="section-bar">Methods</h3>
|
94
|
-
|
95
|
-
<div class="name-list">
|
96
|
-
<a href="#M000041">new</a>
|
97
|
-
</div>
|
98
|
-
</div>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
|
102
|
-
|
103
|
-
<!-- if includes -->
|
104
|
-
|
105
|
-
<div id="section">
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
<!-- if method_list -->
|
115
|
-
<div id="methods">
|
116
|
-
<h3 class="section-bar">Public Class methods</h3>
|
117
|
-
|
118
|
-
<div id="method-M000041" class="method-detail">
|
119
|
-
<a name="M000041"></a>
|
120
|
-
|
121
|
-
<div class="method-heading">
|
122
|
-
<a href="#M000041" class="method-signature">
|
123
|
-
<span class="method-name">new</span><span class="method-args">(lang)</span>
|
124
|
-
</a>
|
125
|
-
</div>
|
126
|
-
|
127
|
-
<div class="method-description">
|
128
|
-
<p><a class="source-toggle" href="#"
|
129
|
-
onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
|
130
|
-
<div class="method-source-code" id="M000041-source">
|
131
|
-
<pre>
|
132
|
-
<span class="ruby-comment cmt"># File lib/localization/errors.rb, line 10</span>
|
133
|
-
10: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">lang</span>)
|
134
|
-
11: <span class="ruby-keyword kw">super</span>(<span class="ruby-node">"Locale: #{lang} is not currently supported."</span>)
|
135
|
-
12: <span class="ruby-keyword kw">end</span>
|
136
|
-
</pre>
|
137
|
-
</div>
|
138
|
-
</div>
|
139
|
-
</div>
|
140
|
-
|
141
|
-
|
142
|
-
</div>
|
143
|
-
|
144
|
-
|
145
|
-
</div>
|
146
|
-
|
147
|
-
|
148
|
-
<div id="validator-badges">
|
149
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
150
|
-
</div>
|
151
|
-
|
152
|
-
</body>
|
153
|
-
</html>
|