Change in ovirt-engine-sdk-ruby[master]: Add "unless" as a reserved word that starts a block
juan.hernandez at redhat.com
juan.hernandez at redhat.com
Fri Jan 15 22:00:09 UTC 2016
Juan Hernandez has submitted this change and it was merged.
Change subject: Add "unless" as a reserved word that starts a block
......................................................................
Add "unless" as a reserved word that starts a block
Currently the class used to generate Ruby source code doesn't take into
account that "unless" can be used to begin a block. As a result when
this construct is used the generated source code isn't formatted
correctly. This patch fixes that issue.
Change-Id: I9f6daa6ef9e3dcebf31131153cbcad5fc1780a5f
Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/ruby/RubyBuffer.java
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/51908
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9f6daa6ef9e3dcebf31131153cbcad5fc1780a5f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk-ruby
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
More information about the Engine-commits
mailing list