File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ Mon Aug 18 23:38:21 2014 Nobuyoshi Nakada <
[email protected] >
2+
3+ * encoding.c (enc_find): [DOC] never accepted a symbol.
4+ [ruby-dev:48308] [Bug #9966]
5+
16Mon Aug 18 23:22:03 2014 Nobuyoshi Nakada <
[email protected] >
27
38 * string.c (rb_str_resize): update capa only when buffer get
Original file line number Diff line number Diff line change @@ -1142,13 +1142,11 @@ enc_list(VALUE klass)
11421142/*
11431143 * call-seq:
11441144 * Encoding.find(string) -> enc
1145- * Encoding.find(symbol) -> enc
11461145 *
11471146 * Search the encoding with specified <i>name</i>.
1148- * <i>name</i> should be a string or symbol .
1147+ * <i>name</i> should be a string.
11491148 *
11501149 * Encoding.find("US-ASCII") #=> #<Encoding:US-ASCII>
1151- * Encoding.find(:Shift_JIS) #=> #<Encoding:Shift_JIS>
11521150 *
11531151 * Names which this method accept are encoding names and aliases
11541152 * including following special aliases
Original file line number Diff line number Diff line change 11#define RUBY_VERSION "2.1.2"
22#define RUBY_RELEASE_DATE "2014-08-18"
3- #define RUBY_PATCHLEVEL 201
3+ #define RUBY_PATCHLEVEL 202
44
55#define RUBY_RELEASE_YEAR 2014
66#define RUBY_RELEASE_MONTH 8
You can’t perform that action at this time.
0 commit comments