# File rbot/plugins/weather.rb, line 7 def initialize super # this plugin only wants to store strings class << @registry def store(val) val end def restore(val) val end end @metar_cache = Hash.new end