method

hex

hex()
public

No documentation available.

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