# File lib/webby/resources/db.rb, line 15
  def initialize
    @db = Hash.new {|h,k| h[k] = []}
  end