Module: Lector::Types::HexInteger

Defined in:
lib/lector/types.rb

Instance Method Summary collapse

Instance Method Details

#valObject



7
# File 'lib/lector/types.rb', line 7

def val; to_i 16; end