Sha256: 0abeeb3697c17fb66596508e4d5bd142ad7a709e3d4df464d4ef150f82d1034b
Contents?: true
Size: 296 Bytes
Versions: 7
Compression:
Stored size: 296 Bytes
Contents
module TD::Types # Represents the value of a string in a language pack. class LanguagePackStringValue < Base %w[ ordinary pluralized deleted ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/language_pack_string_value/#{type}" end end end
Version data entries
7 entries across 7 versions & 2 rubygems