lib/riddle/client/message.rb in riddle-2.2.0 vs lib/riddle/client/message.rb in riddle-2.2.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Riddle
class Client
# This class takes care of the translation of ints, strings and arrays to
# the format required by the Sphinx service.
class Message