lib/csl/style/layout.rb in csl-1.0.2 vs lib/csl/style/layout.rb in csl-1.1.0
- old
+ new
@@ -1,13 +1,13 @@
module CSL
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
+end