Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/hex_values.rb

Instance Method Summary collapse

Instance Method Details

#to_hex(precision = Hexadecimal::MAX_DECIMALS) ⇒ Object



117
118
119
# File 'lib/hex_values.rb', line 117

def to_hex(precision=Hexadecimal::MAX_DECIMALS)
  Hexadecimal.new(0, precision)
end