Module: RunLengthEncodingRb::DecoderMixin
- Included in:
- Decoder
- Defined in:
- lib/run_length_encoding_rb/decoder_mixin.rb
Overview
Provides methods to validate #decode input data.
Constant Summary collapse
- EXPECTED_ATTRIBUTES =
%w[run_length chunk].freeze