Sha256: eef7fa84f738f576f51f90b063342ad48a231541ace47112abd0e112a22beaaa
Contents?: true
Size: 367 Bytes
Versions: 4
Compression:
Stored size: 367 Bytes
Contents
# Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 class TwitterCldr.SymbolTable # This is really just a thin layer on top of Hash. # Nice to have it abstracted in case we have to add custom behavior. constructor : (@symbols = {}) -> fetch : (symbol) -> @symbols[symbol] add : (symbol, value) -> @symbols[symbol] = value
Version data entries
4 entries across 4 versions & 1 rubygems