# File lib/anise/annotations/store.rb, line 14 def initialize(space) @space = space @table = Hash.new { |h,k| h[k]={} } end