lib/csl/locale/style_options.rb in csl-1.0.0.pre21 vs lib/csl/locale/style_options.rb in csl-1.0.0.pre22

- old
+ new

@@ -1,11 +1,11 @@ module CSL - class Locale + class Locale - class StyleOptions < Node - has_no_children - attr_defaults :'punctuation-in-quote' => false, - :'limit-day-ordinals-to-day-1' => false - end + class StyleOptions < Node + has_no_children + attr_defaults :'punctuation-in-quote' => false, + :'limit-day-ordinals-to-day-1' => false + end - end + end end \ No newline at end of file