Class: Numeric

Inherits:
Object show all
Defined in:
lib/helpers.rb

Instance Method Summary collapse

Instance Method Details

#to_hexObject



9
10
11
# File 'lib/helpers.rb', line 9

def to_hex
  sprintf("0x%x", self)
end