lib/csl/style/number.rb in csl-1.0.0.pre5 vs lib/csl/style/number.rb in csl-1.0.0.pre6
- old
+ new
@@ -2,10 +2,11 @@
class Style
class Number < Node
attr_struct :variable, :form, :'text-case',
*Schema.attr(:affixes, :display, :font)
-
+
+ has_no_children
# @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.
def numeric?
\ No newline at end of file