Sha256: 2b829f2afcc11222cd35f9a57f827018bd1e5fe73da789e48f1cffba7cc46bcb
Contents?: true
Size: 218 Bytes
Versions: 30
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Plurimath class Unicode attr_accessor :text def initialize(text) @text = text end def to_formula # TODO: Will be implemented soon end end end
Version data entries
30 entries across 30 versions & 1 rubygems