diff options
| -rw-r--r-- | string.c | 2 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1283,7 +1283,7 @@ rb_check_string_type(VALUE str) * String.try_convert(obj) -> string or nil * * Try to convert <i>obj</i> into a String, using to_str method. - * Returns converted regexp or nil if <i>obj</i> cannot be converted + * Returns converted string or nil if <i>obj</i> cannot be converted * for any reason. * * String.try_convert("str") # => str @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.1" -#define RUBY_PATCHLEVEL 390 +#define RUBY_PATCHLEVEL 391 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 |
