Fix `String#encode`'s fallback option, it should accept an object which has `[]` method by pocke · Pull Request #213 · ruby/rbs
Problem String#encode accepts an object which has [] method as a fallback, but the type definition does not accept it. Solution Update the type of fallback option to accept it. And I'd like to ...