# File lib/fastri/ri_service.rb, line 74
    def self.new
      ret = super
      yield ret if block_given?
      ret
    end