Method: Cosmos::Crc#table
- Defined in:
- lib/cosmos/utilities/crc.rb
#table ⇒ String (readonly)
Returns Binary lookup table used to perform the calculation.
54 55 56 |
# File 'lib/cosmos/utilities/crc.rb', line 54 def table @table end |