Method: Hexable::Number#hex

Defined in:
lib/hexable.rb

#hexObject



33
34
35
36
# File 'lib/hexable.rb', line 33

def hex
  @base = 16
  return @number.to_i().to_s(16)
end