class Prism::StringQuery

def initialize(string)

Initialize a new query with the given string.
def initialize(string)
  @string = string
end