Sha256: 51c763a1dddd690ff6714f38260d708fff56abba9e06a5347aa0a8b12eef59ef
Contents?: true
Size: 339 Bytes
Versions: 26
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true module Glossarist class NonVerbRep attr_accessor :image attr_accessor :table attr_accessor :formula # @return [Array<ConceptSource>] attr_reader :sources def sources=(sources) @sources = sources&.map do |source| ConceptSource.new(source) end end end end
Version data entries
26 entries across 26 versions & 2 rubygems