lib/csl/style/number.rb in csl-1.0.0.pre15 vs lib/csl/style/number.rb in csl-1.0.0.pre16

- old
+ new

@@ -1,7 +1,9 @@ module CSL class Style + # Numbers are CSL rendering elements which output the number variable + # selected with the required variable attribute. class Number < Node attr_struct :variable, :form, :'text-case', *Schema.attr(:affixes, :display, :font) has_no_children \ No newline at end of file