lib/riddle/client/response.rb in riddle-2.2.0 vs lib/riddle/client/response.rb in riddle-2.2.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Riddle class Client # Used to interrogate responses from the Sphinx daemon. Keep in mind none # of the methods here check whether the data they're grabbing are what the # user expects - it just assumes the user knows what the data stream is