Module: Musa::MusicXML::Builder::Internal::Helper::NotImplemented
- Included in:
- AccordionRegistration, Arrow, Bend, Coda, Damp, DampAll, EyeGlasses, Fingering, Musa::MusicXML::Builder::Internal::HarpPedals, Musa::MusicXML::Builder::Internal::Hole, Image, Notehead, OtherDirection, Percussion, PrincipalVoice, Rehearsal, Scordatura, Segno, StringMute
- Defined in:
- lib/musa-dsl/musicxml/builder/helper.rb
Instance Method Summary collapse
Instance Method Details
#initialize(**_args) ⇒ Object
7 |
# File 'lib/musa-dsl/musicxml/builder/helper.rb', line 7 def initialize(**_args); end |
#to_xml(io = nil, indent: nil) ⇒ Object
9 10 11 |
# File 'lib/musa-dsl/musicxml/builder/helper.rb', line 9 def to_xml(io = nil, indent: nil) raise NotImplementedError, "#{self.class} not yet implemented. Ask Javier do his work!" end |