method

hex

hex()
public

No documentation available.

# File activemodel/lib/active_model/type/binary.rb, line 42
        def hex
          @value.unpack("H*")[0]
        end