require '../lib/strabo'

class Book < Hash
  include Strabo::Indexer
end

book = Book.new
book['title'] = 'Learn to Program'
book['author'] = 'Chris Pine'
book.keywords