Sha256: 0bf7ef4355a93a89091a4a47b257307ac7882aa299792e9bb08af995ef00d4fb

Contents?: true

Size: 222 Bytes

Versions: 7

Compression:

Stored size: 222 Bytes

Contents

module Orthotypo
  class Composer::En < Composer

    def chars_with_space_after
      [
        ',',
        '.',
        '...',
        '…',
        ';',
        ':',
        '!',
        '?'
      ]
    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
orthotypo-1.0.4 lib/orthotypo/composer/en.rb
orthotypo-1.0.3 lib/orthotypo/composer/en.rb
orthotypo-1.0.2 lib/orthotypo/composer/en.rb
orthotypo-1.0.1 lib/orthotypo/composer/en.rb
orthotypo-1.0.0 lib/orthotypo/composer/en.rb
orthotypo-0.6.0 lib/orthotypo/composer/en.rb
orthotypo-0.5.1 lib/orthotypo/composer/en.rb