Skip to content

Add conversion to the ruby escape implementation - #131

Open
Earlopain wants to merge 1 commit into
ruby:masterfrom
Earlopain:escape-conversion
Open

Add conversion to the ruby escape implementation#131
Earlopain wants to merge 1 commit into
ruby:masterfrom
Earlopain:escape-conversion

Conversation

@Earlopain

Copy link
Copy Markdown

Like StringValue in C.
When passing nil they currently raise NoMethodError since it tries to use it as is.

Like `StringValue` in C.
When passing `nil` they currently raise `NoMethodError` since it tries to use it as is.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Earlopain