Sha256: c57e941409f2330f48d15f6ea6e31fae8200fb1a3629af13b8f8fa58bb2f0d78

Contents?: true

Size: 124 Bytes

Versions: 5

Compression:

Stored size: 124 Bytes

Contents

class QueryContext
  def initialize(strategy)
    @strategy = strategy
  end

  def execute
    @strategy.execute
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
needle_in_a_haystack-1.1.0 lib/needle_in_a_haystack/strategies/query_context.rb
needle_in_a_haystack-1.0.8 lib/needle_in_a_haystack/strategies/query_context.rb
needle_in_a_haystack-1.0.7 lib/needle_in_a_haystack/strategies/query_context.rb
needle_in_a_haystack-1.0.6 lib/needle_in_a_haystack/strategies/query_context.rb
needle_in_a_haystack-1.0.5 lib/needle_in_a_haystack/strategies/query_context.rb