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
Ruby code generator should require the module_definition so that the deeply nested modules will not fail with uninitialized constant.
See Azure/azure-sdk-for-ruby#327
The text was updated successfully, but these errors were encountered:
Merge pull request #832 from devigned/fix/unit_const_rb
3db1c62
Fixes #831 generate require module_definition when namespace is present
Successfully merging a pull request may close this issue.
Ruby code generator should require the module_definition so that the deeply nested modules will not fail with uninitialized constant.
See Azure/azure-sdk-for-ruby#327
The text was updated successfully, but these errors were encountered: