Sha256: e9197e7f3471b96e1c95ebe1b5b1646451c9ec28fddc616702c1ac5b1c87b303

Contents?: true

Size: 199 Bytes

Versions: 24

Compression:

Stored size: 199 Bytes

Contents

module CSL
  class Locale

    class StyleOptions < Node
      has_no_children
      attr_defaults :'punctuation-in-quote' => false,
        :'limit-day-ordinals-to-day-1' => false
    end

  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
csl-1.0.1 lib/csl/locale/style_options.rb
csl-1.0.0 lib/csl/locale/style_options.rb
csl-1.0.0.pre23 lib/csl/locale/style_options.rb
csl-1.0.0.pre22 lib/csl/locale/style_options.rb