Method: CRC::Calculator#magic
- Defined in:
- lib/crc/_magic.rb
#magic ⇒ Object
70 71 72 73 74 |
# File 'lib/crc/_magic.rb', line 70 def magic @magic = hexdigest(__cached_magic_code__).freeze singleton_class.class_eval { attr_reader :magic } @magic end |