# File lib/rubygame/mediabag.rb, line 68
    def store(key,value)
      @media[key] ||= value
    end