lib/rails2use/plantuml_writer.rb in rails2use-0.0.33 vs lib/rails2use/plantuml_writer.rb in rails2use-0.0.34
- old
+ new
@@ -30,10 +30,10 @@
@instances_file
else
@file = File.open(@filename, 'w')
@file
end
- file.write "@startuml\n\n" #write head
+ file.write "@startuml\nleft to right direction\n\n" #write head
end
def write_foot(type=:class)
file = case type
when :object then
\ No newline at end of file