
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@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@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>