|
1 |
| -fails:String#encode given the fallback option given a hash calls to_str on the returned value |
2 |
| -fails:String#encode given the fallback option given a hash does not call to_s on the returned value |
3 | 1 | fails:String#encode given the fallback option given a hash raises an error if the key is not present in the hash
|
4 | 2 | fails:String#encode given the fallback option given a hash raises an error if the value is itself invalid
|
5 | 3 | fails:String#encode given the fallback option given an object not responding to [] raises an error
|
6 |
| -fails:String#encode given the fallback option given a proc calls to_str on the returned value |
7 |
| -fails:String#encode given the fallback option given a proc does not call to_s on the returned value |
8 | 4 | fails:String#encode given the fallback option given a proc raises an error if the returned value is itself invalid
|
9 |
| -fails:String#encode given the fallback option given a lambda calls to_str on the returned value |
10 |
| -fails:String#encode given the fallback option given a lambda does not call to_s on the returned value |
11 | 5 | fails:String#encode given the fallback option given a lambda raises an error if the returned value is itself invalid
|
12 |
| -fails:String#encode given the fallback option given a method calls to_str on the returned value |
13 |
| -fails:String#encode given the fallback option given a method does not call to_s on the returned value |
14 | 6 | fails:String#encode given the fallback option given a method raises an error if the returned value is itself invalid
|
15 | 7 | fails:String#encode when passed options normalizes newlines with cr_newline option
|
16 | 8 | fails:String#encode when passed options normalizes newlines with crlf_newline option
|
17 |
| -fails:String#encode! given the fallback option given a hash calls to_str on the returned value |
18 |
| -fails:String#encode! given the fallback option given a hash does not call to_s on the returned value |
19 | 9 | fails:String#encode! given the fallback option given a hash raises an error if the key is not present in the hash
|
20 | 10 | fails:String#encode! given the fallback option given a hash raises an error if the value is itself invalid
|
21 | 11 | fails:String#encode! given the fallback option given an object not responding to [] raises an error
|
22 |
| -fails:String#encode! given the fallback option given a proc calls to_str on the returned value |
23 |
| -fails:String#encode! given the fallback option given a proc does not call to_s on the returned value |
24 | 12 | fails:String#encode! given the fallback option given a proc raises an error if the returned value is itself invalid
|
25 |
| -fails:String#encode! given the fallback option given a lambda calls to_str on the returned value |
26 |
| -fails:String#encode! given the fallback option given a lambda does not call to_s on the returned value |
27 | 13 | fails:String#encode! given the fallback option given a lambda raises an error if the returned value is itself invalid
|
28 |
| -fails:String#encode! given the fallback option given a method calls to_str on the returned value |
29 |
| -fails:String#encode! given the fallback option given a method does not call to_s on the returned value |
30 | 14 | fails:String#encode! given the fallback option given a method raises an error if the returned value is itself invalid
|
0 commit comments