Nobuyoshi Nakada
Nobuyoshi Nakada
and copy to the output directly.
no need to count by `strlen`
- mixing code and declarations - dynamic size array
As written in include/ruby/internal/abi.h, in released versions of Ruby since teeny versions of Ruby should guarantee ABI compatibility, `RUBY_ABI_VERSION` has no role.
`Ripper::Lexer#parse` re-parses the source code with syntax errors when `raise_errors: false`. Co-Authored-By: tompng