We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hallo!
Since version 2 (I believe) what used to get output as e.g.
{"unlock_item"=>{"target"=>{"word"=>"chest"}}} (using .as())
{"unlock_item"=>{"target"=>{"word"=>"chest"}}}
.as()
is now:
{"unlock_item"=>{"target"=>{"word"=>{"line_cache"=>{"last_line_end"=>nil, "line_ends"=>[]}, "position"=>{"bytepos"=>7, "string"=>"unlock chest"}, "str"=>"chest"}}}}
Is there any way to remove that additional info? line_cache, etc.
The text was updated successfully, but these errors were encountered:
Could you give me something executable to see the difference for myself?
Sorry, something went wrong.
No branches or pull requests
Hallo!
Since version 2 (I believe) what used to get output as e.g.
{"unlock_item"=>{"target"=>{"word"=>"chest"}}}
(using.as()
)is now:
{"unlock_item"=>{"target"=>{"word"=>{"line_cache"=>{"last_line_end"=>nil, "line_ends"=>[]}, "position"=>{"bytepos"=>7, "string"=>"unlock chest"}, "str"=>"chest"}}}}
Is there any way to remove that additional info? line_cache, etc.
The text was updated successfully, but these errors were encountered: