Sha256: 8dadbb5bf0041ba2a7a17e2b4c13b01a01672b339af771c674ebc11cb580c602
Contents?: true
Size: 132 Bytes
Versions: 25
Compression:
Stored size: 132 Bytes
Contents
# frozen_string_literal: true class Pronunciation include Mongoid::Document field :sound, type: String embedded_in :word end
Version data entries
25 entries across 25 versions & 1 rubygems