Method: CRC#to_int

Defined in:
lib/crc.rb

#to_intObject



210
211
212
# File 'lib/crc.rb', line 210

def crc
  get_crc_model.finish(state)
end