Class: Musa::Neumas::Decoders::DifferentialDecoder
- Inherits:
-
ProtoDecoder
- Object
- ProtoDecoder
- Musa::Neumas::Decoders::DifferentialDecoder
- Defined in:
- lib/musa-dsl/neumas/neuma-decoder.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from ProtoDecoder
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
20 21 22 |
# File 'lib/musa-dsl/neumas/neuma-decoder.rb', line 20 def process(_gdvd) raise NotImplementedError end |