Sha256: dd79df4237c8d7a24a1df13a05c9365c4d3f98f5f3cfca1014d9f73ab6be67a1
Contents?: true
Size: 423 Bytes
Versions: 15
Compression:
Stored size: 423 Bytes
Contents
require 'lib/smoke' Smoke.configure do |c| c[:enable_logging] = true c[:cache][:enabled] = true c[:cache][:store] = :memory end Smoke.yql(:python) do select :all from "search.web" where :query, "python" path :query, :results, :result end Smoke[:python].output Smoke.yql(:ruby) do select :all from "search.web" where :query, "ruby" path :query, :results, :result end Smoke.join(:ruby, :python)
Version data entries
15 entries across 15 versions & 2 rubygems