I'm receiving a require 'http://somethingurl.com/' from a remote server. I need to extract some values from the actual URL. I know how to do that, but only once the URL is saved in a variable. How can I save the URL to a variable from the provided "require" line? Any tips greatly appreciated.
