class Object

Constants

Http

Public Instance Methods

printbytes(str) click to toggle source
# File ext/ruby_http_parser/vendor/http-parser-java/tools/const_char.rb, line 3
def printbytes str
str.each_byte { |b|
        print "0x#{b.to_s(16)}, "
}
end