method

_parse_hex_binary

rails latest stable - Class: ActiveSupport::XmlMini

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

_parse_hex_binary(bin)
private

No documentation available.

# File activesupport/lib/active_support/xml_mini.rb, line 190
      def _parse_hex_binary(bin)
        [bin].pack("H*")
      end