i have this code: Texture2D *cachedTexture; if(cachedTexture = [cachedTextures objectForKey:aName]) { return cachedTexture;
I have a list of hashes, as such: incoming_links = [ {:title => \'blah1\', :url => \"http://blah.com/post/1\"},