Delegates itself to the client to be executed
20 21 22
# File 'lib/gqli/query.rb', line 20 def __execute(client) client.execute(self) end