Home
last modified time | relevance | path

Searched refs:rb_digest_s_hexencode (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/ext/digest/
H A Ddigest.c139 rb_digest_s_hexencode(VALUE klass, VALUE str) in rb_digest_s_hexencode() function
745 rb_define_module_function(rb_mDigest, "hexencode", rb_digest_s_hexencode, 1); in Init_digest()