tjschuck (T.J. Schuck)
- Login: tjschuck
- Email: tj@tjschuck.com
- Registered on: 10/03/2014
- Last sign in: 09/16/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/03/2020
-
08:51 PM Ruby Bug #17364: Fix documentation for String#encode options
- Thank you, Jeremy — I appreciate all the assistance you gave here!
-
08:39 PM Ruby Bug #17364: Fix documentation for String#encode options
- Aha, thanks for the pointer to `doc/method_documentation.rdoc`, Jeremy — very helpful!
Based on the info you provided, it seems like using `**options` and axing the `[]` in the call-seq is the preferred method. The attached diff shou... -
07:44 PM Ruby Bug #17364 (Closed): Fix documentation for String#encode options
- (Everything below is written about `String#encode`, but it also applies to `String#encode!` — only referring to `encode` for brevity.)
The current signature for `String#encode` is `str.encode(dst_encoding, src_encoding [, options] )`,...