class Object
Constants
- Http
Public Instance Methods
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
# 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