method

hex

hex()
public

No documentation available.

# File activemodel/lib/active_model/type/binary.rb, line 52
        def hex
          @value.unpack1("H*")
        end