google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Ruby code generation #391

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Choose Ruby as the language for code generation
2. Create a class in the Editable Diagram View
3.

What is the expected output? What do you see instead?
expected…
class Klass
end

got…
class Klass {
}

What version of the product are you using? On what operating system?
Chrome 27 on Mountain Lion

Please provide any additional information below.

I don't think this is correct Ruby syntax.

Original issue reported on code.google.com by xigba...@gmail.com on 28 May 2013 at 5:06

GoogleCodeExporter commented 9 years ago
ignore this. I realized the code generation is not the automagic code on the 
left

Original comment by xigba...@gmail.com on 28 May 2013 at 5:21

GoogleCodeExporter commented 9 years ago
As the originator pointed out this was a question of interpretation of what 
appeared on the screen.

Original comment by TimothyCLethbridge on 17 Jun 2013 at 3:11