module Trema::MonkeyPatch::Integer::BaseConversions

to_hex etc.

Public Instance Methods

to_hex() click to toggle source
# File lib/trema/monkey_patch/integer/base_conversions.rb, line 6
def to_hex
  format '%#x', self
end