class TrustyCms::ResourceResponses::Collector

def initialize

def initialize
  super
  @table = Hash.new {|h,k| h[k] = Response.new }
end