11 12 13 14
# File 'lib/jeql/query.rb', line 11 def response @memoized_responses ||= {} @memoized_responses[@query_name] ||= execute end