module HttpHeadersUtils
Attributes
verbose[RW]
Public Class Methods
bold(str)
click to toggle source
# File lib/http_headers_utils.rb, line 7 def self.bold(str) "\e[1m#{str}\e[22m" end