Ich las die Quelle von Artifice durch und sah:
module Artifice
NET_HTTP = ::Net::HTTP
# ...
end
Zeile: https://github.com/wycats/artifice/blob/master/lib/artifice.rb#L6
Warum nicht einfach tun, Net::HTTPanstatt ::Net::HTTP, was bedeutet es, wenn Sie ::als Präfix verwenden?