Method: Translate::Translation#tree

Defined in:
lib/translate.rb

#treeObject

Provide the full document retrieved from the url.



142
143
144
# File 'lib/translate.rb', line 142

def tree
	@tree ||= Hpricot.parse(retrieve)
end