# File local.rb, line 203
  def initialize(result)
    @result = result
    construct_methods
    @ratings = Rating.new(result)
  end