lib/ahnnotate/table.rb in ahnnotate-0.2.0 vs lib/ahnnotate/table.rb in ahnnotate-0.3.0
- old
+ new
@@ -16,10 +16,10 @@
prefix: "#{comment} ",
cell_divider: " "
)
output = StringIO.new
- output.puts "#{comment} == Schema Info"
+ output.puts "#{comment} == Schema Information"
output.puts comment
output.puts "#{comment} Table name: #{@name}"
output.puts comment
output.print tabularizer.call(columns, [:name, :type, :details])
output.puts comment