lib/csl/style/number.rb in csl-1.0.0.pre1 vs lib/csl/style/number.rb in csl-1.0.0.pre2
- old
+ new
@@ -1,9 +1,10 @@
module CSL
class Style
class Number < Node
- attr_struct :form, *Schema.attr(:affixes, :display, :font, :textcase)
+ attr_struct :variable, :form, :'text-case',
+ *Schema.attr(:affixes, :display, :font)
# @return [Boolean] whether or not the number's format is set to
# :numeric; also returns true if the number's form attribute is not
# set or nil.
\ No newline at end of file