Sha256: 1e3880caecaca19989e57de126d310070c4d74ee3441da6e0fa01018d8656d89
Contents?: true
Size: 497 Bytes
Versions: 10
Compression:
Stored size: 497 Bytes
Contents
# frozen_string_literal: true require_relative "../table" module Plurimath module Math module Function class Table class Cases < Table def initialize(value = [], open_paren = "{", close_paren = ":}", options = {}) super end def to_unicodemath "Ⓒ(#{value.map(&:to_unicodemath).join("@")})" end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems