class Integer

Public Instance Methods

to_padded_hex_string() click to toggle source
# File abi_tools.rb, line 6
def to_padded_hex_string
  sprintf("%032X",self)
end