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
It appears that the yaml_handler() method only accepts one argument, but I think it should have both (key, answer)
The text was updated successfully, but these errors were encountered:
Fix issue crayfishx#1 : wrong number of arguments in yaml_handler. Al…
3ab7ba5
…so return the correct data value in yaml_handler
Suggesting the following change: def yaml_handler(key,answer) require 'yaml' YAML.parse(answer)[key].value unless YAML.parse(answer)[key].nil? end
Sorry, something went wrong.
No branches or pull requests
It appears that the yaml_handler() method only accepts one argument, but I think it should have both (key, answer)
The text was updated successfully, but these errors were encountered: