Sha256: 479a34f364dcea3ba43f2eb4f5e8b70f0c6d2245bd1e3a6528fa3c1cefc40869
Contents?: true
Size: 150 Bytes
Versions: 27
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Pronunciation include Mongoid::Document field :sound, type: String embedded_in :word end
Version data entries
27 entries across 27 versions & 2 rubygems