Sha256: 8862c30998bf9fdcd41199ed9372dc2d0441ab2c48455e07f0c9364dfa207a07

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

# Copyright 2012 Twitter, Inc
# http://www.apache.org/licenses/LICENSE-2.0

class TwitterCldr.Token

  constructor : (options = {}) ->
    for k, v of options
      @[k] = v
  
  to_hash : ->
    { "value" : @value, "type" : @type }

  to_string : ->
    @value

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twitter_cldr_js-2.4.0 lib/twitter_cldr/js/mustache/tokenizers/token.coffee