# File femto.rb, line 180
  def initialize(file)
    @store = PStore.new(file)
    @sections = $assets['Sections'].split("\n");
  end