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