Sha256: a6cf328bb1145511392b83ebc045eea8ebd31b96b935be93e8db57e460640fdb
Contents?: true
Size: 290 Bytes
Versions: 9
Compression:
Stored size: 290 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Js module Renderers class Base < Mustache def initialize(options = {}) @locale = options[:locale] end end end end end
Version data entries
9 entries across 9 versions & 2 rubygems