Skip to content
New issue

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

Forward keyword arguments in load_file and load_stream #463

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

casperisfine
Copy link

Psych.load_file and Pysch.load_stream don't accept various Psych.load options such as symbolize_name: and freeze:.

Of course you can use Pysch.load(File.read(path), **options), but using load_file allows to leverage bootsnap's YAML caching.

cc @tenderlove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants