lib/csl/style/layout.rb in csl-1.0.0.pre6 vs lib/csl/style/layout.rb in csl-1.0.0.pre7

- old
+ new

@@ -2,9 +2,12 @@ class Style class Layout < Node attr_struct *Schema.attr(:affixes, :font, :delimiter) + def delimiter + attributes.fetch(:delimiter, '') + end end end end \ No newline at end of file