Sha256: 3d1292847fb94f81c3a26223146e1cb3b51d0777f0579c16dc776a3ca0e448a2
Contents?: true
Size: 296 Bytes
Versions: 9
Compression:
Stored size: 296 Bytes
Contents
# A symbol is a mark or sign that signifies a particular rudiment of music class HeadMusic::MusicalSymbol attr_reader :ascii, :unicode, :html_entity def initialize(ascii: nil, unicode: nil, html_entity: nil) @ascii = ascii @unicode = unicode @html_entity = html_entity end end
Version data entries
9 entries across 9 versions & 1 rubygems