lib/csl/style/text.rb in csl-1.0.0.pre23 vs lib/csl/style/text.rb in csl-1.0.0

- old
+ new

@@ -1,10 +1,10 @@ module CSL class Style class Text < Node attr_struct :variable, :macro, :term, :form, :plural, :value, - *Schema.attr(:formatting, :display, :quotes, :periods) + :quotes, :'strip-periods', *Schema.attr(:formatting) has_no_children def has_variable? attribute?(:variable) \ No newline at end of file