Class: Musa::Neumas::Decoders::DifferentialDecoder

Inherits:
ProtoDecoder
  • Object
show all
Defined in:
lib/musa-dsl/neumas/neuma-decoder.rb

Direct Known Subclasses

Decoder, NeumaDifferentialDecoder

Instance Method Summary collapse

Methods inherited from ProtoDecoder

#subcontext

Instance Method Details

#decode(gdvd) ⇒ Object



16
17
18
# File 'lib/musa-dsl/neumas/neuma-decoder.rb', line 16

def decode(gdvd)
  process gdvd
end

#process(_gdvd) ⇒ Object

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/musa-dsl/neumas/neuma-decoder.rb', line 20

def process(_gdvd)
  raise NotImplementedError
end