Sha256: 1326f76c629b94d812ee2d2f15a211b50e71ef94c09bf80c003cca609ff643a8
Contents?: true
Size: 424 Bytes
Versions: 46
Compression:
Stored size: 424 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Shared module Properties module BidiBrackets BRACKET_TYPES = { 'O' => 'Open', 'C' => 'Close', 'N' => 'None' } class << self def bracket_types BRACKET_TYPES end end end end end end
Version data entries
46 entries across 46 versions & 2 rubygems