We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
String#inspect
1 parent f2c8cc7 commit c6c6014Copy full SHA for c6c6014
CHANGELOG.md
@@ -52,6 +52,9 @@ New features:
52
* Implemented `String#delete_prefix`, `#delete_suffix`, and related methods.
53
* Implemented `Dir.children` and `Dir#children`.
54
* Implemented `Integer#sqrt`.
55
+* Fixed error when using arrows keys first within `irb` or `pry` (#1478, #1486).
56
+* Fixed `String#inspect` when the string uses a non-UTF-8 ASCII-compatible
57
+ encoding and has non-ASCII characters.
58
59
Changes:
60
0 commit comments