class Sprockets::Base

def index

Return an `Index`. Must be implemented by the subclass.
def index
  raise NotImplementedError
end