require 'net/http' module Vindetta class Generator def self.generate Net::HTTP.get('randomvin.com', '/getvin.php') end end end