class Middleman::Sitemap::Queryable::Query

def initialize(model)

def initialize(model)
  @model = model
  @where = {}
end