explicitly fetch the result
19 20 21
# File 'lib/wolfram/query.rb', line 19 def fetch @result = Result.new(self.class.fetch(uri), :query => self) end