From: dtolj Date: 2010-10-15T01:03:26+09:00 Subject: win32ole IE I am using native ruby api calls to IE without waitr to retrieve information from google maps. I am trying to capture the following output which is just a simple string: http://maps.google.com/maps/geo?q=123+main+street+ottawa+canada&output=csv The output is this: 200,8,45.4106089,-75.6788888 How can I capture that information inside a variable since there are no HTML tags? This dosn't seem to work: geo_code = ie.Document.All.tags("")